Private Types | |
using | Lock = std::unique_lock< std::mutex > |
Private Member Functions | |
void | analyzeRecTracks (const edm::Event &ev, const edm::EventSetup &es) const |
void | analyzeSimHits (const edm::Event &ev, const edm::EventSetup &es) const |
bool | checkSimHits (const TrackingRecHit &recHit, TrackerHitAssociator const &theAssociator, PSimHit &simHit, pair< unsigned int, float > &key, unsigned int &ss) const |
void | init () |
bool | isSuitable (const PSimHit &simHit, const GeomDetUnit &gdu) const |
void | processPixelRecHits (SiPixelRecHitCollection::DataContainer const &recHits, TrackerHitAssociator const &theAssociator, ClusterShapeHitFilter const &theFilter, SiPixelClusterShapeCache const &clusterShapeCache, const TrackerTopology &tkTpl) const |
void | processRec (const SiPixelRecHit &recHit, ClusterShapeHitFilter const &theFilter, LocalVector ldir, const SiPixelClusterShapeCache &clusterShapeCache, const vector< TH2F *> &histo) const |
void | processSim (const SiPixelRecHit &recHit, ClusterShapeHitFilter const &theClusterFilter, const PSimHit &simHit, const SiPixelClusterShapeCache &clusterShapeCache, const vector< TH2F *> &histo) const |
Private Attributes | |
const edm::EDGetTokenT< SiPixelClusterShapeCache > | clusterShapeCache_token |
const edm::ESGetToken< ClusterShapeHitFilter, CkfComponentsRecord > | csfToken_ |
TFile * | file |
const bool | hasRecTracks |
const bool | hasSimHits |
std::vector< TH2F * > | hrpc |
std::vector< TH2F * > | hspc |
const bool | noBPIX1 |
const edm::EDGetTokenT< edmNew::DetSetVector< SiPixelRecHit > > | pixelRecHits_token |
std::unique_ptr< std::mutex[]> | theMutex |
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | topoToken_ |
Tokens for ESconsumes. More... | |
const TrackerHitAssociator::Config | trackerHitAssociatorConfig_ |
const edm::EDGetTokenT< reco::TrackCollection > | tracks_token |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 54 of file PixelClusterShapeExtractor.cc.
|
private |
Definition at line 109 of file PixelClusterShapeExtractor.cc.
|
explicit |
Definition at line 149 of file PixelClusterShapeExtractor.cc.
|
overridevirtual |
Implements edm::global::EDAnalyzerBase.
Definition at line 378 of file PixelClusterShapeExtractor.cc.
References analyzeRecTracks(), analyzeSimHits(), makeMEIFBenchmarkPlots::ev, hasRecTracks, hasSimHits, and LogTrace.
|
private |
Definition at line 332 of file PixelClusterShapeExtractor.cc.
References cms::cuda::assert(), SiPixelPhase1OnlineDQM_cff::clusterShapeCache, clusterShapeCache_token, csfToken_, makeMEIFBenchmarkPlots::ev, edm::EventSetup::getData(), h, hcalSimParameters_cfi::hb, reco::TrackBase::highPurity, hrpc, fastTrackerRecHitType::isPixel(), noBPIX1, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, processRec(), rpcPointValidation_cfi::recHit, topoToken_, HLT_2023v12_cff::track, DiMuonV_cfg::tracks, and tracks_token.
Referenced by analyze().
|
private |
Definition at line 308 of file PixelClusterShapeExtractor.cc.
References SiPixelPhase1OnlineDQM_cff::clusterShapeCache, clusterShapeCache_token, csfToken_, edmNew::DetSetVector< T >::data(), makeMEIFBenchmarkPlots::ev, edm::EventSetup::getData(), pixelRecHits_token, processPixelRecHits(), edm::Handle< T >::product(), FastTrackerRecHitMaskProducer_cfi::recHits, topoToken_, and trackerHitAssociatorConfig_.
Referenced by analyze().
|
private |
Definition at line 244 of file PixelClusterShapeExtractor.cc.
References TrackerHitAssociator::associateHit(), isSuitable(), submitPVResolutionJobs::key, rpcPointValidation_cfi::recHit, rpcPointValidation_cfi::simHit, FastTrackerRecHitCombiner_cfi::simHits, and contentValuesCheck::ss.
Referenced by processPixelRecHits().
|
overridevirtual |
Reimplemented from edm::global::EDAnalyzerBase.
Definition at line 167 of file PixelClusterShapeExtractor.cc.
References file, h, hrpc, and hspc.
|
private |
Definition at line 116 of file PixelClusterShapeExtractor.cc.
Referenced by PixelClusterShapeExtractor().
|
private |
?????
Definition at line 182 of file PixelClusterShapeExtractor.cc.
References funct::abs(), f, trackerHitRTTI::isFast(), GeomDet::position(), rpcPointValidation_cfi::simHit, GeomDet::toLocal(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by checkSimHits().
|
private |
Definition at line 265 of file PixelClusterShapeExtractor.cc.
References checkSimHits(), SiPixelPhase1OnlineDQM_cff::clusterShapeCache, hspc, submitPVResolutionJobs::key, SiStripPI::max, noBPIX1, processSim(), TrackerTopology::pxbLayer(), rpcPointValidation_cfi::recHit, FastTrackerRecHitMaskProducer_cfi::recHits, rpcPointValidation_cfi::simHit, findQualityFiles::size, and contentValuesCheck::ss.
Referenced by analyzeSimHits().
|
private |
Definition at line 207 of file PixelClusterShapeExtractor.cc.
References funct::abs(), SiPixelPhase1OnlineDQM_cff::clusterShapeCache, gather_cfg::cout, exMax, eyMax, edm::VecArray< T, N >::front(), ClusterShapeHitFilter::getSizes(), timingPdfMaker::histo, mps_fire::i, CommonMethods::lock(), PV3DBase< T, PVType, FrameType >::mag(), rpcPointValidation_cfi::recHit, edm::VecArray< T, N >::size(), and theMutex.
Referenced by analyzeRecTracks(), and processSim().
|
private |
Definition at line 234 of file PixelClusterShapeExtractor.cc.
References SiPixelPhase1OnlineDQM_cff::clusterShapeCache, timingPdfMaker::histo, processRec(), rpcPointValidation_cfi::recHit, and rpcPointValidation_cfi::simHit.
Referenced by processPixelRecHits().
|
private |
Definition at line 106 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks(), and analyzeSimHits().
|
private |
Definition at line 96 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks(), and analyzeSimHits().
|
private |
Definition at line 98 of file PixelClusterShapeExtractor.cc.
Referenced by endJob(), and PixelClusterShapeExtractor().
|
private |
Definition at line 101 of file PixelClusterShapeExtractor.cc.
Referenced by analyze().
|
private |
Definition at line 100 of file PixelClusterShapeExtractor.cc.
Referenced by analyze().
|
private |
Definition at line 112 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks(), and endJob().
|
private |
Definition at line 111 of file PixelClusterShapeExtractor.cc.
Referenced by endJob(), and processPixelRecHits().
|
private |
Definition at line 102 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks(), and processPixelRecHits().
|
private |
Definition at line 105 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeSimHits().
|
private |
Definition at line 110 of file PixelClusterShapeExtractor.cc.
Referenced by processRec().
|
private |
Tokens for ESconsumes.
Definition at line 95 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks(), and analyzeSimHits().
|
private |
Definition at line 107 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeSimHits().
|
private |
Definition at line 104 of file PixelClusterShapeExtractor.cc.
Referenced by analyzeRecTracks().