108 bool trkGoesInsideOut = fabs(reco::deltaPhi<const GlobalVector, const GlobalPoint>(p3_trk, vert.
position())) < 0.5*
M_PI;
110 LogDebug(
"CHP") <<
"TRACK: in-->out ? " 112 <<
" dxy=" << track.
dxy()
113 <<
" sz=" <<track.
dz()
114 <<
" eta=" <<track.
eta()
125 unsigned int nHitBefore = 0;
131 DetInfo detInfo(subDet, layer);
134 if (this->
barrel(subDet)) {
136 if (vert.
position().
perp() > maxRZ && trkGoesInsideOut) nHitBefore++;
138 if (fabs(vert.
position().
z()) > maxRZ) nHitBefore++;
145 unsigned int nMissHitAfter = 0;
152 DetInfo detInfo(subDet, layer);
155 if (this->
barrel(subDet)) {
158 if (vert.
position().
perp() < minRZ || ! trkGoesInsideOut) nMissHitAfter++;
160 if (fabs(vert.
position().
z()) < minRZ) nMissHitAfter++;
166 result.hitsInFrontOfVert = nHitBefore;
167 result.missHitsAfterVert = nMissHitAfter;
static uint32_t getLayer(uint16_t pattern)
std::pair< uint32_t, uint32_t > DetInfo
reco::TransientTrack build(const reco::Track *p) const
static bool missingHitFilter(uint16_t pattern)
GlobalPoint position() const
int numberOfValidStripTOBHits() const
static bool validHitFilter(uint16_t pattern)
U second(std::pair< T, U > const &p)
double eta() const
pseudorapidity of momentum vector
int numberOfAllHits(HitCategory category) const
static uint32_t getSubStructure(uint16_t pattern)
double dz() const
dz parameter (= dsz/cos(lambda)). This is the track z0 w.r.t (0,0,0) only if the refPoint is close to...
static bool trackerHitFilter(uint16_t pattern)
const HitPattern & hitPattern() const
Access the hit pattern, indicating in which Tracker layers the track has hits.
TrajectoryStateClosestToPoint trajectoryStateClosestToPoint(const GlobalPoint &point) const
int numberOfValidStripTIBHits() const
int numberOfValidPixelHits() const
edm::ESHandle< TransientTrackBuilder > trkTool_
static bool barrel(uint32_t subDet)
uint16_t getHitPattern(HitCategory category, int position) const
double dxy() const
dxy parameter. (This is the transverse impact parameter w.r.t. to (0,0,0) ONLY if refPoint is close t...