#include <ReducedESRecHitCollectionProducer.h>
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::string | OutputLabelES_ |
double | scEtThresh_ |
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 |
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 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_, OutputLabelES_, scEtThresh_, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
virtual |
Definition at line 46 of file ReducedESRecHitCollectionProducer.cc.
References topology_p.
|
finaloverridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 50 of file ReducedESRecHitCollectionProducer.cc.
References DetId::Ecal, EcalPreshower, geometry, geometry_p, edm::EventSetup::get(), and topology_p.
void ReducedESRecHitCollectionProducer::collectIds | ( | const ESDetId | strip1, |
const ESDetId | strip2, | ||
const int & | row = 0 |
||
) |
Definition at line 137 of file ReducedESRecHitCollectionProducer.cc.
References collectedIds_, CaloNavigator< T, TOPO >::east(), CaloNavigator< T, TOPO >::home(), i, GetRecoTauVFromDQM_MC_cff::next, CaloNavigator< T, TOPO >::north(), CaloNavigator< T, TOPO >::setHome(), CaloNavigator< T, TOPO >::south(), topology_p, and CaloNavigator< T, TOPO >::west().
Referenced by produce().
|
virtual |
Implements edm::stream::EDProducerBase.
Definition at line 64 of file ReducedESRecHitCollectionProducer.cc.
References collectedIds_, collectIds(), geometry_p, edm::Event::getByToken(), EcalPreshowerGeometry::getClosestCellInPlane(), InputRecHitES_, InputSuperClusterEE_, interestingDetIdCollections_, edm::HandleBase::isValid(), tablePrinter::labels, edm::EDConsumerBase::labelsForToken(), edm::EDConsumerBase::Labels::module, convertSQLitetoXML_cfg::output, OutputLabelES_, point, edm::EDConsumerBase::Labels::process, edm::Handle< T >::product(), edm::EDConsumerBase::Labels::productInstance, edm::Event::put(), scEtThresh_, and edmStreamStallGrapher::t.
|
private |
Definition at line 46 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 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(), collectIds(), and ~ReducedESRecHitCollectionProducer().