#include <HitPattern.h>
Public Types | |
enum | { MONO = 1, STEREO = 2 } |
enum | HIT_DETECTOR_TYPE { MUON_HIT = 0, TRACKER_HIT = 1, MTD_HIT = 2 } |
enum | HIT_TYPE { VALID = 0, MISSING = 1, INACTIVE = 2, BAD = 3 } |
enum | HitCategory { TRACK_HITS = 0, MISSING_INNER_HITS = 1, MISSING_OUTER_HITS = 2 } |
Static Public Member Functions | |
static bool | badHitFilter (uint16_t pattern) |
static bool | fillNewHitPatternWithOldHitPattern_v12 (const uint16_t oldHitPattern[], uint8_t hitCount, uint8_t beginTrackHits, uint8_t endTrackHits, uint8_t beginInner, uint8_t endInner, uint8_t beginOuter, uint8_t endOuter, reco::HitPattern *newObj) |
static uint16_t | getBTLModType (uint16_t pattern) |
BTL Module type: 1,2,3. Only valid for BTL patterns of course. More... | |
static uint16_t | getCSCRing (uint16_t pattern) |
CSC ring (1-4). Only valid for muon CSC patterns, of course. More... | |
static uint16_t | getDTSuperLayer (uint16_t pattern) |
DT superlayer (1-3). Where the "hit" was a DT segment, superlayer is 0. Only valid for muon DT patterns, of course. More... | |
static uint16_t | getETLRing (uint16_t pattern) |
ETL Ring: 1-12. Only valid for ETL patterns of course. More... | |
static uint16_t | getGEMLayer (uint16_t pattern) |
GEM layer: 1-6 for station 0, 1-2 for stations 1 and 2. Only valid for muon GEM patterns, of course. More... | |
static uint16_t | getGEMStation (uint16_t pattern) |
GEM station: 1,2. Only valid for muon GEM patterns, of course. More... | |
static uint32_t | getHitType (uint16_t pattern) |
static uint32_t | getLayer (uint16_t pattern) |
static uint16_t | getMuonStation (uint16_t pattern) |
Muon station (1-4). Only valid for muon patterns, of course. only for patterns from muon, of course. More... | |
static uint16_t | getRPCLayer (uint16_t pattern) |
RPC layer: for station 1 and 2, layer = 1(inner) or 2(outer); for station 3, 4 layer is always 0. Only valid for muon RPC patterns, of course. More... | |
static uint16_t | getRPCregion (uint16_t pattern) |
RPC region: 0 = barrel, 1 = endcap. Only valid for muon RPC patterns, of course. More... | |
static uint32_t | getSide (uint16_t pattern) |
static uint32_t | getSubDetector (uint16_t pattern) |
static uint32_t | getSubStructure (uint16_t pattern) |
static uint32_t | getSubSubStructure (uint16_t pattern) |
static bool | inactiveHitFilter (uint16_t pattern) |
static bool | missingHitFilter (uint16_t pattern) |
static bool | muonCSCHitFilter (uint16_t pattern) |
static bool | muonDTHitFilter (uint16_t pattern) |
static bool | muonGEMHitFilter (uint16_t pattern) |
static bool | muonHitFilter (uint16_t pattern) |
static bool | muonME0HitFilter (uint16_t pattern) |
static bool | muonRPCHitFilter (uint16_t pattern) |
static bool | pixelBarrelHitFilter (uint16_t pattern) |
static bool | pixelEndcapHitFilter (uint16_t pattern) |
static bool | pixelHitFilter (uint16_t pattern) |
static bool | stripHitFilter (uint16_t pattern) |
static bool | stripTECHitFilter (uint16_t pattern) |
static bool | stripTIBHitFilter (uint16_t pattern) |
static bool | stripTIDHitFilter (uint16_t pattern) |
static bool | stripTOBHitFilter (uint16_t pattern) |
static bool | timingBTLHitFilter (uint16_t pattern) |
static bool | timingETLHitFilter (uint16_t pattern) |
static bool | timingHitFilter (uint16_t pattern) |
static bool | trackerHitFilter (uint16_t pattern) |
static bool | validHitFilter (uint16_t pattern) |
Static Public Attributes | |
static const unsigned short | ARRAY_LENGTH = 57 |
static const uint16_t | EMPTY_PATTERN = 0x0 |
static const unsigned short | HIT_LENGTH = 12 |
static const unsigned short | MaxHits = (8 * sizeof(uint16_t) * ARRAY_LENGTH) / HIT_LENGTH |
static const uint32_t | NULL_RETURN = 999999 |
Private Types | |
typedef bool | filterType(uint16_t) |
Private Member Functions | |
template<typename F > | |
void | call (HitCategory category, filterType typeFilter, F f) const |
int | countHits (HitCategory category, filterType filter) const |
int | countTypedHits (HitCategory category, filterType typeFilter, filterType filter) const |
std::pair< uint8_t, uint8_t > | getCategoryIndexRange (HitCategory category) const |
uint16_t | getHitPatternByAbsoluteIndex (int position) const |
bool | insertExpectedInnerHit (const uint16_t pattern) |
bool | insertExpectedOuterHit (const uint16_t pattern) |
void | insertHit (const uint16_t pattern) |
bool | insertTrackHit (const uint16_t pattern) |
friend | int ::test::TestHitPattern::test () |
Static Private Member Functions | |
static uint16_t | encode (const TrackingRecHit &hit, const TrackerTopology &ttopo) |
static uint16_t | encode (const DetId &id, TrackingRecHit::Type hitType, const TrackerTopology &ttopo) |
static uint16_t | encode (uint16_t det, uint16_t subdet, uint16_t layer, uint16_t side, TrackingRecHit::Type hitType) |
static uint16_t | isStereo (DetId i, const TrackerTopology &ttopo) |
static bool | stripSubdetectorHitFilter (uint16_t pattern, StripSubdetector::SubDetector substructure) |
Private Attributes | |
uint8_t | beginInner |
uint8_t | beginOuter |
uint8_t | beginTrackHits |
uint8_t | endInner |
uint8_t | endOuter |
uint8_t | endTrackHits |
uint8_t | hitCount |
uint16_t | hitPattern [ARRAY_LENGTH] |
Static Private Attributes | |
static const unsigned short | HitTypeMask = 0x3 |
static const unsigned short | HitTypeOffset = 0 |
static const unsigned short | LayerMask = 0xF |
static const unsigned short | LayerOffset = 3 |
static const unsigned short | maxTrackerWord = (2 << SubDetectorOffset) - 1 |
static const unsigned short | minPixelWord = minTrackerWord | (1 << SubstrOffset) |
static const unsigned short | minStripWord = minTrackerWord | (3 << SubstrOffset) |
static const unsigned short | minTrackerWord = 1 << SubDetectorOffset |
static const unsigned short | SideMask = 0x1 |
static const unsigned short | SideOffset = 2 |
static const unsigned short | SubDetectorMask = 0x3 |
static const unsigned short | SubDetectorOffset = 10 |
static const unsigned short | SubstrMask = 0x7 |
static const unsigned short | SubstrOffset = 7 |
Friends | |
template<int N> | |
struct | PatternSet |
Definition at line 148 of file HitPattern.h.
|
private |
Definition at line 479 of file HitPattern.h.
anonymous enum |
Enumerator | |
---|---|
MONO | |
STEREO |
Definition at line 150 of file HitPattern.h.
Enumerator | |
---|---|
MUON_HIT | |
TRACKER_HIT | |
MTD_HIT |
Definition at line 152 of file HitPattern.h.
Enumerator | |
---|---|
VALID | |
MISSING | |
INACTIVE | |
BAD |
Definition at line 154 of file HitPattern.h.
Enumerator | |
---|---|
TRACK_HITS | |
MISSING_INNER_HITS | |
MISSING_OUTER_HITS |
Definition at line 156 of file HitPattern.h.
HitPattern::HitPattern | ( | ) |
Definition at line 19 of file HitPattern.cc.
References ARRAY_LENGTH, EMPTY_PATTERN, and hitPattern.
HitPattern::~HitPattern | ( | ) |
Definition at line 48 of file HitPattern.cc.
HitPattern::HitPattern | ( | const HitPattern & | other | ) |
HitPattern::HitPattern | ( | const Run3ScoutingHitPatternPOD & | other | ) |
Definition at line 35 of file HitPattern.cc.
References ARRAY_LENGTH, filterCSVwithJSON::copy, hitPattern, and trackingPlots::other.
bool HitPattern::appendHit | ( | const TrackingRecHit & | hit, |
const TrackerTopology & | ttopo | ||
) |
Definition at line 224 of file HitPattern.cc.
Referenced by appendHit(), reco::TrackBase::appendHitPattern(), appendHits(), appendMuonHit(), appendTrackerHit(), and fillNewHitPatternWithOldHitPattern_v12().
bool HitPattern::appendHit | ( | const TrackingRecHitRef & | ref, |
const TrackerTopology & | ttopo | ||
) |
Definition at line 83 of file HitPattern.cc.
References appendHit().
bool HitPattern::appendHit | ( | const DetId & | id, |
TrackingRecHit::Type | hitType, | ||
const TrackerTopology & | ttopo | ||
) |
Definition at line 228 of file HitPattern.cc.
References appendHit(), encode(), hitCount, MaxHits, topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
bool HitPattern::appendHit | ( | const uint16_t | pattern, |
TrackingRecHit::Type | hitType | ||
) |
Definition at line 239 of file HitPattern.cc.
References TrackingRecHit::bad, beginInner, beginOuter, beginTrackHits, endInner, endOuter, endTrackHits, Exception, hitCount, TrackingRecHit::inactive, TrackingRecHit::inactive_inner, TrackingRecHit::inactive_outer, insertExpectedInnerHit(), insertExpectedOuterHit(), insertTrackHit(), MaxHits, TrackingRecHit::missing, TrackingRecHit::missing_inner, TrackingRecHit::missing_outer, topSingleLeptonDQM_PU_cfi::pattern, UNLIKELY, and TrackingRecHit::valid.
bool reco::HitPattern::appendHits | ( | const I & | begin, |
const I & | end, | ||
const TrackerTopology & | ttopo | ||
) |
Definition at line 528 of file HitPattern.h.
References appendHit(), mps_fire::end, Exhume::I, and UNLIKELY.
Referenced by reco::TrackBase::appendHits().
bool HitPattern::appendMuonHit | ( | const DetId & | id, |
TrackingRecHit::Type | hitType | ||
) |
This is meant to be used only in cases where the an already-packed hit information is re-interpreted in terms of HitPattern (i.e. the IO rule for reading old versions of HitPattern)
Definition at line 300 of file HitPattern.cc.
References appendHit(), encode(), Exception, hitCount, MaxHits, DetId::Muon, MUON_HIT, and UNLIKELY.
Referenced by reco::TrackBase::appendMuonHitPattern().
bool HitPattern::appendTrackerHit | ( | uint16_t | subdet, |
uint16_t | layer, | ||
uint16_t | stereo, | ||
TrackingRecHit::Type | hitType | ||
) |
This is meant to be used only in cases where the an already-packed hit information is re-interpreted in terms of HitPattern (i.e. MiniAOD PackedCandidate, and the IO rule for reading old versions of HitPattern)
Definition at line 296 of file HitPattern.cc.
References appendHit(), encode(), and TRACKER_HIT.
Referenced by reco::TrackBase::appendTrackerHitPattern().
|
inlinestatic |
Definition at line 802 of file HitPattern.h.
References BAD, getHitType(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by numberOfBadHits().
|
private |
Definition at line 558 of file HitPattern.h.
References validateAlignments::category, f, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), mps_fire::i, topSingleLeptonDQM_PU_cfi::pattern, and FastTimerService_cff::range.
void HitPattern::clear | ( | void | ) |
Definition at line 71 of file HitPattern.cc.
References ARRAY_LENGTH, beginInner, beginOuter, beginTrackHits, EMPTY_PATTERN, endInner, endOuter, endTrackHits, hitCount, and hitPattern.
Referenced by fillNewHitPatternWithOldHitPattern_v12(), reco::modules::TrackerTrackHitFilter::makeCandidate(), and reco::TrackBase::resetHitPattern().
|
inlineprivate |
Definition at line 546 of file HitPattern.h.
References validateAlignments::category, submitPVResolutionJobs::count, ALCARECOTkAlBeamHalo_cff::filter, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), mps_fire::i, and FastTimerService_cff::range.
Referenced by numberOfAllTrackerHits(), numberOfBadHits(), numberOfInactiveHits(), numberOfLostHits(), numberOfMuonHits(), numberOfTimingHits(), and numberOfValidHits().
|
inlineprivate |
Definition at line 569 of file HitPattern.h.
References validateAlignments::category, submitPVResolutionJobs::count, ALCARECOTkAlBeamHalo_cff::filter, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), mps_fire::i, topSingleLeptonDQM_PU_cfi::pattern, and FastTimerService_cff::range.
Referenced by numberOfBadMuonCSCHits(), numberOfBadMuonDTHits(), numberOfBadMuonGEMHits(), numberOfBadMuonHits(), numberOfBadMuonME0Hits(), numberOfBadMuonRPCHits(), numberOfInactiveTrackerHits(), numberOfLostMuonCSCHits(), numberOfLostMuonDTHits(), numberOfLostMuonGEMHits(), numberOfLostMuonHits(), numberOfLostMuonME0Hits(), numberOfLostMuonRPCHits(), numberOfLostPixelBarrelHits(), numberOfLostPixelEndcapHits(), numberOfLostPixelHits(), numberOfLostStripHits(), numberOfLostStripTECHits(), numberOfLostStripTIBHits(), numberOfLostStripTIDHits(), numberOfLostStripTOBHits(), numberOfLostTimingBTLHits(), numberOfLostTimingETLHits(), numberOfLostTimingHits(), numberOfLostTrackerHits(), numberOfValidMuonCSCHits(), numberOfValidMuonDTHits(), numberOfValidMuonGEMHits(), numberOfValidMuonHits(), numberOfValidMuonME0Hits(), numberOfValidMuonRPCHits(), numberOfValidPixelBarrelHits(), numberOfValidPixelEndcapHits(), numberOfValidPixelHits(), numberOfValidStripHits(), numberOfValidStripTECHits(), numberOfValidStripTIBHits(), numberOfValidStripTIDHits(), numberOfValidStripTOBHits(), numberOfValidTimingBTLHits(), numberOfValidTimingETLHits(), numberOfValidTimingHits(), and numberOfValidTrackerHits().
|
inline |
Definition at line 1060 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1058 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1056 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1054 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1052 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1050 of file HitPattern.h.
References muonStations().
|
staticprivate |
Definition at line 87 of file HitPattern.cc.
Referenced by appendHit(), appendMuonHit(), appendTrackerHit(), and encode().
|
staticprivate |
Definition at line 161 of file HitPattern.cc.
References encode(), FastTime, DetId::Forward, isStereo(), TrackerTopology::layer(), MTD_HIT, MTDDetId::mtdSubDetector(), DetId::Muon, MUON_HIT, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::side(), DetId::Tracker, and TRACKER_HIT.
|
staticprivate |
Definition at line 197 of file HitPattern.cc.
References EMPTY_PATTERN, HitTypeMask, HitTypeOffset, TrackingRecHit::inactive, TrackingRecHit::inactive_inner, TrackingRecHit::inactive_outer, LayerMask, LayerOffset, TrackingRecHit::missing, TrackingRecHit::missing_inner, TrackingRecHit::missing_outer, topSingleLeptonDQM_PU_cfi::pattern, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::side(), SideMask, SideOffset, SubDetectorMask, SubDetectorOffset, SubstrMask, and SubstrOffset.
|
static |
Definition at line 60 of file rootio_HitPattern.cc.
References appendHit(), beginInner, beginOuter, beginTrackHits, clear(), endInner, endOuter, endTrackHits, hitCount, mps_fire::i, topSingleLeptonDQM_PU_cfi::pattern, and runTheMatrix::ret.
|
inline |
Definition at line 1072 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1070 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1068 of file HitPattern.h.
References muonStations().
|
inlinestatic |
BTL Module type: 1,2,3. Only valid for BTL patterns of course.
MTD.
Definition at line 785 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
|
inlineprivate |
Definition at line 512 of file HitPattern.h.
References beginInner, beginOuter, beginTrackHits, validateAlignments::category, endInner, endOuter, endTrackHits, MISSING_INNER_HITS, MISSING_OUTER_HITS, and TRACK_HITS.
Referenced by call(), countHits(), countTypedHits(), getHitPattern(), getTrackerLayerCase(), getTrackerMonoStereo(), numberOfAllHits(), numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
inlinestatic |
CSC ring (1-4). Only valid for muon CSC patterns, of course.
Definition at line 761 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by printHitPattern().
|
inlinestatic |
DT superlayer (1-3). Where the "hit" was a DT segment, superlayer is 0. Only valid for muon DT patterns, of course.
Definition at line 759 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), and printHitPattern().
|
inlinestatic |
ETL Ring: 1-12. Only valid for ETL patterns of course.
Definition at line 787 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
|
inlinestatic |
GEM layer: 1-6 for station 0, 1-2 for stations 1 and 2. Only valid for muon GEM patterns, of course.
Definition at line 789 of file HitPattern.h.
References b11, getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by printHitPattern().
|
inlinestatic |
GEM station: 1,2. Only valid for muon GEM patterns, of course.
Definition at line 777 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by getMuonStation(), and printHitPattern().
|
inline |
Definition at line 537 of file HitPattern.h.
References validateAlignments::category, EMPTY_PATTERN, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), position, FastTimerService_cff::range, and UNLIKELY.
Referenced by StandaloneTrackMonitor::analyze(), pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), egamma::getClosestCtfToGsf(), PFElecTkProducer::isInnerMost(), FWTrackResidualDetailView::prepareData(), print(), printHitPattern(), SingleLongTrackProducer::produce(), pat::PATPackedCandidateProducer::produce(), FWConvTrackHitsDetailView::setTextInfo(), egamma::sharedDets(), and egamma::sharedHits().
|
private |
Definition at line 316 of file HitPattern.cc.
References EMPTY_PATTERN, HIT_LENGTH, hitCount, hitPattern, position, and UNLIKELY.
Referenced by call(), countHits(), countTypedHits(), getHitPattern(), getTrackerLayerCase(), getTrackerMonoStereo(), hasValidHitInPixelLayer(), innermostMuonStationWithHits(), muonStations(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), numberOfValidStripLayersWithMonoAndStereo(), outermostMuonStationWithHits(), pixelLayersWithMeasurement(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 747 of file HitPattern.h.
References EMPTY_PATTERN, HitTypeMask, HitTypeOffset, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by badHitFilter(), reco::tau::countHits(), inactiveHitFilter(), innermostMuonStationWithHits(), missingHitFilter(), muonStations(), outermostMuonStationWithHits(), printHitPattern(), and validHitFilter().
|
inlinestatic |
Definition at line 721 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by PFCheckHitPattern::analyze(), StandaloneTrackMonitor::analyze(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), hasValidHitInPixelLayer(), PFElecTkProducer::isInnerMost(), numberOfValidStripLayersWithMonoAndStereo(), CheckHitPattern::operator()(), CheckHitPattern::print(), printHitPattern(), QcdUeDQM::trackSelection(), and pat::PackedCandidate::unpackTrk().
|
inlinestatic |
Muon station (1-4). Only valid for muon patterns, of course. only for patterns from muon, of course.
Definition at line 755 of file HitPattern.h.
References getGEMStation(), getSubSubStructure(), muonGEMHitFilter(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), innermostMuonStationWithHits(), muonStations(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), outermostMuonStationWithHits(), and printHitPattern().
|
inlinestatic |
RPC layer: for station 1 and 2, layer = 1(inner) or 2(outer); for station 3, 4 layer is always 0. Only valid for muon RPC patterns, of course.
Definition at line 763 of file HitPattern.h.
References getSubSubStructure(), LIKELY, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by printHitPattern().
|
inlinestatic |
RPC region: 0 = barrel, 1 = endcap. Only valid for muon RPC patterns, of course.
Definition at line 774 of file HitPattern.h.
References getSubSubStructure(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by printHitPattern().
|
inlinestatic |
Definition at line 739 of file HitPattern.h.
References EMPTY_PATTERN, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, SideMask, SideOffset, and UNLIKELY.
Referenced by getTrackerMonoStereo(), and numberOfValidStripLayersWithMonoAndStereo().
|
inlinestatic |
Definition at line 731 of file HitPattern.h.
References EMPTY_PATTERN, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, SubDetectorMask, SubDetectorOffset, and UNLIKELY.
|
inlinestatic |
Definition at line 713 of file HitPattern.h.
References EMPTY_PATTERN, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, SubstrMask, SubstrOffset, and UNLIKELY.
Referenced by PFCheckHitPattern::analyze(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), PFElecTkProducer::isInnerMost(), muonCSCHitFilter(), muonDTHitFilter(), muonGEMHitFilter(), muonME0HitFilter(), muonRPCHitFilter(), muonStations(), numberOfValidStripLayersWithMonoAndStereo(), CheckHitPattern::operator()(), pixelBarrelHitFilter(), pixelEndcapHitFilter(), pixelHitFilter(), CheckHitPattern::print(), printHitPattern(), stripSubdetectorHitFilter(), timingBTLHitFilter(), timingETLHitFilter(), and pat::PackedCandidate::unpackTrk().
|
inlinestatic |
Definition at line 723 of file HitPattern.h.
References EMPTY_PATTERN, LayerMask, LayerOffset, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by getBTLModType(), getCSCRing(), getDTSuperLayer(), getETLRing(), getGEMLayer(), getGEMStation(), getLayer(), getMuonStation(), getRPCLayer(), getRPCregion(), and numberOfValidStripLayersWithMonoAndStereo().
uint32_t HitPattern::getTrackerLayerCase | ( | HitCategory | category, |
uint16_t | substr, | ||
uint16_t | layer | ||
) | const |
Definition at line 452 of file HitPattern.cc.
References hcaldqm::constants::BAD, validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerMask, LayerOffset, ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::pixelStatus::mask, NULL_RETURN, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, SubDetectorMask, SubDetectorOffset, SubstrMask, and SubstrOffset.
Referenced by pixelBarrelLayersNull(), pixelBarrelLayersTotallyOffOrBad(), pixelBarrelLayersWithMeasurement(), pixelBarrelLayersWithoutMeasurement(), pixelEndcapLayersNull(), pixelEndcapLayersTotallyOffOrBad(), pixelEndcapLayersWithMeasurement(), pixelEndcapLayersWithoutMeasurement(), stripTECLayersNull(), stripTECLayersTotallyOffOrBad(), stripTECLayersWithMeasurement(), stripTECLayersWithoutMeasurement(), stripTIBLayersNull(), stripTIBLayersTotallyOffOrBad(), stripTIBLayersWithMeasurement(), stripTIBLayersWithoutMeasurement(), stripTIDLayersNull(), stripTIDLayersTotallyOffOrBad(), stripTIDLayersWithMeasurement(), stripTIDLayersWithoutMeasurement(), stripTOBLayersNull(), stripTOBLayersTotallyOffOrBad(), stripTOBLayersWithMeasurement(), and stripTOBLayersWithoutMeasurement().
uint16_t HitPattern::getTrackerMonoStereo | ( | HitCategory | category, |
uint16_t | substr, | ||
uint16_t | layer | ||
) | const |
Definition at line 480 of file HitPattern.cc.
References validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), getSide(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerMask, LayerOffset, ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::pixelStatus::mask, MONO, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, STEREO, SubDetectorMask, SubDetectorOffset, SubstrMask, and SubstrOffset.
Referenced by OniaPhotonConversionProducer::foundCompatibleInnerHits().
bool HitPattern::hasValidHitInPixelLayer | ( | enum PixelSubdetector::SubDetector | det, |
uint16_t | layer | ||
) | const |
Definition at line 359 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getHitPatternByAbsoluteIndex(), getLayer(), mps_fire::i, topSingleLeptonDQM_PU_cfi::pattern, pixelBarrelHitFilter(), pixelEndcapHitFilter(), pixelHitFilter(), and validHitFilter().
Referenced by PackedCandidateTrackValidator::analyze(), and pat::PATPackedCandidateProducer::produce().
|
inlinestatic |
Definition at line 800 of file HitPattern.h.
References getHitType(), INACTIVE, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by numberOfBadMuonCSCHits(), numberOfBadMuonDTHits(), numberOfBadMuonGEMHits(), numberOfBadMuonHits(), numberOfBadMuonME0Hits(), numberOfBadMuonRPCHits(), numberOfInactiveHits(), and numberOfInactiveTrackerHits().
|
inline |
Definition at line 1084 of file HitPattern.h.
References innermostMuonStationWithHits().
|
inline |
Definition at line 1082 of file HitPattern.h.
References innermostMuonStationWithHits().
int HitPattern::innermostMuonStationWithHits | ( | int | hitType | ) | const |
hitType=-1(all), 0=valid, 3=bad; 0 = no stations at all
Definition at line 927 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getHitPatternByAbsoluteIndex(), getHitType(), getMuonStation(), mps_fire::i, muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, runTheMatrix::ret, and edm_modernize_messagelogger::stat.
Referenced by innermostMuonStationWithAnyHits(), innermostMuonStationWithBadHits(), and innermostMuonStationWithValidHits().
|
inline |
Definition at line 1080 of file HitPattern.h.
References innermostMuonStationWithHits().
|
private |
Definition at line 1021 of file HitPattern.cc.
References beginInner, endInner, hitCount, insertHit(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by appendHit().
|
private |
Definition at line 1033 of file HitPattern.cc.
References beginOuter, endOuter, hitCount, insertHit(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by appendHit().
|
private |
Definition at line 992 of file HitPattern.cc.
References triggerObjects_cff::bit, HIT_LENGTH, hitCount, hitPattern, mps_fire::i, hltrates_dqm_sourceclient-live_cfg::offset, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by insertExpectedInnerHit(), insertExpectedOuterHit(), and insertTrackHit().
|
private |
Definition at line 1003 of file HitPattern.cc.
References beginTrackHits, endTrackHits, hitCount, insertHit(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by appendHit().
|
private |
|
staticprivate |
Definition at line 892 of file HitPattern.cc.
References mps_fire::i, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, StripSubdetector::TEC, TrackerTopology::tecIsStereo(), StripSubdetector::TIB, TrackerTopology::tibIsStereo(), StripSubdetector::TID, TrackerTopology::tidIsStereo(), StripSubdetector::TOB, TrackerTopology::tobIsStereo(), and DetId::Tracker.
Referenced by encode().
|
inline |
Definition at line 1078 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1076 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1074 of file HitPattern.h.
References muonStations().
|
inlinestatic |
Definition at line 798 of file HitPattern.h.
References getHitType(), MISSING, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by PFCheckHitPattern::analyze(), StandaloneTrackMonitor::analyze(), numberOfLostHits(), numberOfLostMuonCSCHits(), numberOfLostMuonDTHits(), numberOfLostMuonGEMHits(), numberOfLostMuonHits(), numberOfLostMuonME0Hits(), numberOfLostMuonRPCHits(), numberOfLostPixelBarrelHits(), numberOfLostPixelEndcapHits(), numberOfLostPixelHits(), numberOfLostStripHits(), numberOfLostStripTECHits(), numberOfLostStripTIBHits(), numberOfLostStripTIDHits(), numberOfLostStripTOBHits(), numberOfLostTimingBTLHits(), numberOfLostTimingETLHits(), numberOfLostTimingHits(), numberOfLostTrackerHits(), and CheckHitPattern::operator()().
|
inlinestatic |
Definition at line 645 of file HitPattern.h.
References MuonSubdetId::CSC, getSubStructure(), muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), numberOfBadMuonCSCHits(), numberOfLostMuonCSCHits(), numberOfValidMuonCSCHits(), and printHitPattern().
|
inlinestatic |
Definition at line 636 of file HitPattern.h.
References MuonSubdetId::DT, getSubStructure(), muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), numberOfBadMuonDTHits(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), numberOfLostMuonDTHits(), numberOfValidMuonDTHits(), and printHitPattern().
|
inlinestatic |
Definition at line 663 of file HitPattern.h.
References MuonSubdetId::GEM, getSubStructure(), muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by getMuonStation(), numberOfBadMuonGEMHits(), numberOfLostMuonGEMHits(), numberOfValidMuonGEMHits(), and printHitPattern().
|
inlinestatic |
Definition at line 683 of file HitPattern.h.
References EMPTY_PATTERN, topSingleLeptonDQM_PU_cfi::pattern, SubDetectorMask, SubDetectorOffset, and UNLIKELY.
Referenced by reco::tau::countHits(), innermostMuonStationWithHits(), muonCSCHitFilter(), muonDTHitFilter(), muonGEMHitFilter(), muonME0HitFilter(), muonRPCHitFilter(), muonStations(), numberOfBadMuonHits(), numberOfLostMuonHits(), numberOfMuonHits(), numberOfValidMuonHits(), outermostMuonStationWithHits(), and printHitPattern().
|
inlinestatic |
Definition at line 672 of file HitPattern.h.
References getSubStructure(), MuonSubdetId::ME0, muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and UNLIKELY.
Referenced by numberOfBadMuonME0Hits(), numberOfLostMuonME0Hits(), numberOfValidMuonME0Hits(), and printHitPattern().
|
inlinestatic |
Definition at line 654 of file HitPattern.h.
References getSubStructure(), muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, MuonSubdetId::RPC, and UNLIKELY.
Referenced by pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), numberOfBadMuonRPCHits(), numberOfLostMuonRPCHits(), numberOfValidMuonRPCHits(), and printHitPattern().
int HitPattern::muonStations | ( | int | subdet, |
int | hitType | ||
) | const |
subdet = 0(all), 1(DT), 2(CSC), 3(RPC) 4(GEM); hitType=-1(all), 0=valid, 3=bad
Definition at line 914 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getHitPatternByAbsoluteIndex(), getHitType(), getMuonStation(), getSubStructure(), mps_fire::i, muonHitFilter(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by cscStationsWithAnyHits(), cscStationsWithBadHits(), cscStationsWithValidHits(), dtStationsWithAnyHits(), dtStationsWithBadHits(), dtStationsWithValidHits(), gemStationsWithAnyHits(), gemStationsWithBadHits(), gemStationsWithValidHits(), me0StationsWithAnyHits(), me0StationsWithBadHits(), me0StationsWithValidHits(), muonStationsWithAnyHits(), muonStationsWithBadHits(), muonStationsWithValidHits(), rpcStationsWithAnyHits(), rpcStationsWithBadHits(), and rpcStationsWithValidHits().
|
inline |
Definition at line 1048 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1046 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1044 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 804 of file HitPattern.h.
References validateAlignments::category, getCategoryIndexRange(), and FastTimerService_cff::range.
Referenced by StandaloneTrackMonitor::analyze(), pat::SoftMuonMvaEstimator::computeMva(), reco::tau::countHits(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), spr::goodTrack(), FWTrackResidualDetailView::prepareData(), print(), and FWConvTrackHitsDetailView::setTextInfo().
|
inline |
Definition at line 809 of file HitPattern.h.
References validateAlignments::category, countHits(), and trackerHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 965 of file HitPattern.h.
References badHitFilter(), countHits(), and TRACK_HITS.
|
inline |
Definition at line 975 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonCSCHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 971 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonDTHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 983 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonGEMHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 967 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 987 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonME0HitFilter(), and TRACK_HITS.
|
inline |
Definition at line 979 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), muonRPCHitFilter(), and TRACK_HITS.
int HitPattern::numberOfDTStationsWithBothViews | ( | ) | const |
Definition at line 979 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getDTSuperLayer(), getHitPatternByAbsoluteIndex(), getMuonStation(), mps_fire::i, muonDTHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and validHitFilter().
int HitPattern::numberOfDTStationsWithRPhiView | ( | ) | const |
Definition at line 956 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getDTSuperLayer(), getHitPatternByAbsoluteIndex(), getMuonStation(), mps_fire::i, muonDTHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and validHitFilter().
int HitPattern::numberOfDTStationsWithRZView | ( | ) | const |
Definition at line 968 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getDTSuperLayer(), getHitPatternByAbsoluteIndex(), getMuonStation(), mps_fire::i, muonDTHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, and validHitFilter().
|
inline |
Definition at line 991 of file HitPattern.h.
References countHits(), inactiveHitFilter(), and TRACK_HITS.
int reco::HitPattern::numberOfInactiveTimingHits | ( | ) | const |
|
inline |
Definition at line 993 of file HitPattern.h.
References countTypedHits(), inactiveHitFilter(), TRACK_HITS, and trackerHitFilter().
|
inline |
Definition at line 891 of file HitPattern.h.
References validateAlignments::category, countHits(), and missingHitFilter().
Referenced by TkConvValidator::analyze(), StandaloneTrackMonitor::analyze(), PackedCandidateTrackValidator::analyze(), PFDisplacedVertexHelper::isTrackSelected(), reco::TrackBase::missingInnerHits(), reco::TrackBase::missingOuterHits(), reco::TransientTrack::numberOfLostHits(), reco::TrackBase::numberOfLostHits(), and pat::PATPackedCandidateProducer::produce().
|
inline |
Definition at line 949 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonCSCHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 945 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonDTHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 957 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonGEMHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 897 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 961 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonME0HitFilter(), and TRACK_HITS.
|
inline |
Definition at line 953 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), muonRPCHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 917 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and pixelBarrelHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 921 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and pixelEndcapHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 913 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and pixelHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 925 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and stripHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 941 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and stripTECHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 929 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and stripTIBHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 933 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and stripTIDHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 937 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and stripTOBHitFilter().
Referenced by StandaloneTrackMonitor::analyze().
|
inline |
Definition at line 905 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), timingBTLHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 909 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), timingETLHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 901 of file HitPattern.h.
References countTypedHits(), missingHitFilter(), timingHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 893 of file HitPattern.h.
References validateAlignments::category, countTypedHits(), missingHitFilter(), and trackerHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), MultiTrackSelector::processMVA(), MultiTrackSelector::select(), and reco::TrackBase::validFraction().
|
inline |
Definition at line 813 of file HitPattern.h.
References countHits(), muonHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 815 of file HitPattern.h.
References countHits(), timingHitFilter(), and TRACK_HITS.
|
inline |
Definition at line 817 of file HitPattern.h.
References countHits(), TRACK_HITS, and validHitFilter().
Referenced by PackedCandidateTrackValidator::analyze(), TrackToTrackComparisonHists::fill_generic_tracks_histos(), TrackToTrackComparisonHists::fill_matching_tracks_histos(), reco::TransientTrack::numberOfValidHits(), reco::TrackBase::numberOfValidHits(), and pat::PackedCandidate::setHits().
|
inline |
Definition at line 867 of file HitPattern.h.
References countTypedHits(), muonCSCHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze().
|
inline |
Definition at line 863 of file HitPattern.h.
References countTypedHits(), muonDTHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze().
|
inline |
Definition at line 875 of file HitPattern.h.
References countTypedHits(), muonGEMHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze().
|
inline |
Definition at line 823 of file HitPattern.h.
References countTypedHits(), muonHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze(), HLTMuonL3PreFilter::applySelection(), HLTMuonL3andL2PreFilter::applySelection(), and HLTMuonL3SimplePreFilter::hltFilter().
|
inline |
Definition at line 879 of file HitPattern.h.
References countTypedHits(), muonME0HitFilter(), TRACK_HITS, and validHitFilter().
|
inline |
Definition at line 871 of file HitPattern.h.
References countTypedHits(), muonRPCHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze().
|
inline |
Definition at line 835 of file HitPattern.h.
References countTypedHits(), pixelBarrelHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
|
inline |
Definition at line 839 of file HitPattern.h.
References countTypedHits(), pixelEndcapHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
|
inline |
Definition at line 831 of file HitPattern.h.
References countTypedHits(), pixelHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze(), ZEEDetails::analyze(), TrackTypeMonitor::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), PackedCandidateTrackValidator::analyze(), ZtoMMEventSelector::filter(), ZtoEEEventSelector::filter(), ttbarEventSelector::filter(), WtoLNuSelector::filter(), reco::tau::RecoTauPiZeroStripPlugin2::operator()(), reco::tau::RecoTauPiZeroStripPlugin3::operator()(), EleTkIsolFromCands::passTrackPreselection(), pat::PATLostTracks::passTrkCuts(), ZtoEEElectronTrackProducer::produce(), ZtoMMMuonTrackProducer::produce(), pat::PATPackedCandidateProducer::produce(), and pat::PackedCandidate::setHits().
|
inline |
Definition at line 843 of file HitPattern.h.
References countTypedHits(), stripHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by ZEEDetails::analyze(), TrackTypeMonitor::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), ZtoMMEventSelector::filter(), ZtoEEEventSelector::filter(), ttbarEventSelector::filter(), WtoLNuSelector::filter(), TrackFilterForPVFinding::operator()(), ZtoEEElectronTrackProducer::produce(), and ZtoMMMuonTrackProducer::produce().
int HitPattern::numberOfValidStripLayersWithMonoAndStereo | ( | uint16_t | stripdet, |
uint16_t | layer | ||
) | const |
Definition at line 370 of file HitPattern.cc.
References beginTrackHits, submitPVResolutionJobs::count, endTrackHits, getHitPatternByAbsoluteIndex(), getLayer(), getSide(), getSubStructure(), getSubSubStructure(), mps_fire::i, dqmiolumiharvest::j, LayerMask, topSingleLeptonDQM_PU_cfi::pattern, stripHitFilter(), SubstrMask, and validHitFilter().
Referenced by MultiTrackSelector::processMVA(), CosmicTrackSelector::select(), MultiTrackSelector::select(), and QcdUeDQM::trackSelection().
int HitPattern::numberOfValidStripLayersWithMonoAndStereo | ( | ) | const |
Definition at line 415 of file HitPattern.cc.
References validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), getSide(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerOffset, maxTrackerWord, minStripWord, minTrackerWord, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::side(), and TRACK_HITS.
Referenced by numberOfValidTECLayersWithMonoAndStereo(), numberOfValidTIBLayersWithMonoAndStereo(), numberOfValidTIDLayersWithMonoAndStereo(), and numberOfValidTOBLayersWithMonoAndStereo().
|
inline |
Definition at line 859 of file HitPattern.h.
References countTypedHits(), stripTECHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
|
inline |
Definition at line 847 of file HitPattern.h.
References countTypedHits(), stripTIBHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
|
inline |
Definition at line 851 of file HitPattern.h.
References countTypedHits(), stripTIDHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
|
inline |
Definition at line 855 of file HitPattern.h.
References countTypedHits(), stripTOBHitFilter(), TRACK_HITS, and validHitFilter().
Referenced by StandaloneTrackMonitor::analyze(), and ShortenedTrackValidation::trackComparator::fill().
int HitPattern::numberOfValidTECLayersWithMonoAndStereo | ( | uint32_t | layer = 0 | ) | const |
Definition at line 448 of file HitPattern.cc.
References numberOfValidStripLayersWithMonoAndStereo(), and StripSubdetector::TEC.
int HitPattern::numberOfValidTIBLayersWithMonoAndStereo | ( | uint32_t | layer = 0 | ) | const |
Definition at line 440 of file HitPattern.cc.
References numberOfValidStripLayersWithMonoAndStereo(), and StripSubdetector::TIB.
int HitPattern::numberOfValidTIDLayersWithMonoAndStereo | ( | uint32_t | layer = 0 | ) | const |
Definition at line 444 of file HitPattern.cc.
References numberOfValidStripLayersWithMonoAndStereo(), and StripSubdetector::TID.
|
inline |
Definition at line 883 of file HitPattern.h.
References countTypedHits(), timingBTLHitFilter(), TRACK_HITS, and validHitFilter().
|
inline |
Definition at line 887 of file HitPattern.h.
References countTypedHits(), timingETLHitFilter(), TRACK_HITS, and validHitFilter().
|
inline |
Definition at line 827 of file HitPattern.h.
References countTypedHits(), timingHitFilter(), TRACK_HITS, and validHitFilter().
int HitPattern::numberOfValidTOBLayersWithMonoAndStereo | ( | uint32_t | layer = 0 | ) | const |
Definition at line 436 of file HitPattern.cc.
References numberOfValidStripLayersWithMonoAndStereo(), and StripSubdetector::TOB.
|
inline |
Definition at line 819 of file HitPattern.h.
References countTypedHits(), TRACK_HITS, trackerHitFilter(), and validHitFilter().
Referenced by MuonRecoAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), reco::tau::RecoTauPiZeroStripPlugin2::operator()(), reco::tau::RecoTauPiZeroStripPlugin3::operator()(), and reco::TrackBase::validFraction().
HitPattern & HitPattern::operator= | ( | const HitPattern & | other | ) |
Definition at line 50 of file HitPattern.cc.
References ARRAY_LENGTH, beginInner, beginOuter, beginTrackHits, endInner, endOuter, endTrackHits, hitCount, hitPattern, and trackingPlots::other.
|
inline |
Definition at line 1090 of file HitPattern.h.
References outermostMuonStationWithHits().
|
inline |
Definition at line 1088 of file HitPattern.h.
References outermostMuonStationWithHits().
int HitPattern::outermostMuonStationWithHits | ( | int | hitType | ) | const |
hitType=-1(all), 0=valid, 3=bad; 0 = no stations at all
Definition at line 942 of file HitPattern.cc.
References beginTrackHits, endTrackHits, getHitPatternByAbsoluteIndex(), getHitType(), getMuonStation(), mps_fire::i, muonHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, runTheMatrix::ret, and edm_modernize_messagelogger::stat.
Referenced by outermostMuonStationWithAnyHits(), outermostMuonStationWithBadHits(), and outermostMuonStationWithValidHits().
|
inline |
Definition at line 1086 of file HitPattern.h.
References outermostMuonStationWithHits().
|
inlinestatic |
Definition at line 590 of file HitPattern.h.
References getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, PixelSubdetector::PixelBarrel, trackerHitFilter(), and UNLIKELY.
Referenced by StandaloneTrackMonitor::analyze(), hasValidHitInPixelLayer(), numberOfLostPixelBarrelHits(), and numberOfValidPixelBarrelHits().
int HitPattern::pixelBarrelLayersNull | ( | ) | const |
Definition at line 763 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, PixelSubdetector::PixelBarrel, and TRACK_HITS.
Referenced by pixelLayersNull().
int HitPattern::pixelBarrelLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 701 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and PixelSubdetector::PixelBarrel.
Referenced by pixelLayersTotallyOffOrBad().
int HitPattern::pixelBarrelLayersWithMeasurement | ( | ) | const |
Definition at line 577 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), PixelSubdetector::PixelBarrel, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), pixelLayersWithMeasurementOld(), and BeamFitter::readEvent().
int HitPattern::pixelBarrelLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 639 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and PixelSubdetector::PixelBarrel.
Referenced by pixelLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 599 of file HitPattern.h.
References getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, PixelSubdetector::PixelEndcap, trackerHitFilter(), and UNLIKELY.
Referenced by StandaloneTrackMonitor::analyze(), hasValidHitInPixelLayer(), numberOfLostPixelEndcapHits(), and numberOfValidPixelEndcapHits().
int HitPattern::pixelEndcapLayersNull | ( | ) | const |
Definition at line 774 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, PixelSubdetector::PixelEndcap, and TRACK_HITS.
Referenced by pixelLayersNull().
int HitPattern::pixelEndcapLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 712 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and PixelSubdetector::PixelEndcap.
Referenced by pixelLayersTotallyOffOrBad().
int HitPattern::pixelEndcapLayersWithMeasurement | ( | ) | const |
Definition at line 588 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), PixelSubdetector::PixelEndcap, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), pixelLayersWithMeasurementOld(), and BeamFitter::readEvent().
int HitPattern::pixelEndcapLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 650 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and PixelSubdetector::PixelEndcap.
Referenced by pixelLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 581 of file HitPattern.h.
References getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, trackerHitFilter(), and UNLIKELY.
Referenced by egamma::getClosestCtfToGsf(), hasValidHitInPixelLayer(), numberOfLostPixelHits(), numberOfValidPixelHits(), FWConvTrackHitsDetailView::setTextInfo(), QcdUeDQM::trackSelection(), and pat::PackedCandidate::unpackTrk().
|
inline |
Definition at line 1038 of file HitPattern.h.
References pixelBarrelLayersNull(), and pixelEndcapLayersNull().
Referenced by trackerLayersNull().
|
inline |
Definition at line 1027 of file HitPattern.h.
References validateAlignments::category, pixelBarrelLayersTotallyOffOrBad(), and pixelEndcapLayersTotallyOffOrBad().
Referenced by trackerLayersTotallyOffOrBad().
int HitPattern::pixelLayersWithMeasurement | ( | ) | const |
Definition at line 514 of file HitPattern.cc.
References validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerOffset, minStripWord, minTrackerWord, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, TRACK_HITS, trackerHitFilter(), and UNLIKELY.
Referenced by StandaloneTrackMonitor::analyze(), PackedCandidateTrackValidator::analyze(), TrackFilterForPVFinding::operator()(), MultiTrackSelector::processMVA(), BeamFitter::readEvent(), CosmicTrackSelector::select(), MultiTrackSelector::select(), pat::PackedCandidate::setHits(), trackerLayersWithMeasurementOld(), and QcdUeDQM::trackSelection().
|
inline |
Definition at line 1001 of file HitPattern.h.
References pixelBarrelLayersWithMeasurement(), and pixelEndcapLayersWithMeasurement().
|
inline |
Definition at line 1014 of file HitPattern.h.
References validateAlignments::category, pixelBarrelLayersWithoutMeasurement(), and pixelEndcapLayersWithoutMeasurement().
Referenced by trackerLayersWithoutMeasurementOld().
void HitPattern::print | ( | HitCategory | category, |
std::ostream & | stream = std::cout |
||
) | const |
Definition at line 876 of file HitPattern.cc.
References validateAlignments::category, HLT_2024v14_cff::flags, getHitPattern(), mps_fire::i, numberOfAllHits(), printHitPattern(), and cms::cuda::stream.
void HitPattern::printHitPattern | ( | HitCategory | category, |
int | position, | ||
std::ostream & | stream | ||
) | const |
Definition at line 825 of file HitPattern.cc.
References validateAlignments::category, ETLDetId::decodeSector(), TtSemiLepEvtBuilder_cfi::disc, getCSCRing(), getDTSuperLayer(), getGEMLayer(), getGEMStation(), getHitPattern(), getHitType(), getLayer(), getMuonStation(), getRPCLayer(), getRPCregion(), getSubStructure(), muonCSCHitFilter(), muonDTHitFilter(), muonGEMHitFilter(), muonHitFilter(), muonME0HitFilter(), muonRPCHitFilter(), topSingleLeptonDQM_PU_cfi::pattern, position, findQualityFiles::rr, nano_mu_digi_cff::sector, cms::cuda::stream, timingHitFilter(), and trackerHitFilter().
Referenced by spr::goodTrack(), and print().
|
inline |
Definition at line 1066 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1064 of file HitPattern.h.
References muonStations().
|
inline |
Definition at line 1062 of file HitPattern.h.
References muonStations().
Run3ScoutingHitPatternPOD HitPattern::run3ScoutingHitPatternPOD | ( | ) | const |
Definition at line 1045 of file HitPattern.cc.
References ARRAY_LENGTH, beginInner, beginOuter, beginTrackHits, endInner, endOuter, endTrackHits, hitCount, hitPattern, and mps_fire::result.
|
inlinestatic |
Definition at line 608 of file HitPattern.h.
References maxTrackerWord, minStripWord, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by numberOfLostStripHits(), numberOfValidStripHits(), numberOfValidStripLayersWithMonoAndStereo(), FWConvTrackHitsDetailView::setTextInfo(), and pat::PackedCandidate::unpackTrk().
|
inline |
Definition at line 1040 of file HitPattern.h.
References stripTECLayersNull(), stripTIBLayersNull(), stripTIDLayersNull(), and stripTOBLayersNull().
Referenced by trackerLayersNull().
|
inline |
Definition at line 1031 of file HitPattern.h.
References validateAlignments::category, stripTECLayersTotallyOffOrBad(), stripTIBLayersTotallyOffOrBad(), stripTIDLayersTotallyOffOrBad(), and stripTOBLayersTotallyOffOrBad().
Referenced by trackerLayersTotallyOffOrBad().
|
inline |
Definition at line 1005 of file HitPattern.h.
References stripTECLayersWithMeasurement(), stripTIBLayersWithMeasurement(), stripTIDLayersWithMeasurement(), and stripTOBLayersWithMeasurement().
Referenced by StandaloneTrackMonitor::analyze(), PackedCandidateTrackValidator::analyze(), BeamFitter::readEvent(), pat::PackedCandidate::setHits(), and trackerLayersWithMeasurementOld().
|
inline |
Definition at line 1018 of file HitPattern.h.
References validateAlignments::category, stripTECLayersWithoutMeasurement(), stripTIBLayersWithoutMeasurement(), stripTIDLayersWithoutMeasurement(), and stripTOBLayersWithoutMeasurement().
Referenced by trackerLayersWithoutMeasurementOld().
|
inlinestaticprivate |
Definition at line 612 of file HitPattern.h.
References getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, trackerHitFilter(), and UNLIKELY.
Referenced by stripTECHitFilter(), stripTIBHitFilter(), stripTIDHitFilter(), and stripTOBHitFilter().
|
inlinestatic |
Definition at line 632 of file HitPattern.h.
References topSingleLeptonDQM_PU_cfi::pattern, stripSubdetectorHitFilter(), and StripSubdetector::TEC.
Referenced by StandaloneTrackMonitor::analyze(), numberOfLostStripTECHits(), and numberOfValidStripTECHits().
int HitPattern::stripTECLayersNull | ( | ) | const |
Definition at line 815 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, StripSubdetector::TEC, and TRACK_HITS.
Referenced by stripLayersNull().
int HitPattern::stripTECLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 753 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TEC.
Referenced by stripLayersTotallyOffOrBad().
int HitPattern::stripTECLayersWithMeasurement | ( | ) | const |
Definition at line 629 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), StripSubdetector::TEC, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), IsolatedTracksNxN::analyze(), HcalHBHEMuonHighEtaAnalyzer::fillTrackParameters(), spr::goodTrack(), BeamFitter::readEvent(), and stripLayersWithMeasurement().
int HitPattern::stripTECLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 691 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TEC.
Referenced by IsolatedTracksNxN::analyze(), and stripLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 620 of file HitPattern.h.
References topSingleLeptonDQM_PU_cfi::pattern, stripSubdetectorHitFilter(), and StripSubdetector::TIB.
Referenced by StandaloneTrackMonitor::analyze(), egamma::getClosestCtfToGsf(), numberOfLostStripTIBHits(), and numberOfValidStripTIBHits().
int HitPattern::stripTIBLayersNull | ( | ) | const |
Definition at line 785 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, StripSubdetector::TIB, and TRACK_HITS.
Referenced by stripLayersNull().
int HitPattern::stripTIBLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 723 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TIB.
Referenced by stripLayersTotallyOffOrBad().
int HitPattern::stripTIBLayersWithMeasurement | ( | ) | const |
Definition at line 599 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), StripSubdetector::TIB, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), IsolatedTracksNxN::analyze(), BeamFitter::readEvent(), and stripLayersWithMeasurement().
int HitPattern::stripTIBLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 661 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TIB.
Referenced by IsolatedTracksNxN::analyze(), and stripLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 624 of file HitPattern.h.
References topSingleLeptonDQM_PU_cfi::pattern, stripSubdetectorHitFilter(), and StripSubdetector::TID.
Referenced by StandaloneTrackMonitor::analyze(), egamma::getClosestCtfToGsf(), numberOfLostStripTIDHits(), and numberOfValidStripTIDHits().
int HitPattern::stripTIDLayersNull | ( | ) | const |
Definition at line 795 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, StripSubdetector::TID, and TRACK_HITS.
Referenced by stripLayersNull().
int HitPattern::stripTIDLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 733 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TID.
Referenced by stripLayersTotallyOffOrBad().
int HitPattern::stripTIDLayersWithMeasurement | ( | ) | const |
Definition at line 609 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), StripSubdetector::TID, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), IsolatedTracksNxN::analyze(), BeamFitter::readEvent(), and stripLayersWithMeasurement().
int HitPattern::stripTIDLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 671 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TID.
Referenced by IsolatedTracksNxN::analyze(), and stripLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 628 of file HitPattern.h.
References topSingleLeptonDQM_PU_cfi::pattern, stripSubdetectorHitFilter(), and StripSubdetector::TOB.
Referenced by StandaloneTrackMonitor::analyze(), numberOfLostStripTOBHits(), and numberOfValidStripTOBHits().
int HitPattern::stripTOBLayersNull | ( | ) | const |
Definition at line 805 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), NULL_RETURN, StripSubdetector::TOB, and TRACK_HITS.
Referenced by stripLayersNull().
int HitPattern::stripTOBLayersTotallyOffOrBad | ( | HitCategory | category = TRACK_HITS | ) | const |
Definition at line 743 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TOB.
Referenced by stripLayersTotallyOffOrBad().
int HitPattern::stripTOBLayersWithMeasurement | ( | ) | const |
Definition at line 619 of file HitPattern.cc.
References submitPVResolutionJobs::count, getTrackerLayerCase(), StripSubdetector::TOB, and TRACK_HITS.
Referenced by StandaloneTrackMonitor::analyze(), IsolatedTracksNxN::analyze(), HcalHBHEMuonHighEtaAnalyzer::fillTrackParameters(), spr::goodTrack(), BeamFitter::readEvent(), and stripLayersWithMeasurement().
int HitPattern::stripTOBLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 681 of file HitPattern.cc.
References validateAlignments::category, submitPVResolutionJobs::count, getTrackerLayerCase(), and StripSubdetector::TOB.
Referenced by IsolatedTracksNxN::analyze(), and stripLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 691 of file HitPattern.h.
References MTDDetId::BTL, getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, timingHitFilter(), and UNLIKELY.
Referenced by numberOfLostTimingBTLHits(), and numberOfValidTimingBTLHits().
|
inlinestatic |
Definition at line 698 of file HitPattern.h.
References MTDDetId::ETL, getSubStructure(), topSingleLeptonDQM_PU_cfi::pattern, timingHitFilter(), and UNLIKELY.
Referenced by numberOfLostTimingETLHits(), and numberOfValidTimingETLHits().
|
inlinestatic |
Definition at line 705 of file HitPattern.h.
References EMPTY_PATTERN, topSingleLeptonDQM_PU_cfi::pattern, SubDetectorMask, SubDetectorOffset, and UNLIKELY.
Referenced by numberOfLostTimingHits(), numberOfTimingHits(), numberOfValidTimingHits(), printHitPattern(), timingBTLHitFilter(), and timingETLHitFilter().
|
inlinestatic |
Definition at line 679 of file HitPattern.h.
References maxTrackerWord, minTrackerWord, and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by PFCheckHitPattern::analyze(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), numberOfAllTrackerHits(), numberOfInactiveTrackerHits(), numberOfLostTrackerHits(), numberOfValidTrackerHits(), CheckHitPattern::operator()(), pixelBarrelHitFilter(), pixelEndcapHitFilter(), pixelHitFilter(), pixelLayersWithMeasurement(), CheckHitPattern::print(), printHitPattern(), stripSubdetectorHitFilter(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
inline |
|
inline |
Definition at line 1023 of file HitPattern.h.
References validateAlignments::category, pixelLayersTotallyOffOrBad(), and stripLayersTotallyOffOrBad().
int HitPattern::trackerLayersWithMeasurement | ( | ) | const |
Definition at line 535 of file HitPattern.cc.
References validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerOffset, minTrackerWord, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, TRACK_HITS, trackerHitFilter(), and UNLIKELY.
Referenced by MuonRecoAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), IsolatedTracksCone::analyze(), IsolatedTracksNxN::analyze(), PackedCandidateTrackValidator::analyze(), spr::coneChargeIsolation(), HcalHBHEMuonHighEtaAnalyzer::fillTrackParameters(), spr::goodTrack(), TrackFilterForPVFinding::operator()(), MultiTrackSelector::processMVA(), SingleLongTrackProducer::produce(), EvtPlaneProducer::produce(), BeamFitter::readEvent(), CosmicTrackSelector::select(), MultiTrackSelector::select(), and QcdUeDQM::trackSelection().
|
inline |
Definition at line 997 of file HitPattern.h.
References pixelLayersWithMeasurement(), and stripLayersWithMeasurement().
int HitPattern::trackerLayersWithoutMeasurement | ( | HitCategory | category | ) | const |
Definition at line 554 of file HitPattern.cc.
References validateAlignments::category, getCategoryIndexRange(), getHitPatternByAbsoluteIndex(), HitTypeMask, HitTypeOffset, mps_fire::i, LayerOffset, minTrackerWord, topSingleLeptonDQM_PU_cfi::pattern, FastTimerService_cff::range, trackerHitFilter(), and UNLIKELY.
Referenced by HcalHBHEMuonHighEtaAnalyzer::fillTrackParameters(), spr::goodTrack(), pat::IsolatedTrack::lostInnerLayers(), pat::IsolatedTrack::lostLayers(), pat::IsolatedTrack::lostOuterLayers(), MultiTrackSelector::processMVA(), CosmicTrackSelector::select(), and MultiTrackSelector::select().
|
inline |
Definition at line 1010 of file HitPattern.h.
References validateAlignments::category, pixelLayersWithoutMeasurement(), and stripLayersWithoutMeasurement().
|
inlinestatic |
Definition at line 796 of file HitPattern.h.
References getHitType(), topSingleLeptonDQM_PU_cfi::pattern, and VALID.
Referenced by pat::SoftMuonMvaEstimator::computeMva(), reco::PatternSet< N >::fill(), OniaPhotonConversionProducer::foundCompatibleInnerHits(), hasValidHitInPixelLayer(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), numberOfValidHits(), numberOfValidMuonCSCHits(), numberOfValidMuonDTHits(), numberOfValidMuonGEMHits(), numberOfValidMuonHits(), numberOfValidMuonME0Hits(), numberOfValidMuonRPCHits(), numberOfValidPixelBarrelHits(), numberOfValidPixelEndcapHits(), numberOfValidPixelHits(), numberOfValidStripHits(), numberOfValidStripLayersWithMonoAndStereo(), numberOfValidStripTECHits(), numberOfValidStripTIBHits(), numberOfValidStripTIDHits(), numberOfValidStripTOBHits(), numberOfValidTimingBTLHits(), numberOfValidTimingETLHits(), numberOfValidTimingHits(), numberOfValidTrackerHits(), CheckHitPattern::operator()(), SingleLongTrackProducer::produce(), FWConvTrackHitsDetailView::setTextInfo(), and QcdUeDQM::trackSelection().
|
friend |
Definition at line 509 of file HitPattern.h.
|
static |
Definition at line 157 of file HitPattern.h.
Referenced by clear(), HitPattern(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 501 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), insertExpectedInnerHit(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 503 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), insertExpectedOuterHit(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 499 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), hasValidHitInPixelLayer(), innermostMuonStationWithHits(), insertTrackHit(), muonStations(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), numberOfValidStripLayersWithMonoAndStereo(), operator=(), outermostMuonStationWithHits(), and run3ScoutingHitPatternPOD().
|
static |
Definition at line 162 of file HitPattern.h.
Referenced by clear(), encode(), getHitPattern(), getHitPatternByAbsoluteIndex(), getHitType(), getSide(), getSubDetector(), getSubStructure(), getSubSubStructure(), HitPattern(), muonHitFilter(), and timingHitFilter().
|
private |
Definition at line 502 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), insertExpectedInnerHit(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 504 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), insertExpectedOuterHit(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 500 of file HitPattern.h.
Referenced by appendHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getCategoryIndexRange(), hasValidHitInPixelLayer(), innermostMuonStationWithHits(), insertTrackHit(), muonStations(), numberOfDTStationsWithBothViews(), numberOfDTStationsWithRPhiView(), numberOfDTStationsWithRZView(), numberOfValidStripLayersWithMonoAndStereo(), operator=(), outermostMuonStationWithHits(), and run3ScoutingHitPatternPOD().
|
static |
Definition at line 158 of file HitPattern.h.
Referenced by getHitPatternByAbsoluteIndex(), and insertHit().
|
private |
Definition at line 497 of file HitPattern.h.
Referenced by appendHit(), appendMuonHit(), clear(), fillNewHitPatternWithOldHitPattern_v12(), getHitPatternByAbsoluteIndex(), insertExpectedInnerHit(), insertExpectedOuterHit(), insertHit(), insertTrackHit(), operator=(), and run3ScoutingHitPatternPOD().
|
private |
Definition at line 496 of file HitPattern.h.
Referenced by clear(), egamma::getClosestCtfToGsf(), getHitPatternByAbsoluteIndex(), HitPattern(), insertHit(), operator=(), and run3ScoutingHitPatternPOD().
|
staticprivate |
Definition at line 447 of file HitPattern.h.
Referenced by encode(), getHitType(), getTrackerLayerCase(), getTrackerMonoStereo(), numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
staticprivate |
Definition at line 446 of file HitPattern.h.
Referenced by encode(), getHitType(), getTrackerLayerCase(), getTrackerMonoStereo(), numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
staticprivate |
Definition at line 455 of file HitPattern.h.
Referenced by encode(), getSubSubStructure(), getTrackerLayerCase(), getTrackerMonoStereo(), and numberOfValidStripLayersWithMonoAndStereo().
|
staticprivate |
Definition at line 454 of file HitPattern.h.
Referenced by encode(), getSubSubStructure(), getTrackerLayerCase(), getTrackerMonoStereo(), numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
static |
Definition at line 159 of file HitPattern.h.
Referenced by appendHit(), and appendMuonHit().
|
staticprivate |
Definition at line 466 of file HitPattern.h.
Referenced by numberOfValidStripLayersWithMonoAndStereo(), stripHitFilter(), and trackerHitFilter().
|
staticprivate |
Definition at line 467 of file HitPattern.h.
|
staticprivate |
Definition at line 468 of file HitPattern.h.
Referenced by numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), and stripHitFilter().
|
staticprivate |
Definition at line 465 of file HitPattern.h.
Referenced by numberOfValidStripLayersWithMonoAndStereo(), pixelLayersWithMeasurement(), trackerHitFilter(), trackerLayersWithMeasurement(), and trackerLayersWithoutMeasurement().
|
static |
Definition at line 161 of file HitPattern.h.
Referenced by getHitType(), getSide(), getSubDetector(), getSubStructure(), getSubSubStructure(), getTrackerLayerCase(), pixelBarrelLayersNull(), pixelEndcapLayersNull(), stripTECLayersNull(), stripTIBLayersNull(), stripTIDLayersNull(), and stripTOBLayersNull().
|
staticprivate |
Definition at line 451 of file HitPattern.h.
|
staticprivate |
Definition at line 450 of file HitPattern.h.
|
staticprivate |
Definition at line 463 of file HitPattern.h.
Referenced by encode(), getSubDetector(), getTrackerLayerCase(), getTrackerMonoStereo(), muonHitFilter(), and timingHitFilter().
|
staticprivate |
Definition at line 462 of file HitPattern.h.
Referenced by encode(), getSubDetector(), getTrackerLayerCase(), getTrackerMonoStereo(), muonHitFilter(), and timingHitFilter().
|
staticprivate |
Definition at line 459 of file HitPattern.h.
Referenced by encode(), getSubStructure(), getTrackerLayerCase(), getTrackerMonoStereo(), and numberOfValidStripLayersWithMonoAndStereo().
|
staticprivate |
Definition at line 458 of file HitPattern.h.
Referenced by encode(), getSubStructure(), getTrackerLayerCase(), and getTrackerMonoStereo().