#include <HIPixelClusterVtxProducer.h>
Classes | |
struct | VertexHit |
Public Member Functions | |
HIPixelClusterVtxProducer (const edm::ParameterSet &ps) | |
~HIPixelClusterVtxProducer () 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 | |
int | getContainedHits (const std::vector< VertexHit > &hits, double z0, double &chi) |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
Private Attributes | |
double | maxZ_ |
double | minZ_ |
edm::EDGetTokenT < SiPixelRecHitCollection > | srcPixels_ |
std::string | srcPixelsString_ |
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 19 of file HIPixelClusterVtxProducer.h.
|
explicit |
Definition at line 25 of file HIPixelClusterVtxProducer.cc.
References srcPixels_, and srcPixelsString_.
|
override |
Definition at line 39 of file HIPixelClusterVtxProducer.cc.
|
private |
Definition at line 126 of file HIPixelClusterVtxProducer.cc.
References dqmiodumpmetadata::n, AlCaHLTBitMon_ParallelJobs::p, and hit::z.
Referenced by produce().
|
overrideprivate |
Definition at line 44 of file HIPixelClusterVtxProducer.cc.
References edmNew::DetSetVector< T >::data(), alignCSCRings::e, dataset::end, submitPVValidationJobs::err, edm::Event::getByToken(), getContainedHits(), edm::EventSetup::getData(), gpuClustering::id, TrackerGeometry::idToDet(), PixelTopology::isItEdgePixelInX(), PixelTopology::isItEdgePixelInY(), LogTrace, maxZ_, minZ_, eostools::move(), nhits, digitizers_cfi::pixel, PixelSubdetector::PixelBarrel, edm::Event::put(), HIPixelClusterVtxProducer::VertexHit::r, PixelGeomDetUnit::specificTopology(), srcPixels_, GeomDet::toGlobal(), trackerToken_, beam_dqm_sourceclient-live_cfg::vertices, vh, HIPixelClusterVtxProducer::VertexHit::w, hit::x, hit::y, HIPixelClusterVtxProducer::VertexHit::z, hit::z, and zStep_.
|
private |
Definition at line 39 of file HIPixelClusterVtxProducer.h.
Referenced by produce().
|
private |
Definition at line 38 of file HIPixelClusterVtxProducer.h.
Referenced by produce().
|
private |
Definition at line 35 of file HIPixelClusterVtxProducer.h.
Referenced by HIPixelClusterVtxProducer(), and produce().
|
private |
Definition at line 34 of file HIPixelClusterVtxProducer.h.
Referenced by HIPixelClusterVtxProducer().
|
private |
Definition at line 36 of file HIPixelClusterVtxProducer.h.
Referenced by produce().
|
private |
Definition at line 40 of file HIPixelClusterVtxProducer.h.
Referenced by produce().