|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "GaudiKernel/MsgStream.h"
18 MSVertex(
int,
const Amg::Vector3D&,
const std::vector<const xAOD::TrackParticle*>&,
double,
double,
int,
int,
int);
28 const std::vector<const xAOD::TrackParticle*>*
getTracks()
const;
39 void setNMDT(
const int,
const int,
const int,
const int,
const int,
const int);
40 void setNRPC(
const int,
const int,
const int,
const int,
const int,
const int);
41 void setNTGC(
const int,
const int,
const int,
const int,
const int,
const int);
55 std::vector<const xAOD::TrackParticle*>
m_tracks{};
void setPosition(const Amg::Vector3D &)
std::vector< int > getNTGC_all() const
void setNTGC(const int, const int, const int, const int, const int, const int)
double getChi2Probability() const
void setNMDT(const int, const int, const int, const int, const int, const int)
bool operator!=(const MSVertex &a, const MSVertex &b)
std::vector< const xAOD::TrackParticle * > m_tracks
std::string str(const MSVertex &a)
bool operator==(const MSVertex &a, const MSVertex &b)
const std::vector< const xAOD::TrackParticle * > * getTracks() const
MsgStream & operator<<(MsgStream &m, const MSVertex &a)
std::vector< int > getNRPC_all() const
void setNRPC(const int, const int, const int, const int, const int, const int)
void setAuthor(const int)
MSVertex(const MSVertex &)=default
Eigen::Matrix< double, 3, 1 > Vector3D
std::vector< int > getNMDT_all() const
MSVertex & operator=(const MSVertex &msvx)=default
const Amg::Vector3D & getPosition() const