Public Member Functions | |
void | endStream () override |
Multi5x5SuperClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
reco::CaloClusterPtrVector | getClusterPtrVector (edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken) const |
void | outputValidationInfo (reco::SuperClusterCollection &superclusterCollection) |
void | produceSuperclustersForECALPart (edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken, const edm::EDPutTokenT< reco::SuperClusterCollection > &putToken) |
Private Attributes | |
const float | barrelEtaSearchRoad_ |
const float | barrelPhiSearchRoad_ |
edm::EDPutTokenT< reco::SuperClusterCollection > | barrelPutToken_ |
std::unique_ptr< Multi5x5BremRecoveryClusterAlgo > | bremAlgo_p |
const bool | doBarrel_ |
const bool | doEndcaps_ |
edm::EDGetTokenT< reco::BasicClusterCollection > | ebClustersToken_ |
edm::EDGetTokenT< reco::BasicClusterCollection > | eeClustersToken_ |
const float | endcapEtaSearchRoad_ |
const float | endcapPhiSearchRoad_ |
edm::EDPutTokenT< reco::SuperClusterCollection > | endcapPutToken_ |
int | noSuperClusters |
const float | seedTransverseEnergyThreshold_ |
double | totalE |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 19 of file Multi5x5SuperClusterProducer.cc.
Multi5x5SuperClusterProducer::Multi5x5SuperClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 59 of file Multi5x5SuperClusterProducer.cc.
References edm::ParameterSet::getParameter().
|
override |
Definition at line 97 of file Multi5x5SuperClusterProducer.cc.
References noSuperClusters, str, and totalE.
|
private |
Definition at line 138 of file Multi5x5SuperClusterProducer.cc.
References edm::Event::getByToken(), mps_fire::i, edm::Handle< T >::product(), edm::PtrVector< T >::push_back(), and edm::PtrVectorBase::reserve().
Referenced by produceSuperclustersForECALPart().
|
private |
|
override |
Definition at line 110 of file Multi5x5SuperClusterProducer.cc.
References barrelPutToken_, doBarrel_, doEndcaps_, ebClustersToken_, eeClustersToken_, endcapPutToken_, and produceSuperclustersForECALPart().
|
private |
Definition at line 118 of file Multi5x5SuperClusterProducer.cc.
References bremAlgo_p, edm::Event::emplace(), getClusterPtrVector(), eostools::move(), noSuperClusters, and totalE.
Referenced by produce().
|
private |
Definition at line 32 of file Multi5x5SuperClusterProducer.cc.
|
private |
Definition at line 33 of file Multi5x5SuperClusterProducer.cc.
|
private |
Definition at line 30 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 41 of file Multi5x5SuperClusterProducer.cc.
Referenced by produceSuperclustersForECALPart().
|
private |
Definition at line 38 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 39 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 28 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 27 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 34 of file Multi5x5SuperClusterProducer.cc.
|
private |
Definition at line 35 of file Multi5x5SuperClusterProducer.cc.
|
private |
Definition at line 29 of file Multi5x5SuperClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 44 of file Multi5x5SuperClusterProducer.cc.
Referenced by endStream(), and produceSuperclustersForECALPart().
|
private |
Definition at line 36 of file Multi5x5SuperClusterProducer.cc.
|
private |
Definition at line 43 of file Multi5x5SuperClusterProducer.cc.
Referenced by endStream(), and produceSuperclustersForECALPart().