00001 #include "DQMServices/Components/interface/QualityTester.h" 00002 00003 00004 class HLTTauRelvalQTester : public QualityTester 00005 { 00006 public: 00007 HLTTauRelvalQTester(const edm::ParameterSet& ps); 00008 ~HLTTauRelvalQTester(); 00009 00010 protected: 00011 00012 void analyze(const edm::Event& e, const edm::EventSetup& c) ; 00013 void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& c); 00014 void endRun(const edm::Run& r, const edm::EventSetup& c); 00015 void endJob(); 00016 00017 private: 00018 edm::InputTag refMothers_; 00019 std::vector<int> mothers_; 00020 bool runQTests; 00021 };