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
OverlapProblemTPAnalyzer Class Reference

#include <DebugTools/OverlapProblem/plugins/OverlapProblemTPAnalyzer.cc>

Inheritance diagram for OverlapProblemTPAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 OverlapProblemTPAnalyzer (const edm::ParameterSet &)
 
 ~OverlapProblemTPAnalyzer ()
 
- 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 beginRun (const edm::Run &, const edm::EventSetup &) override
 
virtual void endRun (const edm::Run &, const edm::EventSetup &) override
 

Private Attributes

edm::EDGetTokenT
< reco::TrackToTrackingParticleAssociator
m_associatorToken
 
std::vector< TH1F * > m_assosimhitytecr
 
TH1F * m_etatp
 
TH1F * m_llbit
 
TH1F * m_nassotk
 
TH1F * m_nhits
 
TH1F * m_nrechits
 
TH2F * m_nrecvssimhits
 
TH1F * m_pdgid
 
TH1F * m_ptp
 
std::vector< TH1F * > m_simhitytecr
 
TH1F * m_statustp
 
edm::EDGetTokenT
< TrackingParticleCollection
m_tpcollToken
 
edm::EDGetTokenT< edm::View
< reco::Track > > 
m_trkcollToken
 

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

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

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

Definition at line 61 of file OverlapProblemTPAnalyzer.cc.

Constructor & Destructor Documentation

OverlapProblemTPAnalyzer::OverlapProblemTPAnalyzer ( const edm::ParameterSet iConfig)
explicit

Definition at line 103 of file OverlapProblemTPAnalyzer.cc.

OverlapProblemTPAnalyzer::~OverlapProblemTPAnalyzer ( )

Definition at line 147 of file OverlapProblemTPAnalyzer.cc.

Member Function Documentation

void OverlapProblemTPAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 162 of file OverlapProblemTPAnalyzer.cc.

void OverlapProblemTPAnalyzer::beginRun ( const edm::Run iRun,
const edm::EventSetup  
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 284 of file OverlapProblemTPAnalyzer.cc.

void OverlapProblemTPAnalyzer::endRun ( const edm::Run iRun,
const edm::EventSetup  
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 289 of file OverlapProblemTPAnalyzer.cc.

Member Data Documentation

edm::EDGetTokenT<reco::TrackToTrackingParticleAssociator> OverlapProblemTPAnalyzer::m_associatorToken
private

Definition at line 89 of file OverlapProblemTPAnalyzer.cc.

std::vector<TH1F*> OverlapProblemTPAnalyzer::m_assosimhitytecr
private

Definition at line 84 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_etatp
private

Definition at line 74 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_llbit
private

Definition at line 80 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_nassotk
private

Definition at line 78 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_nhits
private

Definition at line 75 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_nrechits
private

Definition at line 76 of file OverlapProblemTPAnalyzer.cc.

TH2F* OverlapProblemTPAnalyzer::m_nrecvssimhits
private

Definition at line 77 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_pdgid
private

Definition at line 79 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_ptp
private

Definition at line 73 of file OverlapProblemTPAnalyzer.cc.

std::vector<TH1F*> OverlapProblemTPAnalyzer::m_simhitytecr
private

Definition at line 83 of file OverlapProblemTPAnalyzer.cc.

TH1F* OverlapProblemTPAnalyzer::m_statustp
private

Definition at line 81 of file OverlapProblemTPAnalyzer.cc.

edm::EDGetTokenT<TrackingParticleCollection> OverlapProblemTPAnalyzer::m_tpcollToken
private

Definition at line 87 of file OverlapProblemTPAnalyzer.cc.

edm::EDGetTokenT<edm::View<reco::Track> > OverlapProblemTPAnalyzer::m_trkcollToken
private

Definition at line 88 of file OverlapProblemTPAnalyzer.cc.