#include <myTKAnalyses/BigEventsDebugger/src/BigEventsDebugger.cc>
Public Member Functions | |
BigEventsDebugger (const edm::ParameterSet &) | |
~BigEventsDebugger () override | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
~EDAnalyzer () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
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) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< T > | m_collectionToken |
DigiCollectionProfiler< T > | m_digiprofiler |
bool | m_folded |
std::vector< TH1F * > | m_hist |
std::vector< TH2F * > | m_hist2d |
std::vector< TProfile * > | m_hprof |
std::vector< std::string > | m_labels |
bool | m_singleevents |
bool | m_want1dHisto |
bool | m_want2dHisto |
bool | m_wantProfile |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 57 of file BigEventsDebugger.cc.
|
explicit |
Definition at line 95 of file BigEventsDebugger.cc.
References compare_using_db::dirname, edm::ParameterSet::getParameter(), diffTwoXMLs::label, BigEventsDebugger< T >::m_folded, BigEventsDebugger< T >::m_hist, BigEventsDebugger< T >::m_hist2d, BigEventsDebugger< T >::m_hprof, BigEventsDebugger< T >::m_labels, BigEventsDebugger< T >::m_singleevents, BigEventsDebugger< T >::m_want1dHisto, BigEventsDebugger< T >::m_want2dHisto, BigEventsDebugger< T >::m_wantProfile, TFileDirectory::make(), TFileService::mkdir(), pileupCalc::nbins, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 147 of file BigEventsDebugger.cc.
|
overrideprivate |
Definition at line 164 of file BigEventsDebugger.cc.
References compare_using_db::dirname, edm::EventID::event(), edm::Event::getByToken(), edm::EventBase::id(), diffTwoXMLs::label, BigEventsDebugger< T >::m_collectionToken, BigEventsDebugger< T >::m_digiprofiler, BigEventsDebugger< T >::m_folded, BigEventsDebugger< T >::m_hist, BigEventsDebugger< T >::m_hist2d, BigEventsDebugger< T >::m_hprof, BigEventsDebugger< T >::m_labels, BigEventsDebugger< T >::m_singleevents, BigEventsDebugger< T >::m_want1dHisto, BigEventsDebugger< T >::m_want2dHisto, BigEventsDebugger< T >::m_wantProfile, TFileService::mkdir(), pileupCalc::nbins, edm::Event::run(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 69 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze().
|
private |
Definition at line 68 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze().
|
private |
Definition at line 71 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 77 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 79 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 78 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 76 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 70 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 72 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 74 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().
|
private |
Definition at line 73 of file BigEventsDebugger.cc.
Referenced by BigEventsDebugger< T >::analyze(), and BigEventsDebugger< T >::BigEventsDebugger().