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

#include <RecoHI/EvtPlaneProducer/src/EvtPlaneProducer.cc>

Inheritance diagram for EvtPlaneProducer:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 EvtPlaneProducer (const edm::ParameterSet &)
 
 ~EvtPlaneProducer ()
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- 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< 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 produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

double caloCentRef_
 
double caloCentRefWidth_
 
edm::Handle< CaloTowerCollectioncaloCollection_
 
edm::InputTag caloTag_
 
edm::EDGetTokenT
< CaloTowerCollection
caloToken
 
edm::Handle< std::vector
< reco::CastorTower > > 
castorCollection_
 
edm::InputTag castorTag_
 
edm::EDGetTokenT< std::vector
< reco::CastorTower > > 
castorToken
 
int CentBinCompression_
 
edm::InputTag centralityBinTag_
 
edm::EDGetTokenT< int > centralityBinToken
 
std::string centralityLabel_
 
std::string centralityMC_
 
std::string centralityVariable_
 
double chi2_
 
double dzerr_
 
HiEvtPlaneFlattenflat [NumEPNames]
 
int FlatOrder_
 
edm::ESWatcher< HeavyIonRPRcdhirpWatcher
 
edm::ESWatcher< HeavyIonRcdhiWatcher
 
bool loadDB_
 
double maxet_
 
double maxpt_
 
double maxvtx_
 
double minet_
 
double minpt_
 
double minvtx_
 
double nCentBins_
 
int NumFlatBins_
 
GenPlanerp [NumEPNames]
 
edm::Handle
< reco::TrackCollection
trackCollection_
 
edm::InputTag trackTag_
 
edm::EDGetTokenT
< reco::TrackCollection
trackToken
 
edm::Handle< std::vector
< reco::Vertex > > 
vertex_
 
edm::InputTag vertexTag_
 
edm::EDGetTokenT< std::vector
< reco::Vertex > > 
vertexToken
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer<>
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase 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::stream::EDProducerBase
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)
 

Detailed Description

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

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

Definition at line 158 of file EvtPlaneProducer.cc.

Constructor & Destructor Documentation

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

Definition at line 215 of file EvtPlaneProducer.cc.

EvtPlaneProducer::~EvtPlaneProducer ( )

Definition at line 267 of file EvtPlaneProducer.cc.

Member Function Documentation

void EvtPlaneProducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::stream::EDProducerBase.

Definition at line 285 of file EvtPlaneProducer.cc.

Member Data Documentation

double EvtPlaneProducer::caloCentRef_
private

Definition at line 209 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::caloCentRefWidth_
private

Definition at line 210 of file EvtPlaneProducer.cc.

edm::Handle<CaloTowerCollection> EvtPlaneProducer::caloCollection_
private

Definition at line 184 of file EvtPlaneProducer.cc.

edm::InputTag EvtPlaneProducer::caloTag_
private

Definition at line 182 of file EvtPlaneProducer.cc.

edm::EDGetTokenT<CaloTowerCollection> EvtPlaneProducer::caloToken
private

Definition at line 183 of file EvtPlaneProducer.cc.

edm::Handle<std::vector<reco::CastorTower> > EvtPlaneProducer::castorCollection_
private

Definition at line 188 of file EvtPlaneProducer.cc.

edm::InputTag EvtPlaneProducer::castorTag_
private

Definition at line 186 of file EvtPlaneProducer.cc.

edm::EDGetTokenT<std::vector<reco::CastorTower> > EvtPlaneProducer::castorToken
private

Definition at line 187 of file EvtPlaneProducer.cc.

int EvtPlaneProducer::CentBinCompression_
private

Definition at line 211 of file EvtPlaneProducer.cc.

edm::InputTag EvtPlaneProducer::centralityBinTag_
private

Definition at line 174 of file EvtPlaneProducer.cc.

edm::EDGetTokenT<int> EvtPlaneProducer::centralityBinToken
private

Definition at line 175 of file EvtPlaneProducer.cc.

std::string EvtPlaneProducer::centralityLabel_
private

Definition at line 171 of file EvtPlaneProducer.cc.

std::string EvtPlaneProducer::centralityMC_
private

Definition at line 172 of file EvtPlaneProducer.cc.

std::string EvtPlaneProducer::centralityVariable_
private

Definition at line 170 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::chi2_
private

Definition at line 205 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::dzerr_
private

Definition at line 204 of file EvtPlaneProducer.cc.

HiEvtPlaneFlatten* EvtPlaneProducer::flat[NumEPNames]
private

Definition at line 212 of file EvtPlaneProducer.cc.

int EvtPlaneProducer::FlatOrder_
private

Definition at line 206 of file EvtPlaneProducer.cc.

edm::ESWatcher<HeavyIonRPRcd> EvtPlaneProducer::hirpWatcher
private

Definition at line 195 of file EvtPlaneProducer.cc.

edm::ESWatcher<HeavyIonRcd> EvtPlaneProducer::hiWatcher
private

Definition at line 194 of file EvtPlaneProducer.cc.

bool EvtPlaneProducer::loadDB_
private

Definition at line 197 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::maxet_
private

Definition at line 199 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::maxpt_
private

Definition at line 201 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::maxvtx_
private

Definition at line 203 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::minet_
private

Definition at line 198 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::minpt_
private

Definition at line 200 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::minvtx_
private

Definition at line 202 of file EvtPlaneProducer.cc.

double EvtPlaneProducer::nCentBins_
private

Definition at line 208 of file EvtPlaneProducer.cc.

int EvtPlaneProducer::NumFlatBins_
private

Definition at line 207 of file EvtPlaneProducer.cc.

GenPlane* EvtPlaneProducer::rp[NumEPNames]
private

Definition at line 164 of file EvtPlaneProducer.cc.

edm::Handle<reco::TrackCollection> EvtPlaneProducer::trackCollection_
private

Definition at line 192 of file EvtPlaneProducer.cc.

edm::InputTag EvtPlaneProducer::trackTag_
private

Definition at line 190 of file EvtPlaneProducer.cc.

edm::EDGetTokenT<reco::TrackCollection> EvtPlaneProducer::trackToken
private

Definition at line 191 of file EvtPlaneProducer.cc.

edm::Handle<std::vector<reco::Vertex> > EvtPlaneProducer::vertex_
private

Definition at line 180 of file EvtPlaneProducer.cc.

edm::InputTag EvtPlaneProducer::vertexTag_
private

Definition at line 178 of file EvtPlaneProducer.cc.

edm::EDGetTokenT<std::vector<reco::Vertex> > EvtPlaneProducer::vertexToken
private

Definition at line 179 of file EvtPlaneProducer.cc.