Classes | |
struct | ParamBlock |
Public Member Functions | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
SeedClusterRemover (const edm::ParameterSet &iConfig) | |
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 Types | |
typedef edm::ContainerMask < edmNew::DetSetVector < SiPixelCluster > > | PixelMaskContainer |
typedef edm::ContainerMask < edmNew::DetSetVector < SiStripCluster > > | StripMaskContainer |
Private Member Functions | |
void | process (const TrackingRecHit *hit, float chi2, const TrackerGeometry *tg) |
void | process (const OmniClusterRef &cluRef, uint32_t subdet) |
void | readPSet (const edm::ParameterSet &iConfig, const std::string &name, int id1=-1, int id2=-1, int id3=-1, int id4=-1, int id5=-1, int id6=-1) |
Private Attributes | |
std::vector< bool > | collectedPixels_ |
std::vector< bool > | collectedStrips_ |
bool | doPixel_ |
bool | doStrip_ |
bool | mergeOld_ |
edm::EDGetTokenT < PixelMaskContainer > | oldPxlMaskToken_ |
edm::EDGetTokenT < StripMaskContainer > | oldStrMaskToken_ |
ParamBlock | pblocks_ [NumberOfParamBlocks] |
edm::EDGetTokenT < edmNew::DetSetVector < SiPixelCluster > > | pixelClusters_ |
std::vector< uint8_t > | pixels |
edm::ProductID | pixelSourceProdID |
edm::EDGetTokenT < edmNew::DetSetVector < SiStripCluster > > | stripClusters_ |
std::vector< uint8_t > | strips |
edm::ProductID | stripSourceProdID |
edm::EDGetTokenT < TrajectorySeedCollection > | trajectories_ |
edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > const | tTrackerGeom_ |
Static Private Attributes | |
static const unsigned int | NumberOfParamBlocks = 6 |
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 35 of file SeedClusterRemover.cc.
|
private |
Definition at line 60 of file SeedClusterRemover.cc.
|
private |
Definition at line 61 of file SeedClusterRemover.cc.
SeedClusterRemover::SeedClusterRemover | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 113 of file SeedClusterRemover.cc.
References doPixel_, doStrip_, Exception, PVValHelper::fill(), edm::ParameterSet::getParameter(), mps_fire::i, mergeOld_, NumberOfParamBlocks, oldPxlMaskToken_, oldStrMaskToken_, pblocks_, pixelClusters_, readPSet(), stripClusters_, and trajectories_.
|
inlineprivate |
Definition at line 176 of file SeedClusterRemover.cc.
References cms::cuda::assert(), SiPixelRecHit::cluster(), collectedPixels_, doPixel_, doStrip_, Exception, TrackingRecHit::geographicalId(), TrackerGeometry::geomDetSubDetector(), edm::Ref< C, T, F >::id(), GeomDetEnumerators::isTrackerPixel(), edm::Ref< C, T, F >::key(), SeedClusterRemover::ParamBlock::maxSize_, SiStripMatchedRecHit2D::monoClusterRef(), NumberOfParamBlocks, TrackerSingleRecHit::omniClusterRef(), ProjectedSiStripRecHit2D::originalHit(), pblocks_, pixels, pixelSourceProdID, DetId::rawId(), SiStripMatchedRecHit2D::stereoClusterRef(), and DetId::subdetId().
Referenced by produce().
|
inlineprivate |
Definition at line 160 of file SeedClusterRemover.cc.
References cms::cuda::assert(), OmniClusterRef::cluster_strip(), collectedStrips_, edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::key(), SeedClusterRemover::ParamBlock::maxSize_, pblocks_, strips, and stripSourceProdID.
|
override |
Definition at line 238 of file SeedClusterRemover.cc.
References cms::cuda::assert(), collectedPixels_, collectedStrips_, submitPVResolutionJobs::count, doPixel_, doStrip_, PVValHelper::fill(), edm::Event::getByToken(), edm::EventSetup::getData(), edm::HandleBase::id(), LogDebug, mergeOld_, oldPxlMaskToken_, oldStrMaskToken_, HLT_FULL_cff::pixelClusters, pixelClusters_, pixels, pixelSourceProdID, process(), edm::Event::put(), fileCollector::seed, DetachedQuadStep_cff::seeds, HLT_FULL_cff::stripClusters, stripClusters_, strips, stripSourceProdID, trajectories_, and tTrackerGeom_.
|
private |
Definition at line 91 of file SeedClusterRemover.cc.
References edm::ParameterSet::exists(), PVValHelper::fill(), and edm::ParameterSet::getParameter().
Referenced by SeedClusterRemover().
|
private |
Definition at line 85 of file SeedClusterRemover.cc.
|
private |
Definition at line 84 of file SeedClusterRemover.cc.
|
private |
Definition at line 57 of file SeedClusterRemover.cc.
Referenced by process(), produce(), and SeedClusterRemover().
|
private |
Definition at line 57 of file SeedClusterRemover.cc.
Referenced by process(), produce(), and SeedClusterRemover().
|
private |
Definition at line 58 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
staticprivate |
Definition at line 55 of file SeedClusterRemover.cc.
Referenced by process(), and SeedClusterRemover().
|
private |
Definition at line 64 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
private |
Definition at line 65 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
private |
Definition at line 68 of file SeedClusterRemover.cc.
Referenced by process(), and SeedClusterRemover().
|
private |
Definition at line 62 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
private |
Definition at line 78 of file SeedClusterRemover.cc.
|
private |
Definition at line 79 of file SeedClusterRemover.cc.
|
private |
Definition at line 63 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
private |
Definition at line 78 of file SeedClusterRemover.cc.
|
private |
Definition at line 79 of file SeedClusterRemover.cc.
|
private |
Definition at line 66 of file SeedClusterRemover.cc.
Referenced by produce(), and SeedClusterRemover().
|
private |
Definition at line 41 of file SeedClusterRemover.cc.
Referenced by produce().