CMS 3D CMS Logo

HLTMuonMatchAndPlotContainer.h
Go to the documentation of this file.
1 #ifndef DQMOffline_Trigger_HLTMuonMatchAndPlotContainer_H
2 #define DQMOffline_Trigger_HLTMuonMatchAndPlotContainer_H
3 
18 // Base Class Headers
19 
24 
26 
36 
37 #include<vector>
38 #include<string>
39 
40 
43 
45 {
46 
47  public:
48 
51 
54 
57 
58  // Analyzer Methods
59  void beginRun(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &);
60  void analyze(const edm::Event &, const edm::EventSetup &);
61  void endRun(const edm::Run &, const edm::EventSetup &);
62 
63  private:
64 
65  std::vector<HLTMuonMatchAndPlot> plotters_;
66 
70 
73 
74 };
75 
76 #endif
77 
78 
void endRun(const edm::Run &, const edm::EventSetup &)
HLTMuonMatchAndPlotContainer(edm::ConsumesCollector &&, const edm::ParameterSet &)
Constructor.
edm::EDGetTokenT< trigger::TriggerEvent > trigSummaryToken_
edm::EDGetTokenT< reco::MuonCollection > muonToken_
edm::EDGetTokenT< edm::TriggerResults > trigResultsToken_
edm::EDGetTokenT< reco::VertexCollection > pvToken_
edm::EDGetTokenT< reco::BeamSpot > bsToken_
void analyze(const edm::Event &, const edm::EventSetup &)
std::vector< HLTMuonMatchAndPlot > plotters_
void beginRun(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &)
Container Class Definition (this is what is used by the DQM module) ///////.
void addPlotter(const edm::ParameterSet &, std::string, std::string, bool)
Add a HLTMuonMatchAndPlot for a given path.
Definition: Run.h:43