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 
42 
44 public:
47 
50 
53 
56 
57  // Analyzer Methods
58  void beginRun(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &);
59  void analyze(const edm::Event &, const edm::EventSetup &);
60  void endRun(const edm::Run &, const edm::EventSetup &);
61 
62 private:
63  std::vector<HLTMuonMatchAndPlot> plotters_;
64 
68 
71 };
72 
73 #endif
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_
dqm::legacy::MonitorElement MonitorElement
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:45