CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTauPostProcessor.h
Go to the documentation of this file.
1 /*DQM For Tau HLT
2  Author : Michail Bachtis
3  University of Wisconsin-Madison
4  bachtis@hep.wisc.edu
5  */
6 
16 
17 //Plotters
19 
20 //Automatic Configuration
22 
24 public:
27 
28 protected:
30  void beginJob();
31 
33  void beginRun(const edm::Run& r, const edm::EventSetup& c);
34 
36  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
37 
39  void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& iSetup);
41  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& iSetup);
43  void endRun(const edm::Run& r, const edm::EventSetup& iSetup);
44 
46  void endJob();
47 
48  void harvest();
49 
50 private:
51  //Helper function to retrieve data from the parameter set
52  void processPSet( const edm::ParameterSet& pset );
53 
55  std::vector<edm::ParameterSet> setup_;
60 
61  double L1MatchDr_;
62  double HLTMatchDr_;
63 
66 
69 
70  std::vector<HLTTauDQMSummaryPlotter*> summaryPlotters_;
71 };
void beginJob()
BeginJob.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
std::vector< HLTTauDQMSummaryPlotter * > summaryPlotters_
HLTTauPostProcessor(const edm::ParameterSet &)
std::vector< edm::ParameterSet > setup_
void processPSet(const edm::ParameterSet &pset)
HLTConfigProvider HLTCP_
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &iSetup)
DQM Client Diagnostic.
edm::ParameterSet ps_
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &iSetup)
Luminosity Block.
HLTTauDQMAutomation automation_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Fake Analyze.
Definition: Run.h:36
void endRun(const edm::Run &r, const edm::EventSetup &iSetup)
EndRun.