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

#include <DPGAnalysis/SiStripTools/plugins/EventTimeDistribution.cc>

Inheritance diagram for EventTimeDistribution:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

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

Private Attributes

edm::EDGetTokenT
< APVCyclePhaseCollection
_apvphasecollToken
 
TH1F ** _bx
 
TH1F ** _bxincycle
 
TH2F ** _bxincyclevsbx
 
TH1F ** _dbx
 
TH2F ** _dbxvsbx
 
TH2F ** _dbxvsbxincycle
 
edm::EDGetTokenT
< EventWithHistory
_historyProductToken
 
unsigned int _nevents
 
TH1F ** _orbit
 
TH2F ** _orbitvsbxincycle
 
const std::string _phasepart
 
RunHistogramManager _rhm
 
const bool _wantbxincyclevsbx
 
const bool _wantdbxvsbx
 
const bool _wantdbxvsbxincycle
 
const bool _wantorbitvsbxincycle
 
std::vector< TH1F ** > m_dbxhistos
 
std::vector< std::pair
< unsigned int, unsigned int > > 
m_dbxindices
 
TH1F ** m_ewhdepth
 
const bool m_ewhdepthHisto
 
const unsigned int m_LSfrac
 
const unsigned int m_maxLS
 

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 54 of file EventTimeDistribution.cc.

Constructor & Destructor Documentation

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

Definition at line 110 of file EventTimeDistribution.cc.

EventTimeDistribution::~EventTimeDistribution ( )

Definition at line 158 of file EventTimeDistribution.cc.

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 173 of file EventTimeDistribution.cc.

void EventTimeDistribution::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 273 of file EventTimeDistribution.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 219 of file EventTimeDistribution.cc.

void EventTimeDistribution::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 280 of file EventTimeDistribution.cc.

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

Reimplemented from edm::EDAnalyzer.

Definition at line 266 of file EventTimeDistribution.cc.

Member Data Documentation

edm::EDGetTokenT<APVCyclePhaseCollection> EventTimeDistribution::_apvphasecollToken
private

Definition at line 70 of file EventTimeDistribution.cc.

TH1F** EventTimeDistribution::_bx
private

Definition at line 88 of file EventTimeDistribution.cc.

TH1F** EventTimeDistribution::_bxincycle
private

Definition at line 89 of file EventTimeDistribution.cc.

TH2F** EventTimeDistribution::_bxincyclevsbx
private

Definition at line 93 of file EventTimeDistribution.cc.

TH1F** EventTimeDistribution::_dbx
private

Definition at line 85 of file EventTimeDistribution.cc.

TH2F** EventTimeDistribution::_dbxvsbx
private

Definition at line 92 of file EventTimeDistribution.cc.

TH2F** EventTimeDistribution::_dbxvsbxincycle
private

Definition at line 91 of file EventTimeDistribution.cc.

edm::EDGetTokenT<EventWithHistory> EventTimeDistribution::_historyProductToken
private

Definition at line 69 of file EventTimeDistribution.cc.

unsigned int EventTimeDistribution::_nevents
private

Definition at line 76 of file EventTimeDistribution.cc.

TH1F** EventTimeDistribution::_orbit
private

Definition at line 90 of file EventTimeDistribution.cc.

TH2F** EventTimeDistribution::_orbitvsbxincycle
private

Definition at line 94 of file EventTimeDistribution.cc.

const std::string EventTimeDistribution::_phasepart
private

Definition at line 71 of file EventTimeDistribution.cc.

RunHistogramManager EventTimeDistribution::_rhm
private

Definition at line 83 of file EventTimeDistribution.cc.

const bool EventTimeDistribution::_wantbxincyclevsbx
private

Definition at line 74 of file EventTimeDistribution.cc.

const bool EventTimeDistribution::_wantdbxvsbx
private

Definition at line 73 of file EventTimeDistribution.cc.

const bool EventTimeDistribution::_wantdbxvsbxincycle
private

Definition at line 72 of file EventTimeDistribution.cc.

const bool EventTimeDistribution::_wantorbitvsbxincycle
private

Definition at line 75 of file EventTimeDistribution.cc.

std::vector<TH1F**> EventTimeDistribution::m_dbxhistos
private

Definition at line 86 of file EventTimeDistribution.cc.

std::vector<std::pair<unsigned int,unsigned int> > EventTimeDistribution::m_dbxindices
private

Definition at line 87 of file EventTimeDistribution.cc.

TH1F** EventTimeDistribution::m_ewhdepth
private

Definition at line 95 of file EventTimeDistribution.cc.

const bool EventTimeDistribution::m_ewhdepthHisto
private

Definition at line 79 of file EventTimeDistribution.cc.

const unsigned int EventTimeDistribution::m_LSfrac
private

Definition at line 78 of file EventTimeDistribution.cc.

const unsigned int EventTimeDistribution::m_maxLS
private

Definition at line 77 of file EventTimeDistribution.cc.