CMS 3D CMS Logo

HLTTauRelvalQTester.h
Go to the documentation of this file.
2 
3 
5 {
6  public:
8  ~HLTTauRelvalQTester() override;
9 
10  protected:
11 
12  void analyze(const edm::Event& e, const edm::EventSetup& c) override ;
13  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& c) override;
14  void endRun(const edm::Run& r, const edm::EventSetup& c) override;
15  void endJob() override;
16 
17  private:
19  std::vector<int> mothers_;
20  bool runQTests;
21 };
std::vector< int > mothers_
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) override
perform the actual quality tests
edm::EDGetTokenT< std::vector< int > > refMothers_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
HLTTauRelvalQTester(const edm::ParameterSet &ps)
void endRun(const edm::Run &r, const edm::EventSetup &c) override
Definition: Run.h:43