#include <ShallowSimhitClustersProducer.h>
Public Member Functions | |
ShallowSimhitClustersProducer (const edm::ParameterSet &) | |
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 Member Functions | |
shallow::CLUSTERMAP::const_iterator | match_cluster (const unsigned &, const float &, const shallow::CLUSTERMAP &, const edmNew::DetSetVector< SiStripCluster > &) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const edm::EDGetTokenT < edmNew::DetSetVector < SiStripCluster > > | clusters_token_ |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | geomToken_ |
const edm::ESGetToken < SiStripLorentzAngle, SiStripLorentzAngleRcd > | laToken_ |
const edm::ESGetToken < MagneticField, IdealMagneticFieldRecord > | magFieldToken_ |
std::string | Prefix |
std::string | runningmode_ |
std::vector< edm::EDGetTokenT < std::vector< PSimHit > > > | simhits_tokens_ |
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 18 of file ShallowSimhitClustersProducer.h.
|
explicit |
Definition at line 11 of file ShallowSimhitClustersProducer.cc.
References edm::ParameterSet::getParameter(), Prefix, runningmode_, simhits_tokens_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 107 of file ShallowSimhitClustersProducer.cc.
References edmNew::DetSetVector< T >::begin(), edmNew::DetSetVector< T >::end(), and edmNew::DetSetVector< T >::find().
Referenced by produce().
|
overrideprivate |
Definition at line 38 of file ShallowSimhitClustersProducer.cc.
References HLT_FULL_cff::clusters, clusters_token_, shallow::drift(), geomToken_, edm::Event::getByLabel(), edm::Event::getByToken(), edm::EventSetup::getHandle(), mps_fire::i, laToken_, volumeBasedMagneticField_160812_cfi::magfield, magFieldToken_, shallow::make_cluster_map(), match_cluster(), eostools::move(), Prefix, LaserDQM_cfg::process, edm::Event::put(), simhits_tokens_, findQualityFiles::size, StripGeomDetUnit::specificTopology(), StripTopology::strip(), digitizers_cfi::strip, hit::x, hit::y, and hit::z.
|
private |
Definition at line 24 of file ShallowSimhitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 25 of file ShallowSimhitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 27 of file ShallowSimhitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 26 of file ShallowSimhitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 28 of file ShallowSimhitClustersProducer.h.
Referenced by produce(), and ShallowSimhitClustersProducer().
|
private |
Definition at line 29 of file ShallowSimhitClustersProducer.h.
Referenced by ShallowSimhitClustersProducer().
|
private |
Definition at line 23 of file ShallowSimhitClustersProducer.h.
Referenced by produce(), and ShallowSimhitClustersProducer().