#include <ShallowRechitClustersProducer.h>
Public Member Functions | |
ShallowRechitClustersProducer (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 | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
Private Attributes | |
const edm::EDGetTokenT < edmNew::DetSetVector < SiStripCluster > > | clusters_token_ |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | geomToken_ |
std::string | Prefix |
std::vector< edm::EDGetTokenT < SiStripRecHit2DCollection > > | rec_hits_tokens_ |
std::string | Suffix |
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 13 of file ShallowRechitClustersProducer.h.
|
explicit |
Definition at line 11 of file ShallowRechitClustersProducer.cc.
References edm::ParameterSet::getParameter(), Prefix, rec_hits_tokens_, and Suffix.
|
overrideprivate |
Definition at line 32 of file ShallowRechitClustersProducer.cc.
References clusters_token_, Exception, geomToken_, edm::Event::getByToken(), edm::EventSetup::getHandle(), mps_fire::i, shallow::make_cluster_map(), Topology::measurementError(), eostools::move(), Prefix, edm::Event::put(), rec_hits_tokens_, HLT_FULL_cff::recHits, findQualityFiles::size, StripGeomDetUnit::specificTopology(), mathSSE::sqrt(), StripTopology::strip(), digitizers_cfi::strip, Suffix, GeomDet::toGlobal(), x, hit::x, y, hit::y, and z.
|
private |
Definition at line 21 of file ShallowRechitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 20 of file ShallowRechitClustersProducer.h.
Referenced by produce().
|
private |
Definition at line 19 of file ShallowRechitClustersProducer.h.
Referenced by produce(), and ShallowRechitClustersProducer().
|
private |
Definition at line 22 of file ShallowRechitClustersProducer.h.
Referenced by produce(), and ShallowRechitClustersProducer().
|
private |
Definition at line 18 of file ShallowRechitClustersProducer.h.
Referenced by produce(), and ShallowRechitClustersProducer().