CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::GhostTrackVertexFinder::FinderInfo Struct Reference

List of all members.

Public Member Functions

 FinderInfo (const CachingVertex< 5 > &primaryVertex, const GhostTrack &ghostTrack, const BeamSpot &beamSpot, bool hasBeamSpot, bool hasPrimaries)

Public Attributes

VertexState beamSpot
const MagneticFieldfield
TransientTrack ghostTrack
bool hasBeamSpot
bool hasPrimaries
GhostTrackPrediction pred
const CachingVertex< 5 > & primaryVertex
GhostTrackPrediction prior
std::vector< GhostTrackStatestates

Detailed Description

Definition at line 90 of file GhostTrackVertexFinder.cc.


Constructor & Destructor Documentation

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) {}

Member Data Documentation

Definition at line 105 of file GhostTrackVertexFinder.cc.

Definition at line 99 of file GhostTrackVertexFinder.cc.