15#ifndef JETTAGINFO_SECVTXINFO_H
16#define JETTAGINFO_SECVTXINFO_H
33typedef std::vector<const Rec::TrackParticle*>
TrackVec;
BaseTagInfo()
default constructor
The SecVtxInfo class: This class contains information of the secondary vertex fit within the jet.
double rphidistance() const
double mass() const
The invariant mass of the tracks fitted to the vertex.
double energyFraction() const
The energy fraction: Evtx/Ejet of charges tracks.
SecVtxInfo()
default constructor
void setNumSelTracksForFit(int numSelTracksForFit)
void setNumberOfG2TrackVertices(int NSVPair)
void setSecVtx(const Trk::RecVertex &secVtx, double fitProb, const TrackVec &fittedTrks)
void setRPhiDist(double dist)
int m_NGood2TrackVertices
int numSelTracksForFit() const
The number of tracks available for the sec.vtx.
void setMass(double mass)
int m_numSelTracksForFit
The number of tracks available for the sec.vtx.
SecVtxInfo & operator=(const SecVtxInfo &rhs)
assigenment operator
double distance() const
The distance between the primary and the secondary vertex.
Trk::RecVertex m_secVtxPos
FitType fitType() const
Returns an enum to indicate the type of fit.
void setEnergyFraction(double energyFraction)
virtual ~SecVtxInfo()
default destructor
virtual SecVtxInfo * clone() const
a clone method for the proper workings of the copy constructor
double probability() const
The fit probability of the fit.
void setDist(double dist)
int NumberOfG2TrackVertices() const
Returns number of 2 track vertices.
const Trk::RecVertex & secVertexPos() const
Returns the reconstructed secondary vertex.
void setFitType(FitType type)
Set-methods for the private data members of the class.
int mult() const
The number of tracks fitted in the vertex.
Trk::RecVertex inherits from Trk::Vertex.
The namespace of all packages in PhysicsAnalysis/JetTagging.
std::vector< std::string >::iterator StringIterator
std::vector< std::string > StringVector
std::vector< double > FloatVec
std::vector< const Rec::TrackParticle * > TrackVec
Ensure that the ATLAS eigen extensions are properly loaded.