CMS 3D CMS Logo

DTTTrigCorrectionFirst.h
Go to the documentation of this file.
1 #ifndef DTTTrigCorrectionFirst_H
2 #define DTTTrigCorrectionFirst_H
3 
14 
15 #include <string>
16 
17 class DTTtrig;
18 class DTGeometry;
19 
21 public:
24 
26  ~DTTTrigCorrectionFirst() override;
27 
28  // Operations
29 
30  void beginJob() override {}
31  void beginRun( const edm::Run& run, const edm::EventSetup& setup ) override;
32  void analyze(const edm::Event& event, const edm::EventSetup& setup) override{}
33 
34  void endJob() override;
35 
36 protected:
37 
38 private:
39  const DTTtrig *tTrigMap;
41 
43 
44  bool debug;
46 };
47 #endif
48 
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
~DTTTrigCorrectionFirst() override
Destructor.
void beginRun(const edm::Run &run, const edm::EventSetup &setup) override
void analyze(const edm::Event &event, const edm::EventSetup &setup) override
edm::ESHandle< DTGeometry > muonGeom
DTTTrigCorrectionFirst(const edm::ParameterSet &pset)
Constructor.
Definition: event.py:1
Definition: Run.h:45