CMS 3D CMS Logo

OuterTrackerMonitorTTTrackClient.h
Go to the documentation of this file.
1 #ifndef Phase2OuterTracker_OuterTrackerMonitorTTTrackClient_h
2 #define Phase2OuterTracker_OuterTrackerMonitorTTTrackClient_h
3 
4 
5 #include <vector>
6 #include <memory>
15 
16 class DQMStore;
17 
19 
20 public:
23  void analyze(const edm::Event&, const edm::EventSetup&) override;
24  //virtual void beginJob() ;
25  void endJob() override ;
26  void beginRun(const edm::Run&, const edm::EventSetup&) override;
27 
28 };
29 #endif
OuterTrackerMonitorTTTrackClient(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
void beginRun(const edm::Run &, const edm::EventSetup &) override
Definition: Run.h:43