27 _analysisnames(pset.getParameter<std::vector<std::string> >(
"analysis")),
52 for(std::vector<HLTHiggsSubAnalysis>::iterator iter =
_analyzers.begin();
55 iter->beginRun(iRun, iSetup);
62 static int eventNumber = 0;
64 LogTrace(
"HiggsValidation") <<
"In HLTHiggsSubAnalysis::analyze, "
65 <<
"Event: " << eventNumber;
70 for(std::vector<HLTHiggsSubAnalysis>::iterator iter =
_analyzers.begin();
std::vector< HLTHiggsSubAnalysis > _analyzers
The instances of the class which do the real work.
edm::ParameterSet _pset
Input from configuration file.
virtual void analyze(const edm::Event &iEvent, const edm::EventSetup &iSetup)
container with all the objects needed
virtual void endRun(const edm::Run &iRun, const edm::EventSetup &iSetup)
EVTColContainer * _collections
The container with all the collections needed.
std::vector< std::string > _analysisnames
the names of the subanalysis
virtual void beginRun(const edm::Run &iRun, const edm::EventSetup &iSetup)
HLTHiggsValidator(const edm::ParameterSet &)
Constructor.