#include <HiSuperClusterProducer.h>
Public Member Functions | |
virtual void | endJob () |
HiSuperClusterProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
~HiSuperClusterProducer () | |
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< 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 | |
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 | barrelBCEnergyThreshold_ |
float | barrelEtaSearchRoad_ |
float | barrelPhiSearchRoad_ |
std::string | barrelSuperclusterCollection_ |
HiBremRecoveryClusterAlgo * | bremAlgo_p |
bool | doBarrel_ |
bool | doEndcaps_ |
edm::EDGetTokenT < reco::BasicClusterCollection > | ebClustersToken_ |
edm::EDGetTokenT < reco::BasicClusterCollection > | eeClustersToken_ |
float | endcapBCEnergyThreshold_ |
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::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) |
Definition at line 20 of file HiSuperClusterProducer.h.
HiSuperClusterProducer::HiSuperClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 26 of file HiSuperClusterProducer.cc.
References barrelBCEnergyThreshold_, barrelEtaSearchRoad_, barrelPhiSearchRoad_, barrelSuperclusterCollection_, bremAlgo_p, gather_cfg::cout, doBarrel_, doEndcaps_, ebClustersToken_, eeClustersToken_, endcapBCEnergyThreshold_, endcapEtaSearchRoad_, endcapPhiSearchRoad_, endcapSuperclusterCollection_, edm::ParameterSet::getParameter(), HLT_25ns10e33_v2_cff::InputTag, nEvt_, noSuperClusters, HiBremRecoveryClusterAlgo::pDEBUG, HiBremRecoveryClusterAlgo::pERROR, HiBremRecoveryClusterAlgo::pINFO, HiBremRecoveryClusterAlgo::pWARNING, seedTransverseEnergyThreshold_, AlCaHLTBitMon_QueryRunRegistry::string, totalE, and verbosity.
HiSuperClusterProducer::~HiSuperClusterProducer | ( | ) |
Definition at line 77 of file HiSuperClusterProducer.cc.
References bremAlgo_p.
|
inlineprivate |
|
virtual |
Definition at line 82 of file HiSuperClusterProducer.cc.
References noSuperClusters, and totalE.
|
private |
Definition at line 136 of file HiSuperClusterProducer.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), edm::Handle< T >::product(), and edm::PtrVector< T >::push_back().
Referenced by produceSuperclustersForECALPart().
|
private |
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 97 of file HiSuperClusterProducer.cc.
References barrelSuperclusterCollection_, doBarrel_, doEndcaps_, ebClustersToken_, eeClustersToken_, endcapSuperclusterCollection_, nEvt_, and produceSuperclustersForECALPart().
|
private |
Definition at line 109 of file HiSuperClusterProducer.cc.
References bremAlgo_p, getClusterPtrVector(), HiBremRecoveryClusterAlgo::makeSuperClusters(), noSuperClusters, edm::Event::put(), and totalE.
Referenced by produce().
|
private |
Definition at line 50 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 45 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 46 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 56 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), produceSuperclustersForECALPart(), and ~HiSuperClusterProducer().
|
private |
Definition at line 53 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 54 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 42 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer(), and produce().
|
private |
Definition at line 51 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 47 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 48 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 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 59 of file HiSuperClusterProducer.h.
Referenced by endJob(), HiSuperClusterProducer(), and produceSuperclustersForECALPart().
|
private |
Definition at line 49 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().
|
private |
Definition at line 58 of file HiSuperClusterProducer.h.
Referenced by endJob(), HiSuperClusterProducer(), and produceSuperclustersForECALPart().
|
private |
Definition at line 37 of file HiSuperClusterProducer.h.
Referenced by HiSuperClusterProducer().