Public Member Functions | |
void | produce (edm::Event &event, const edm::EventSetup &eventSetup) override |
Produce digis out of raw data. More... | |
TBHodoActiveVolumeRawInfoProducer (const edm::ParameterSet &ps) | |
Constructor. More... | |
~TBHodoActiveVolumeRawInfoProducer () override=default | |
Destructor. More... | |
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 Attributes | |
edm::EDGetTokenT < edm::PCaloHitContainer > | m_EcalToken |
double | myThreshold |
std::unique_ptr < EcalTBHodoscopeGeometry > | theTBHodoGeom_ |
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 27 of file TBHodoActiveVolumeRawInfoProducer.cc.
|
explicit |
Constructor.
Definition at line 48 of file TBHodoActiveVolumeRawInfoProducer.cc.
References theTBHodoGeom_.
|
overridedefault |
Destructor.
|
override |
Produce digis out of raw data.
Definition at line 56 of file TBHodoActiveVolumeRawInfoProducer.cc.
References HodoscopeDetId::fibrId(), edm::HandleBase::isValid(), LogDebug, m_EcalToken, eostools::move(), myThreshold, HodoscopeDetId::planeId(), edm::Handle< T >::product(), EcalTBHodoscopePlaneRawHits::setHit(), and theTBHodoGeom_.
|
private |
Definition at line 40 of file TBHodoActiveVolumeRawInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 39 of file TBHodoActiveVolumeRawInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 42 of file TBHodoActiveVolumeRawInfoProducer.cc.
Referenced by produce(), and TBHodoActiveVolumeRawInfoProducer().