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