#include <ReducedESRecHitCollectionProducer.h>
Public Member Functions | |
void | beginRun (edm::Run const &, const edm::EventSetup &) final |
void | collectIds (const ESDetId strip1, const ESDetId strip2, const int &row=0) |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
ReducedESRecHitCollectionProducer (const edm::ParameterSet &pset) | |
~ReducedESRecHitCollectionProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
std::set< DetId > | collectedIds_ |
const EcalPreshowerGeometry * | geometry_p |
edm::EDGetTokenT< ESRecHitCollection > | InputRecHitES_ |
edm::EDGetTokenT< reco::SuperClusterCollection > | InputSuperClusterEE_ |
std::vector< edm::EDGetTokenT< DetIdCollection > > | interestingDetIdCollections_ |
std::vector< edm::EDGetTokenT< DetIdCollection > > | interestingDetIdCollectionsNotToClean_ |
std::string | OutputLabelES_ |
double | scEtThresh_ |
std::unique_ptr< CaloSubdetectorTopology > | topology_p |
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 |
Definition at line 24 of file ReducedESRecHitCollectionProducer.h.
ReducedESRecHitCollectionProducer::ReducedESRecHitCollectionProducer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 20 of file ReducedESRecHitCollectionProducer.cc.
References edm::ParameterSet::getParameter(), InputRecHitES_, InputSuperClusterEE_, interestingDetIdCollections_, interestingDetIdCollectionsNotToClean_, OutputLabelES_, scEtThresh_, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, edm::vector_transform(), and ~ReducedESRecHitCollectionProducer().
|
overridedefault |
Referenced by ReducedESRecHitCollectionProducer().
|
final |
Definition at line 52 of file ReducedESRecHitCollectionProducer.cc.
References DetId::Ecal, EcalPreshower, geometry_p, edm::EventSetup::get(), CaloGeometry::getSubdetectorGeometry(), and topology_p.
void ReducedESRecHitCollectionProducer::collectIds | ( | const ESDetId | strip1, |
const ESDetId | strip2, | ||
const int & | row = 0 |
||
) |
Definition at line 165 of file ReducedESRecHitCollectionProducer.cc.
References collectedIds_, mps_fire::i, GetRecoTauVFromDQM_MC_cff::next, CaloNavigator< T, TOPO >::setHome(), and topology_p.
Referenced by produce().
|
override |
Definition at line 65 of file ReducedESRecHitCollectionProducer.cc.
References edm::EDCollection< T >::begin(), collectedIds_, collectIds(), edm::EDCollection< T >::end(), geometry_p, edm::Event::getByToken(), EcalPreshowerGeometry::getClosestCellInPlane(), hit::id, InputRecHitES_, InputSuperClusterEE_, interestingDetIdCollections_, interestingDetIdCollectionsNotToClean_, edm::HandleBase::isValid(), tablePrinter::labels, eostools::move(), convertSQLitetoXML_cfg::output, OutputLabelES_, point, edm::Event::put(), scEtThresh_, and protons_cff::t.
|
private |
Definition at line 47 of file ReducedESRecHitCollectionProducer.h.
Referenced by collectIds(), and produce().
|
private |
Definition at line 36 of file ReducedESRecHitCollectionProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 41 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 42 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 44 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 45 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 43 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 39 of file ReducedESRecHitCollectionProducer.h.
Referenced by produce(), and ReducedESRecHitCollectionProducer().
|
private |
Definition at line 37 of file ReducedESRecHitCollectionProducer.h.
Referenced by beginRun(), and collectIds().