#include <Multi5x5SuperClusterProducer.h>
Private Member Functions | |
bool | counterExceeded () const |
void | getClusterPtrVector (edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken, reco::CaloClusterPtrVector *) |
void | outputValidationInfo (reco::SuperClusterCollection &superclusterCollection) |
void | produceSuperclustersForECALPart (edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken, std::string superclusterColection) |
Private Attributes | |
float | barrelEtaSearchRoad_ |
float | barrelPhiSearchRoad_ |
std::string | barrelSuperclusterCollection_ |
Multi5x5BremRecoveryClusterAlgo * | bremAlgo_p |
bool | doBarrel_ |
bool | doEndcaps_ |
edm::EDGetTokenT < reco::BasicClusterCollection > | ebClustersToken_ |
edm::EDGetTokenT < reco::BasicClusterCollection > | eeClustersToken_ |
float | endcapEtaSearchRoad_ |
float | endcapPhiSearchRoad_ |
std::string | endcapSuperclusterCollection_ |
int | nEvt_ |
int | nMaxPrintout_ |
int | noSuperClusters |
float | seedTransverseEnergyThreshold_ |
double | totalE |
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 |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 19 of file Multi5x5SuperClusterProducer.h.
Multi5x5SuperClusterProducer::Multi5x5SuperClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 24 of file Multi5x5SuperClusterProducer.cc.
References barrelEtaSearchRoad_, barrelPhiSearchRoad_, barrelSuperclusterCollection_, bremAlgo_p, doBarrel_, doEndcaps_, ebClustersToken_, eeClustersToken_, endcapEtaSearchRoad_, endcapPhiSearchRoad_, endcapSuperclusterCollection_, edm::ParameterSet::getParameter(), nEvt_, noSuperClusters, seedTransverseEnergyThreshold_, AlCaHLTBitMon_QueryRunRegistry::string, and totalE.
Multi5x5SuperClusterProducer::~Multi5x5SuperClusterProducer | ( | ) |
Definition at line 61 of file Multi5x5SuperClusterProducer.cc.
References bremAlgo_p.
|
inlineprivate |
Definition at line 67 of file Multi5x5SuperClusterProducer.h.
References nEvt_, and nMaxPrintout_.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 67 of file Multi5x5SuperClusterProducer.cc.
References noSuperClusters, and totalE.
|
private |
Definition at line 122 of file Multi5x5SuperClusterProducer.cc.
References edm::Event::getByToken(), i, edm::Handle< T >::product(), and edm::PtrVector< T >::push_back().
Referenced by produceSuperclustersForECALPart().
|
private |
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 82 of file Multi5x5SuperClusterProducer.cc.
References barrelSuperclusterCollection_, doBarrel_, doEndcaps_, ebClustersToken_, eeClustersToken_, endcapSuperclusterCollection_, nEvt_, and produceSuperclustersForECALPart().
|
private |
Definition at line 95 of file Multi5x5SuperClusterProducer.cc.
References bremAlgo_p, getClusterPtrVector(), Multi5x5BremRecoveryClusterAlgo::makeSuperClusters(), noSuperClusters, edm::Event::put(), and totalE.
Referenced by produce().
|
private |
Definition at line 42 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer().
|
private |
Definition at line 43 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer().
|
private |
Definition at line 40 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 51 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), produceSuperclustersForECALPart(), and ~Multi5x5SuperClusterProducer().
|
private |
Definition at line 48 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 49 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 37 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 36 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 44 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer().
|
private |
Definition at line 45 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer().
|
private |
Definition at line 39 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 34 of file Multi5x5SuperClusterProducer.h.
Referenced by counterExceeded(), Multi5x5SuperClusterProducer(), and produce().
|
private |
Definition at line 33 of file Multi5x5SuperClusterProducer.h.
Referenced by counterExceeded().
|
private |
Definition at line 54 of file Multi5x5SuperClusterProducer.h.
Referenced by endStream(), Multi5x5SuperClusterProducer(), and produceSuperclustersForECALPart().
|
private |
Definition at line 46 of file Multi5x5SuperClusterProducer.h.
Referenced by Multi5x5SuperClusterProducer().
|
private |
Definition at line 53 of file Multi5x5SuperClusterProducer.h.
Referenced by endStream(), Multi5x5SuperClusterProducer(), and produceSuperclustersForECALPart().