![]() |
ATLAS Offline Software
|
Calib-EDM version of TrackRecord, given at the MuonSpectrometer entrance. More...
#include <MuonCalibTruth.h>
Public Member Functions | |
| MuonCalibTruth ()=default | |
| default constructor | |
| MuonCalibTruth (const MuonCalibTruth &truth)=default | |
| copy constructor | |
| MuonCalibTruth & | operator= (const MuonCalibTruth &rhs) |
| assignement operator | |
| ~MuonCalibTruth ()=default | |
| destructor | |
| MuonCalibTruth (const Amg::Vector3D &pos, const Amg::Vector3D &momentum, double kinEnergy, int code, int barCode) | |
| constructor initializing all attributes | |
| void | setPosition (const Amg::Vector3D &pos) |
| sets position | |
| void | setMomentum (const Amg::Vector3D &mom) |
| sets momentum | |
| void | setKinEnergy (double kinEnergy) |
| sets kinetic energy | |
| void | setPDGCode (int code) |
| sets PDG code | |
| void | setBarCode (int barCode) |
| sets barcode | |
| void | setUniqueID (int uniqueID) |
| sets unique ID | |
| const Amg::Vector3D & | position () const |
| retrieve position | |
| const Amg::Vector3D & | momentum () const |
| retrieve momentum | |
| double | kinEnergy () const |
| retrieve kinetic energy | |
| int | PDGCode () const |
| retrieve PDG code | |
| int | barCode () const |
| retrieve barcode | |
| int | id () const |
| retrieve unique ID | |
| std::ostream & | dump (std::ostream &stream) const |
| dump method to be used in operator<<() of the MuonCalibTruth for output | |
Private Attributes | |
| Amg::Vector3D | m_position {0., 0., 0.} |
| position | |
| Amg::Vector3D | m_momentum {0., 0., 0.} |
| momentum | |
| double | m_kinEnergy {0.} |
| kinetic energy | |
| int | m_PDGCode {0} |
| PDG code. | |
| int | m_barCode {0} |
| bar code | |
| int | m_uniqueID {0} |
| unique ID | |
Calib-EDM version of TrackRecord, given at the MuonSpectrometer entrance.
It contains the following:
Definition at line 24 of file MuonCalibTruth.h.
|
default |
default constructor
|
default |
copy constructor
|
default |
destructor
| MuonCalib::MuonCalibTruth::MuonCalibTruth | ( | const Amg::Vector3D & | pos, |
| const Amg::Vector3D & | momentum, | ||
| double | kinEnergy, | ||
| int | code, | ||
| int | barCode ) |
constructor initializing all attributes
Definition at line 11 of file MuonCalibTruth.cxx.
| int MuonCalib::MuonCalibTruth::barCode | ( | ) | const |
| std::ostream & MuonCalib::MuonCalibTruth::dump | ( | std::ostream & | stream | ) | const |
dump method to be used in operator<<() of the MuonCalibTruth for output
Definition at line 38 of file MuonCalibTruth.cxx.
| int MuonCalib::MuonCalibTruth::id | ( | ) | const |
| double MuonCalib::MuonCalibTruth::kinEnergy | ( | ) | const |
| const Amg::Vector3D & MuonCalib::MuonCalibTruth::momentum | ( | ) | const |
| MuonCalibTruth & MuonCalib::MuonCalibTruth::operator= | ( | const MuonCalibTruth & | rhs | ) |
assignement operator
| int MuonCalib::MuonCalibTruth::PDGCode | ( | ) | const |
| const Amg::Vector3D & MuonCalib::MuonCalibTruth::position | ( | ) | const |
| void MuonCalib::MuonCalibTruth::setBarCode | ( | int | barCode | ) |
| void MuonCalib::MuonCalibTruth::setKinEnergy | ( | double | kinEnergy | ) |
| void MuonCalib::MuonCalibTruth::setMomentum | ( | const Amg::Vector3D & | mom | ) |
| void MuonCalib::MuonCalibTruth::setPDGCode | ( | int | code | ) |
| void MuonCalib::MuonCalibTruth::setPosition | ( | const Amg::Vector3D & | pos | ) |
| void MuonCalib::MuonCalibTruth::setUniqueID | ( | int | uniqueID | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |