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

Comparing UserCode/L1RpcTriggerAnalysis/interface/SynchroSelectorMuon.h (file contents):
Revision 1.1 by konec, Thu Jun 17 00:48:14 2010 UTC vs.
Revision 1.2 by konec, Mon Oct 1 19:19:57 2012 UTC

# Line 5 | Line 5
5  
6   class TObjArray;
7   class TH1F;
8 + class TrajectoryStateOnSurface;
9  
10   class SynchroSelectorMuon : public SynchroSelector {
11   public:
12     SynchroSelectorMuon(const edm::ParameterSet&, TObjArray& );
13 +   SynchroSelectorMuon(const edm::ParameterSet&);
14 +   void initHistos(TObjArray& histos);
15     virtual ~SynchroSelectorMuon(){}
16     virtual bool takeIt(const RPCDetId & det, const edm::Event&ev, const edm::EventSetup& es);
17 +   bool checkTraj( TrajectoryStateOnSurface & aTSOS, const RPCDetId & det,
18 +                   const edm::Event&ev, const edm::EventSetup& es);
19   private:
20     TH1F * hDxy ;
21   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines