#include <HiSuperClusterProducer.h>
Private Member Functions | |
bool | counterExceeded () const |
void | getClusterPtrVector (edm::Event &evt, std::string clusterProducer_, std::string clusterCollection_, reco::CaloClusterPtrVector *) |
void | outputValidationInfo (reco::SuperClusterCollection &superclusterCollection) |
void | produceSuperclustersForECALPart (edm::Event &evt, std::string clusterProducer, std::string clusterCollection, std::string superclusterColection) |
Private Attributes | |
float | barrelBCEnergyThreshold_ |
std::string | barrelClusterCollection_ |
std::string | barrelClusterProducer_ |
float | barrelEtaSearchRoad_ |
float | barrelPhiSearchRoad_ |
std::string | barrelSuperclusterCollection_ |
HiBremRecoveryClusterAlgo * | bremAlgo_p |
bool | doBarrel_ |
bool | doEndcaps_ |
float | endcapBCEnergyThreshold_ |
std::string | endcapClusterCollection_ |
std::string | endcapClusterProducer_ |
float | endcapEtaSearchRoad_ |
float | endcapPhiSearchRoad_ |
std::string | endcapSuperclusterCollection_ |
int | nEvt_ |
int | nMaxPrintout_ |
int | noSuperClusters |
float | seedTransverseEnergyThreshold_ |
double | totalE |
HiBremRecoveryClusterAlgo::VerbosityLevel | verbosity |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
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::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 20 of file HiSuperClusterProducer.h.
HiSuperClusterProducer::HiSuperClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 27 of file HiSuperClusterProducer.cc.
References barrelBCEnergyThreshold_, barrelClusterCollection_, barrelClusterProducer_, barrelEtaSearchRoad_, barrelPhiSearchRoad_, barrelSuperclusterCollection_, bremAlgo_p, gather_cfg::cout, doBarrel_, doEndcaps_, endcapBCEnergyThreshold_, endcapClusterCollection_, endcapClusterProducer_, endcapEtaSearchRoad_, endcapPhiSearchRoad_, endcapSuperclusterCollection_, edm::ParameterSet::getParameter(), nEvt_, noSuperClusters, HiBremRecoveryClusterAlgo::pDEBUG, HiBremRecoveryClusterAlgo::pERROR, HiBremRecoveryClusterAlgo::pINFO, HiBremRecoveryClusterAlgo::pWARNING, seedTransverseEnergyThreshold_, AlCaHLTBitMon_QueryRunRegistry::string, totalE, and verbosity.
HiSuperClusterProducer::~HiSuperClusterProducer | ( | ) |
Definition at line 78 of file HiSuperClusterProducer.cc.
References bremAlgo_p.
|
inlineprivate |
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 83 of file HiSuperClusterProducer.cc.
References noSuperClusters, and totalE.
|
private |
Definition at line 138 of file HiSuperClusterProducer.cc.
References edm::Event::getByLabel(), i, edm::HandleBase::isValid(), edm::Handle< T >::product(), and edm::PtrVector< T >::push_back().
Referenced by produceSuperclustersForECALPart().
|
private |
|
virtual |
Implements edm::EDProducer.
Definition at line 98 of file HiSuperClusterProducer.cc.
References barrelClusterCollection_, barrelClusterProducer_, barrelSuperclusterCollection_, doBarrel_, doEndcaps_, endcapClusterCollection_, endcapClusterProducer_, endcapSuperclusterCollection_, nEvt_, and produceSuperclustersForECALPart().
|
private |
Definition at line 110 of file HiSuperClusterProducer.cc.
References bremAlgo_p, getClusterPtrVector(), HiBremRecoveryClusterAlgo::makeSuperClusters(), noSuperClusters, edm::Event::put(), and totalE.
Referenced by produce().
|
private |
Definition at line 53 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 40 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 43 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 48 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 49 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 46 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 59 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), produceSuperclustersForECALPart(), and ~HiSuperClusterProducer().
|
private |
Definition at line 56 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 57 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 54 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 39 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 42 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 50 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 51 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 45 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 35 of file HiSuperClusterProducer.h.
Referenced by counterExceeded(), HiSuperClusterProducer(), and produce().
|
private |
Definition at line 34 of file HiSuperClusterProducer.h.
Referenced by counterExceeded().
|
private |
Definition at line 62 of file HiSuperClusterProducer.h.
Referenced by endJob(), HiSuperClusterProducer(), and produceSuperclustersForECALPart().
|
private |
Definition at line 52 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 61 of file HiSuperClusterProducer.h.
Referenced by endJob(), HiSuperClusterProducer(), and produceSuperclustersForECALPart().
|
private |
Definition at line 37 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().