|
ATLAS Offline Software
|
Go to the documentation of this file.
48 float xcomb,
float xIP1d,
float xIP2d,
float xIP3d,
float xChi2,
49 float xSv,
float xmvtx,
float xevtx,
float xnvtx);
float xSV() const
To retrieve likelihood weight based on secondary vertex.
bool operator!=(const TrigL2Bjet &a, const TrigL2Bjet &b)
float xIP1D() const
To retrieve likelihood weight based on longitudinal impact parameter.
void validate(bool v)
To validate TrigL2Bjet object.
float m_xcomb
Best likelihood weight (combination of IP3D and SV).
const TrigInDetTrackCollection * m_track
Pointer to the track collection.
const TrigInDetTrackCollection * TrackCollection() const
To retrieve pointer to track collection of type TrigInDetTrack.
float xIP2D() const
To retrieve likelihood weight based on transverse impact parameter.
const TrigVertexCollection * m_secvertex
Pointer to the secondary vertex collection.
Dummy type needed fro specialized implementation.
~TrigL2Bjet()=default
Destructor.
bool m_valid
Boolean variable to declare the object as a valid one.
float m_xChi2
Probability weight based on chi2 of track fit.
bool isValid() const
To know if TrigL2Bjet object is valid.
bool operator==(const TrigL2Bjet &a, const TrigL2Bjet &b)
float m_xIP3d
Likelihood weight based on 2D combination of impact parameters.
Class representing a b-jet candidate created at L2.
float m_xSv
Likelihood weight based on secondary vertex.
float xEVtx() const
To retrieve likelihood weight based on energy of secondary vertex.
float m_xIP1d
Likelihood weight based on longitudinal impact parameter.
std::string str(const TrigL2Bjet &a)
float m_xevtx
Likelihood weight based on energy of secondary vertex.
float xNVtx() const
To retrieve likelihood weight based on number of tracks linked to secondary vertex.
float prmVtx() const
To retrieve reconstructed z of primary vertex.
float xMVtx() const
To retrieve likelihood weight based on mass of secondary vertex.
void diff(const TrigL2Bjet &a, const TrigL2Bjet &b, std::map< std::string, double > &variableChange)
int roiId() const
To retrieve identifier of the RoI (unique to each LVL1 RoI).
MsgStream & operator<<(MsgStream &m, const TrigL2Bjet &a)
float xComb() const
To retrieve best likelihood weight (combination of IP3D and SV).
float m_prmVtx
Z coordinate of the primary vertex.
float m_xnvtx
Likelihood weight based on number of tracks linked to secondary vertex.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
float xIP3D() const
To retrieve likelihood weight based on 2D combination of impact parameters.
const TrigVertexCollection * m_prmvertex
Pointer to the primary vertex collection.
float xCHI2() const
To retrieve probability weight based on chi2 of track fit.
const TrigVertexCollection * SecVertexCollection() const
To retrieve pointer to secondary vertex collection of type TrigVertex.
const TrigVertexCollection * PrmVertexCollection() const
To retrieve pointer to primary vertex collection of type TrigVertex.
int m_roiID
Identifier of the RoI (unique to each LVL1 RoI).
float m_xmvtx
Likelihood weight based on mass of secondary vertex.
float m_xIP2d
Likelihood weight based on transverse impact parameter.