Produce a summary table of some candidate collections. More...
Static Public Member Functions | |
static void | globalEndJob (const pathelpers::RecordCache *) |
static std::unique_ptr< pathelpers::RecordCache > | initializeGlobalCache (edm::ParameterSet const &conf) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
std::vector< std::pair< edm::InputTag, edm::EDGetTokenT< edm::View< reco::Candidate > > > > | srcTokens |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, 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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Produce a summary table of some candidate collections.
FIXME FIXME Move to CandAlgos
Definition at line 76 of file CandidateSummaryTable.cc.
|
explicit |
Definition at line 94 of file CandidateSummaryTable.cc.
References edm::ParameterSet::getParameter(), and PatBasicFWLiteJetAnalyzer_Selector_cfg::inputs.
pat::CandidateSummaryTable::~CandidateSummaryTable | ( | ) |
Definition at line 101 of file CandidateSummaryTable.cc.
|
overridevirtual |
Definition at line 105 of file CandidateSummaryTable.cc.
References objects.IsoTrackAnalyzer::candidates, edm::EventID::event(), edm::HandleBase::failedToGet(), edm::Event::getByToken(), mps_fire::i, edm::EventBase::id(), and edm::EventID::run().
|
static |
Definition at line 146 of file CandidateSummaryTable.cc.
References pathelpers::RecordCache::collections_, DEFINE_FWK_MODULE, pathelpers::RecordCache::logName_, pathelpers::RecordCache::perJob_, pathelpers::RecordCache::self_, and pathelpers::RecordCache::totalEvents_.
|
inlinestatic |
Definition at line 81 of file CandidateSummaryTable.cc.
References Vispa.Share.Profiling::analyze(), and iEvent.
|
private |
Definition at line 90 of file CandidateSummaryTable.cc.