|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #include "GaudiKernel/MsgStream.h"
TPObjRef m_BaseTagInfo
Base class info.
virtual void transToPers(const SecVtxInfo *transObj, SecVtxInfo_p1 *persObj, MsgStream &log)
void setNumberOfG2TrackVertices(int NSVPair)
void setMass(double mass)
void setEnergyFraction(double energyFraction)
int m_NGood2TrackVertices
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.
virtual void persToTrans(const SecVtxInfo_p1 *persObj, SecVtxInfo *transObj, MsgStream &log)
double energyFraction() const
The energy fraction: Evtx/Ejet of charges tracks.
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
Convert persistent object, stored in the the top-level persistent object and referenced by the TP Ref...
Trk::RecVertex inherits from Trk::Vertex.
const Trk::RecVertex & secVertexPos() const
Returns the reconstructed secondary vertex.
BaseTagInfoCnv_p1 * m_baseTagCnv
void setFitType(FitType type)
Set-methods for the private data members of the class.
int m_fitType
Translates to enum FitTYpe.
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)
TPObjRef toPersistent(CNV **cnv, const typename CNV::TransBase_t *transObj, MsgStream &log) const
Persistify an object and store the persistent represenation in the storage vector of the top-level pe...
TPObjRef baseToPersistent(CNV **cnv, const typename CNV::Trans_t *transObj, MsgStream &log) const
Persistify bass class of a given object and store the persistent represenation in the storage vector ...
The namespace of all packages in PhysicsAnalysis/JetTagging.
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
void setRPhiDist(double dist)
int NumberOfG2TrackVertices() const
Returns number of 2 track vertices.
void setSecVtx(const Trk::RecVertex &secVtx, double fitProb, const TrackVec &fittedTrks)
double probability() const
The fit probability of the fit.
double rphidistance() const
TPObjRef m_secVtxPos
Translates to a Trk::RecVertex.