26 _analysisnames(pset.getParameter<std::vector<std::
string> >(
"analysis")),
53 for(std::vector<HLTHiggsSubAnalysis>::iterator iter =
_analyzers.begin();
56 iter->beginRun(iRun, iSetup);
63 static int eventNumber = 0;
65 LogTrace(
"HiggsValidation") <<
"In HLTHiggsSubAnalysis::analyze, "
66 <<
"Event: " << eventNumber;
71 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.
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
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.