ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/AnaMuonDistribution.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/AnaMuonDistribution.h (file contents):
Revision 1.2 by konec, Mon Oct 1 19:19:57 2012 UTC vs.
Revision 1.3 by konec, Tue Nov 6 12:56:50 2012 UTC

# Line 4 | Line 4
4  
5   class TObjArray;
6   class MuonObj;
7 + namespace edm {class ParameterSet;}
8  
9   class AnaMuonDistribution {
10   public:
11 +  AnaMuonDistribution (const edm::ParameterSet&);
12    void init(TObjArray& histos);
13 <  void run(const MuonObj* muon);
13 >  bool filter(const MuonObj* muon);
14 > private:
15 >  double ptMin;
16 >  unsigned int  minNumberOfMatchedStations, minNumberRpcHits, minNumberDtCscHits;
17   };
18   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines