CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
BigEventsDebugger< T > Class Template Reference

#include <myTKAnalyses/BigEventsDebugger/src/BigEventsDebugger.cc>

Inheritance diagram for BigEventsDebugger< T >:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 BigEventsDebugger (const edm::ParameterSet &)
 
 ~BigEventsDebugger ()
 
- 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
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void beginJob (const edm::EventSetup &)
 
virtual void endJob () override
 

Private Attributes

edm::EDGetTokenT< Tm_collectionToken
 
DigiCollectionProfiler< Tm_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)
 

Detailed Description

template<class T>
class BigEventsDebugger< T >

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 57 of file BigEventsDebugger.cc.

Constructor & Destructor Documentation

template<class T >
BigEventsDebugger< T >::BigEventsDebugger ( const edm::ParameterSet iConfig)
explicit

Definition at line 97 of file BigEventsDebugger.cc.

template<class T >
BigEventsDebugger< T >::~BigEventsDebugger ( )

Definition at line 149 of file BigEventsDebugger.cc.

Member Function Documentation

template<class T >
void BigEventsDebugger< T >::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 166 of file BigEventsDebugger.cc.

template<class T >
void BigEventsDebugger< T >::beginJob ( const edm::EventSetup )
privatevirtual

Definition at line 219 of file BigEventsDebugger.cc.

template<class T >
void BigEventsDebugger< T >::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 226 of file BigEventsDebugger.cc.

Member Data Documentation

template<class T >
edm::EDGetTokenT<T> BigEventsDebugger< T >::m_collectionToken
private

Definition at line 71 of file BigEventsDebugger.cc.

template<class T >
DigiCollectionProfiler<T> BigEventsDebugger< T >::m_digiprofiler
private

Definition at line 70 of file BigEventsDebugger.cc.

template<class T >
bool BigEventsDebugger< T >::m_folded
private

Definition at line 73 of file BigEventsDebugger.cc.

template<class T >
std::vector<TH1F*> BigEventsDebugger< T >::m_hist
private

Definition at line 79 of file BigEventsDebugger.cc.

template<class T >
std::vector<TH2F*> BigEventsDebugger< T >::m_hist2d
private

Definition at line 81 of file BigEventsDebugger.cc.

template<class T >
std::vector<TProfile*> BigEventsDebugger< T >::m_hprof
private

Definition at line 80 of file BigEventsDebugger.cc.

template<class T >
std::vector<std::string> BigEventsDebugger< T >::m_labels
private

Definition at line 78 of file BigEventsDebugger.cc.

template<class T >
bool BigEventsDebugger< T >::m_singleevents
private

Definition at line 72 of file BigEventsDebugger.cc.

template<class T >
bool BigEventsDebugger< T >::m_want1dHisto
private

Definition at line 74 of file BigEventsDebugger.cc.

template<class T >
bool BigEventsDebugger< T >::m_want2dHisto
private

Definition at line 76 of file BigEventsDebugger.cc.

template<class T >
bool BigEventsDebugger< T >::m_wantProfile
private

Definition at line 75 of file BigEventsDebugger.cc.