#include <SimPPS/PPSPixelDigiProducer/plugins/PPSPixelDigiProducer.cc>
Public Member Functions | |
CTPPSPixelDigiProducer (const edm::ParameterSet &) | |
~CTPPSPixelDigiProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::map< unsigned int, std::vector< PSimHit > > | simhit_map |
typedef simhit_map::iterator | simhit_map_iterator |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::ParameterSet | conf_ |
edm::ESGetToken < CTPPSPixelGainCalibrations, CTPPSPixelGainCalibrationsRcd > | gainCalibESToken_ |
CLHEP::HepRandomEngine * | rndEngine_ = nullptr |
std::vector< std::string > | RPix_hit_containers_ |
std::map< uint32_t, std::unique_ptr < RPixDetDigitizer > > | theAlgoMap |
edm::ESGetToken < PPSPixelTopology, PPSPixelTopologyRcd > | thePixelTopologyToken_ |
edm::EDGetTokenT < CrossingFrame< PSimHit > > | tokenCrossingFramePPSPixel |
int | verbosity_ |
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 |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 79 of file PPSPixelDigiProducer.cc.
|
private |
Definition at line 90 of file PPSPixelDigiProducer.cc.
|
private |
Definition at line 91 of file PPSPixelDigiProducer.cc.
|
explicit |
Definition at line 105 of file PPSPixelDigiProducer.cc.
References edm::ParameterSet::getParameter(), HLT_FULL_cff::InputTag, RPix_hit_containers_, tokenCrossingFramePPSPixel, and verbosity_.
|
override |
Definition at line 117 of file PPSPixelDigiProducer.cc.
|
static |
Definition at line 119 of file PPSPixelDigiProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 166 of file PPSPixelDigiProducer.cc.
References MixCollection< T >::MixItr::bunch(), cuy::col, conf_, submitPVResolutionJobs::count, edm::DetSet< T >::data, Exception, gainCalibESToken_, edm::Event::getByToken(), edm::EventSetup::getData(), edm::RandomNumberGenerator::getEngine(), MixCollection< T >::MixItr::getTrigger(), edm::Service< T >::isAvailable(), eostools::move(), edm::Handle< T >::product(), edm::Event::put(), rndEngine_, edm::Event::streamID(), theAlgoMap, thePixelTopologyToken_, tokenCrossingFramePPSPixel, and verbosity_.
|
private |
Definition at line 93 of file PPSPixelDigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 101 of file PPSPixelDigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 97 of file PPSPixelDigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 89 of file PPSPixelDigiProducer.cc.
Referenced by CTPPSPixelDigiProducer().
|
private |
Definition at line 95 of file PPSPixelDigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 102 of file PPSPixelDigiProducer.cc.
Referenced by produce().
|
private |
Definition at line 100 of file PPSPixelDigiProducer.cc.
Referenced by CTPPSPixelDigiProducer(), and produce().
|
private |
Definition at line 98 of file PPSPixelDigiProducer.cc.
Referenced by CTPPSPixelDigiProducer(), and produce().