Public Member Functions | |
FinderInfo (const CachingVertex< 5 > &primaryVertex, const GhostTrack &ghostTrack, const BeamSpot &beamSpot, bool hasBeamSpot, bool hasPrimaries) | |
Public Attributes | |
VertexState | beamSpot |
const MagneticField * | field |
TransientTrack | ghostTrack |
bool | hasBeamSpot |
bool | hasPrimaries |
GhostTrackPrediction | pred |
const CachingVertex< 5 > & | primaryVertex |
GhostTrackPrediction | prior |
std::vector< GhostTrackState > | states |
Definition at line 90 of file GhostTrackVertexFinder.cc.
reco::GhostTrackVertexFinder::FinderInfo::FinderInfo | ( | const CachingVertex< 5 > & | primaryVertex, |
const GhostTrack & | ghostTrack, | ||
const BeamSpot & | beamSpot, | ||
bool | hasBeamSpot, | ||
bool | hasPrimaries | ||
) | [inline] |
Definition at line 91 of file GhostTrackVertexFinder.cc.
: primaryVertex(primaryVertex), pred(ghostTrack.prediction()), prior(ghostTrack.prior()), states(ghostTrack.states()), beamSpot(beamSpot), hasBeamSpot(hasBeamSpot), hasPrimaries(hasPrimaries), field(0) {}
Definition at line 103 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::mergeVertices(), reco::GhostTrackVertexFinder::reassignTracks(), and reco::GhostTrackVertexFinder::refitGhostTrack().
Definition at line 106 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::refitGhostTrack(), and reco::GhostTrackVertexFinder::vertices().
Definition at line 107 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::initialVertices(), reco::GhostTrackVertexFinder::mergeVertices(), reco::GhostTrackVertexFinder::reassignTracks(), reco::GhostTrackVertexFinder::refitGhostTrack(), and reco::GhostTrackVertexFinder::vertices().
Definition at line 104 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::mergeVertices(), reco::GhostTrackVertexFinder::reassignTracks(), and reco::GhostTrackVertexFinder::refitGhostTrack().
Definition at line 105 of file GhostTrackVertexFinder.cc.
Definition at line 100 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::initialVertices(), reco::GhostTrackVertexFinder::reassignTracks(), reco::GhostTrackVertexFinder::refitGhostTrack(), and reco::GhostTrackVertexFinder::vertices().
Definition at line 99 of file GhostTrackVertexFinder.cc.
Definition at line 101 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::refitGhostTrack().
Definition at line 102 of file GhostTrackVertexFinder.cc.
Referenced by reco::GhostTrackVertexFinder::initialVertices(), reco::GhostTrackVertexFinder::reassignTracks(), reco::GhostTrackVertexFinder::refitGhostTrack(), and reco::GhostTrackVertexFinder::vertices().