Classes | |
struct | ContainedHits |
struct | VertexHit |
Public Member Functions | |
ClusterCompatibilityProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~ClusterCompatibilityProducer () 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 |
Private Member Functions | |
ContainedHits | getContainedHits (const std::vector< VertexHit > &hits, double z0) const |
Private Attributes | |
edm::InputTag | inputTag_ |
edm::EDGetTokenT < SiPixelRecHitCollection > | inputToken_ |
double | maxZ_ |
double | minZ_ |
edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | trackerToken_ |
double | zStep_ |
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 37 of file ClusterCompatibilityProducer.cc.
|
explicit |
Definition at line 67 of file ClusterCompatibilityProducer.cc.
References inputTag_, inputToken_, LogDebug, and trackerToken_.
|
override |
Definition at line 78 of file ClusterCompatibilityProducer.cc.
|
private |
Definition at line 140 of file ClusterCompatibilityProducer.cc.
References ClusterCompatibilityProducer::ContainedHits::chi, dqmiodumpmetadata::n, ClusterCompatibilityProducer::ContainedHits::nHit, convertSQLitetoXML_cfg::output, AlCaHLTBitMon_ParallelJobs::p, hit::z, and ClusterCompatibilityProducer::ContainedHits::z0.
Referenced by produce().
|
override |
Definition at line 80 of file ClusterCompatibilityProducer.cc.
References c, ClusterCompatibilityProducer::ContainedHits::chi, edmNew::DetSetVector< T >::data(), dataset::end, edm::Event::getByToken(), getContainedHits(), edm::EventSetup::getHandle(), gpuClustering::id, TrackerGeometry::idToDet(), inputToken_, PixelTopology::isItEdgePixelInX(), PixelTopology::isItEdgePixelInY(), maxZ_, minZ_, eostools::move(), ClusterCompatibilityProducer::ContainedHits::nHit, digitizers_cfi::pixel, PixelSubdetector::PixelBarrel, edm::ESHandle< class >::product(), edm::Event::put(), ClusterCompatibilityProducer::VertexHit::r, PixelGeomDetUnit::specificTopology(), GeomDet::toGlobal(), trackerToken_, vh, ClusterCompatibilityProducer::VertexHit::w, hit::x, hit::y, ClusterCompatibilityProducer::VertexHit::z, hit::z, ClusterCompatibilityProducer::ContainedHits::z0, and zStep_.
|
private |
Definition at line 47 of file ClusterCompatibilityProducer.cc.
Referenced by ClusterCompatibilityProducer().
|
private |
Definition at line 45 of file ClusterCompatibilityProducer.cc.
Referenced by ClusterCompatibilityProducer(), and produce().
|
private |
Definition at line 49 of file ClusterCompatibilityProducer.cc.
Referenced by produce().
|
private |
Definition at line 48 of file ClusterCompatibilityProducer.cc.
Referenced by produce().
|
private |
Definition at line 46 of file ClusterCompatibilityProducer.cc.
Referenced by ClusterCompatibilityProducer(), and produce().
|
private |
Definition at line 50 of file ClusterCompatibilityProducer.cc.
Referenced by produce().