CMS 3D CMS Logo

HLTTauRelvalQTester.h
Go to the documentation of this file.
2 
4 public:
6  ~HLTTauRelvalQTester() override;
7 
8 protected:
9  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
10  void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) override;
11  void endRun(const edm::Run &r, const edm::EventSetup &c) override;
12  void endJob() override;
13 
14 private:
16  std::vector<int> mothers_;
17  bool runQTests;
18 };
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:45