|
void | analyze (edm::Event const &e, edm::EventSetup const &iSetup) override |
|
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
|
void | endJob () override |
|
| HLTBitAnalyzer (edm::ParameterSet const &conf) |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
| ~EDAnalyzer () override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
$Date: November 2006 $Revision:
- Author
- P. Bargassa - Rice U.
$Date: April 2016 $Revision:
- Author
- G. Karapostoli - ULB
Definition at line 46 of file HLTBitAnalyzer.h.
Definition at line 30 of file HLTBitAnalyzer.cc.
References _HistName, _isData, _UseTFileService, edm::EDConsumerBase::consumesCollector(), gather_cfg::cout, errCnt, evt_header_, genEventInfo_, genEventInfoToken_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hlt_analysis_, hltresults_, hltresultsToken_, HltTree, l1results_, l1resultsToken_, m_file, TFileService::make(), mct_analysis_, mctruth_, mctruthToken_, pileupInfo_, pileupInfoToken_, EventHeader::setup(), RECOVertex::setup(), HLTMCtruth::setup(), HLTInfo::setup(), simhits_, simtracksToken_, simverticesToken_, AlCaHLTBitMon_QueryRunRegistry::string, VertexTagOffline0_, VertexTagOffline0Token_, and vrt_analysisOffline0_.
36 std::cout <<
" Beginning HLTBitAnalyzer Analysis " << std::endl;
99 _UseTFileService = conf.getUntrackedParameter<
bool>(
"UseTFileService",
false);
110 if(_UseTFileService){
114 m_file =
new TFile(_HistName.c_str(),
"RECREATE");
117 HltTree =
new TTree(
"HltTree",
"");
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
edm::InputTag VertexTagOffline0_
void setup(const edm::ParameterSet &pSet, TTree *tree)
edm::InputTag hltresults_
T * make(const Args &...args) const
make new ROOT object
RECOVertex vrt_analysisOffline0_
edm::EDGetTokenT< GlobalAlgBlkBxCollection > l1resultsToken_
edm::InputTag genEventInfo_
void setup(const edm::ParameterSet &pSet, TTree *tree, std::string vertexType)
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
EventHeader evt_header_
Default analyses.
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupInfoToken_
edm::EDGetTokenT< GenEventInfoProduct > genEventInfoToken_
edm::EDGetTokenT< std::vector< SimTrack > > simtracksToken_
edm::EDGetTokenT< reco::VertexCollection > VertexTagOffline0Token_
edm::EDGetTokenT< edm::TriggerResults > hltresultsToken_
void setup(const edm::ParameterSet &pSet, TTree *tree)
edm::InputTag pileupInfo_
edm::EDGetTokenT< reco::CandidateView > mctruthToken_
edm::EDGetTokenT< std::vector< SimVertex > > simverticesToken_
Implements edm::EDAnalyzer.
Definition at line 128 of file HLTBitAnalyzer.cc.
References _isData, EventHeader::analyze(), RECOVertex::analyze(), HLTMCtruth::analyze(), HLTInfo::analyze(), mps_splice::entry, errCnt, errMax(), evt_header_, particlelevel_cff::genEventInfo, genEventInfo_, genEventInfoToken_, getCollection(), hlt_analysis_, hltresults_, hltresultsToken_, HltTree, edm::HandleBase::isValid(), kGenEventInfo, kHltresults, kL1GtRR, kMctruth, kPileupInfo, kRecoVerticesOffline0, kSimhit, l1results_, l1resultsToken_, m_file, mct_analysis_, mctruth_, mctruthToken_, MillePedeFileConverter_cfg::out, pileupInfo_, pileupInfoToken_, ptHat, GenEventInfoProduct::qScale(), simhits_, tkConvValidator_cfi::simTracks, simtracksToken_, simverticesToken_, VertexTagOffline0_, VertexTagOffline0Token_, vrt_analysisOffline0_, and GenEventInfoProduct::weight().
151 std::vector<MissingCollectionInfo> missing;
189 std::stringstream
out;
190 out <<
"OpenHLT analyser - missing collections:";
193 edm::LogPrint("OpenHLT") << out.
str() <<
std::endl;
195 edm::LogWarning("OpenHLT") << "
Maximum error count reached -- No more messages will be printed.";
edm::InputTag VertexTagOffline0_
edm::InputTag hltresults_
void analyze(edm::Event const &e, edm::EventSetup const &iSetup) override
RECOVertex vrt_analysisOffline0_
U second(std::pair< T, U > const &p)
edm::EDGetTokenT< GlobalAlgBlkBxCollection > l1resultsToken_
edm::InputTag genEventInfo_
std::pair< const char *, const edm::InputTag * > MissingCollectionInfo
EventHeader evt_header_
Default analyses.
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupInfoToken_
void analyze(edm::Handle< reco::VertexCollection > recoVertexs, TTree *tree)
edm::EDGetTokenT< GenEventInfoProduct > genEventInfoToken_
static bool getCollection(const edm::Event &event, std::vector< MissingCollectionInfo > &missing, edm::Handle< T > &handle, const edm::InputTag &name, const edm::EDGetTokenT< T > token, const char *description)
void analyze(const edm::Handle< reco::CandidateView > &mctruth, const double &pthat, const double &weight, const edm::Handle< std::vector< SimTrack > > &simTracks, const edm::Handle< std::vector< SimVertex > > &simVertices, const edm::Handle< std::vector< PileupSummaryInfo > > &PupInfo, TTree *tree)
edm::EDGetTokenT< std::vector< SimTrack > > simtracksToken_
const char * kRecoVerticesOffline0
const char * kGenEventInfo
edm::EDGetTokenT< reco::VertexCollection > VertexTagOffline0Token_
edm::EDGetTokenT< edm::TriggerResults > hltresultsToken_
edm::InputTag pileupInfo_
edm::EDGetTokenT< reco::CandidateView > mctruthToken_
edm::EDGetTokenT< std::vector< SimVertex > > simverticesToken_