#include <HLTrigger/special/plugins/HLTRechitsToDigis.cc>
Public Types | |
enum | ecalRegion { invalidRegion =0, barrel, endcap } |
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 | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static const HLTRechitsToDigis::ecalRegion | stringToRegion (const std::string ®ion) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, edm::EventSetup const &) override |
Private Attributes | |
edm::EDGetTokenT< EBDigiCollection > | digisEBInToken_ |
edm::EDGetTokenT< EEDigiCollection > | digisEEInToken_ |
edm::InputTag | digisIn_ |
std::string | digisOut_ |
edm::InputTag | recHits_ |
edm::EDGetTokenT< EcalRecHitCollection > | recHitsToken_ |
ecalRegion | region_ |
Additional Inherited Members | |
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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 42 of file HLTRechitsToDigis.cc.
Enumerator | |
---|---|
invalidRegion | |
barrel | |
endcap |
Definition at line 47 of file HLTRechitsToDigis.cc.
|
explicit |
Definition at line 72 of file HLTRechitsToDigis.cc.
References barrel, digisEBInToken_, digisEEInToken_, digisIn_, digisOut_, endcap, edm::ParameterSet::getParameter(), invalidRegion, recHits_, recHitsToken_, region_, AlCaHLTBitMon_QueryRunRegistry::string, and stringToRegion().
|
override |
Definition at line 101 of file HLTRechitsToDigis.cc.
|
static |
Definition at line 212 of file HLTRechitsToDigis.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 120 of file HLTRechitsToDigis.cc.
References barrel, edm::SortedCollection< T, SORT >::begin(), digisEBInToken_, digisEEInToken_, digisOut_, edm::SortedCollection< T, SORT >::end(), edm::DataFrameContainer::end(), endcap, edm::DataFrameContainer::find(), edm::Event::getByToken(), EcalRecHit::id(), invalidRegion, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), recHitsToken_, and region_.
|
static |
Definition at line 111 of file HLTRechitsToDigis.cc.
References barrel, endcap, and invalidRegion.
Referenced by HLTRechitsToDigis().
|
private |
Definition at line 55 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis(), and produce().
|
private |
Definition at line 56 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis(), and produce().
|
private |
Definition at line 60 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis().
|
private |
Definition at line 64 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis(), and produce().
|
private |
Definition at line 61 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis().
|
private |
Definition at line 57 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis(), and produce().
|
private |
Definition at line 65 of file HLTRechitsToDigis.cc.
Referenced by HLTRechitsToDigis(), and produce().