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

Comparing UserCode/L1RpcTriggerAnalysis/interface/AnaTimingL1.h (file contents):
Revision 1.3 by konec, Tue Nov 6 12:56:50 2012 UTC vs.
Revision 1.4 by konec, Tue Nov 27 16:16:46 2012 UTC

# Line 7 | Line 7 | class L1ObjColl;
7   class L1Obj;
8   class EventObj;
9  
10 < #include <vector>
11 < #include <map>
12 <
10 > #include "FWCore/ParameterSet/interface/ParameterSet.h"
11  
12   class AnaTimingL1 {
13 +
14   public:
15 <  AnaTimingL1() : debug(false) {}
15 >  AnaTimingL1(const edm::ParameterSet& cfg) : debug(false), theConfig(cfg) {}
16    void init(TObjArray& histos);
17    void run(const EventObj* ev, const MuonObj* muon, const L1ObjColl *l1Coll);
18    void resume(TObjArray& histos);
19 +
20    bool debug;
21  
22   private:
23 < //  double maxPt(const std::vector<L1Obj> & l1Objs) const;
24 < //  typedef std::map< unsigned int, std::pair<unsigned int, unsigned int> > EffRunMap;
25 < //  EffRunMap effRunMap;
23 >  edm::ParameterSet theConfig;
24  
25   };
26   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines