|
void | analyze (edm::StreamID, const edm::Event &, const edm::EventSetup &) const override |
|
| TriggerSummaryAnalyzerAOD (const edm::ParameterSet &) |
|
| EDAnalyzer ()=default |
|
bool | wantsGlobalLuminosityBlocks () const final |
|
bool | wantsGlobalRuns () const final |
|
bool | wantsStreamLuminosityBlocks () const final |
|
bool | wantsStreamRuns () const final |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
| ~EDAnalyzerBase () 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 &&)=default |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
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 & | operator= (EDConsumerBase &&)=default |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDAnalyzerBase | ModuleType |
|
typedef ProductLabels | Labels |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes () |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag const &tag) |
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
This class is an EDAnalyzer analyzing the HLT summary object for AOD
- Author
- Martin Grunewald
Definition at line 21 of file TriggerSummaryAnalyzerAOD.cc.
Implements edm::global::EDAnalyzerBase.
Definition at line 51 of file TriggerSummaryAnalyzerAOD.cc.
59 <<
"TriggerSummaryAnalyzerAOD: content of TriggerEvent: " <<
inputTag_.
encode() << endl;
64 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"Used Processname: " <<
handle->usedProcessName() << endl;
66 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"Number of packed Collections: " << nC << endl;
67 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"The Collections: #, tag, 1-past-end index" << endl;
70 << iC <<
" " <<
handle->collectionTag(iC).encode() <<
" " <<
handle->collectionKey(iC) << endl;
73 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"Number of TriggerObjects: " << nO << endl;
74 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"The TriggerObjects: #, id, pt, eta, phi, mass" << endl;
79 << iO <<
" " << TO.id() <<
" " << TO.pt() <<
" " << TO.eta() <<
" " << TO.phi() <<
" " << TO.mass() << endl;
82 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"Number of TriggerFilters: " << nF << endl;
83 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"The Filters: #, tag, #ids/#keys, the id/key pairs" << endl;
90 << iF <<
" " <<
handle->filterTag(iF).encode() <<
" " << nI <<
"/" << nK <<
" the pairs: ";
93 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
" " << VIDS[
i] <<
"/" << KEYS[
i];
99 LogVerbatim(
"TriggerSummaryAnalyzerAOD") <<
"Handle invalid! Check InputTag provided." << endl;
References cms::cuda::assert(), edm::InputTag::encode(), trigger::TriggerObject::eta(), patZpeak::handle, mps_fire::i, trigger::TriggerObject::id(), iEvent, inputTag_, inputToken_, trigger::TriggerObject::mass(), SiStripPI::max, dqmiodumpmetadata::n, trigger::TriggerObject::phi(), and trigger::TriggerObject::pt().