CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTauRelvalQTester.h
Go to the documentation of this file.
2 
3 
5 {
6  public:
9 
10  protected:
11 
12  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
13  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& c);
14  void endRun(const edm::Run& r, const edm::EventSetup& c);
15  void endJob();
16 
17  private:
19  std::vector<int> mothers_;
20  bool runQTests;
21 };
void endRun(const edm::Run &r, const edm::EventSetup &c)
std::vector< int > mothers_
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
perform the actual quality tests
HLTTauRelvalQTester(const edm::ParameterSet &ps)
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition: Run.h:33