Public Member Functions | |
CentralityProducer (const edm::ParameterSet &) | |
~CentralityProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () 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 | beginJob () override |
virtual void | endJob () override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::ESHandle< CaloGeometry > | cGeo |
bool | doPixelCut_ |
double | hfEtaCut_ |
bool | lowGainZDC_ |
double | midRapidityRange_ |
bool | produceEcalhits_ |
bool | produceETmidRap_ |
bool | produceHFhits_ |
bool | produceHFtowers_ |
bool | producePixelhits_ |
bool | producePixelTracks_ |
bool | produceTracks_ |
bool | produceZDChits_ |
bool | recoLevel_ |
bool | reuseAny_ |
edm::EDGetTokenT< Centrality > | reuseTag_ |
edm::EDGetTokenT < EcalRecHitCollection > | srcEBhits_ |
edm::EDGetTokenT < EcalRecHitCollection > | srcEEhits_ |
edm::EDGetTokenT < HFRecHitCollection > | srcHFhits_ |
edm::EDGetTokenT < SiPixelRecHitCollection > | srcPixelhits_ |
edm::EDGetTokenT< TrackCollection > | srcPixelTracks_ |
edm::EDGetTokenT < CaloTowerCollection > | srcTowers_ |
edm::EDGetTokenT< TrackCollection > | srcTracks_ |
edm::EDGetTokenT < VertexCollection > | srcVertex_ |
edm::EDGetTokenT < ZDCRecHitCollection > | srcZDChits_ |
edm::ESHandle< TrackerGeometry > | tGeo |
double | trackEtaCut_ |
double | trackPtCut_ |
reco::TrackBase::TrackQuality | trackQuality_ |
bool | useQuality_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Definition at line 54 of file CentralityProducer.cc.
|
explicit |
Definition at line 118 of file CentralityProducer.cc.
reco::CentralityProducer::~CentralityProducer | ( | ) |
Definition at line 168 of file CentralityProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 467 of file CentralityProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 473 of file CentralityProducer.cc.
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 183 of file CentralityProducer.cc.
|
private |
Definition at line 102 of file CentralityProducer.cc.
|
private |
Definition at line 78 of file CentralityProducer.cc.
|
private |
Definition at line 83 of file CentralityProducer.cc.
|
private |
Definition at line 85 of file CentralityProducer.cc.
|
private |
Definition at line 80 of file CentralityProducer.cc.
|
private |
Definition at line 70 of file CentralityProducer.cc.
|
private |
Definition at line 72 of file CentralityProducer.cc.
|
private |
Definition at line 68 of file CentralityProducer.cc.
|
private |
Definition at line 69 of file CentralityProducer.cc.
|
private |
Definition at line 73 of file CentralityProducer.cc.
|
private |
Definition at line 76 of file CentralityProducer.cc.
|
private |
Definition at line 74 of file CentralityProducer.cc.
|
private |
Definition at line 71 of file CentralityProducer.cc.
|
private |
Definition at line 66 of file CentralityProducer.cc.
|
private |
Definition at line 75 of file CentralityProducer.cc.
|
private |
Definition at line 96 of file CentralityProducer.cc.
|
private |
Definition at line 90 of file CentralityProducer.cc.
|
private |
Definition at line 89 of file CentralityProducer.cc.
|
private |
Definition at line 87 of file CentralityProducer.cc.
|
private |
Definition at line 92 of file CentralityProducer.cc.
|
private |
Definition at line 94 of file CentralityProducer.cc.
|
private |
Definition at line 88 of file CentralityProducer.cc.
|
private |
Definition at line 93 of file CentralityProducer.cc.
|
private |
Definition at line 95 of file CentralityProducer.cc.
|
private |
Definition at line 91 of file CentralityProducer.cc.
|
private |
Definition at line 101 of file CentralityProducer.cc.
|
private |
Definition at line 82 of file CentralityProducer.cc.
|
private |
Definition at line 81 of file CentralityProducer.cc.
|
private |
Definition at line 99 of file CentralityProducer.cc.
|
private |
Definition at line 98 of file CentralityProducer.cc.