CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripCablingTrackerMap.h
Go to the documentation of this file.
1 #ifndef SiStripCablingTrackerMap_h
2 #define SiStripCablingTrackerMap_h
3 
10 
13 
15 
17 {
18 
19  public:
20 
23 
24  void beginRun(const edm::Run& run, const edm::EventSetup& es );
25 
26  void endJob();
27 
28  void analyze(const edm::Event& e, const edm::EventSetup& c);
29 
30  private:
31 
34 
35  TrackerMap* tkMap_detCab;//0 for onTrack, 1 for offTrack, 2 for All
36 };
37 
38 #endif
SiStripCablingTrackerMap(const edm::ParameterSet &conf)
void analyze(const edm::Event &e, const edm::EventSetup &c)
edm::ESHandle< SiStripDetCabling > SiStripDetCabling_
tuple conf
Definition: dbtoconf.py:185
void beginRun(const edm::Run &run, const edm::EventSetup &es)
Definition: Run.h:43