![]() |
ATLAS Offline Software
|
#include <MuonCalibCscTruthHit.h>
Public Member Functions | |
| MuonCalibCscTruthHit ()=default | |
| default constructor More... | |
| MuonCalibCscTruthHit (const MuonCalibCscTruthHit &truth)=default | |
| copy constructor More... | |
| MuonCalibCscTruthHit & | operator= (const MuonCalibCscTruthHit &rhs)=default |
| assignment operator More... | |
| ~MuonCalibCscTruthHit ()=default | |
| destructor More... | |
| MuonCalibCscTruthHit (MuonFixedId id, int barCode, double time) | |
| constructor initializing all attributes of the truth hit More... | |
| std::ostream & | dump (std::ostream &stream) const |
| dump to be used for operator<<() to dump the MuonCalibCscTruthHit More... | |
| MuonFixedId | identify () const |
| retrieve the MuonFixedId More... | |
| int | barCode () const |
| retrieve the barcode More... | |
| double | time () const |
| retrieve the time More... | |
| void | setIdentifier (MuonFixedId id) |
| sets the MuonFixedId More... | |
| void | setBarCode (int barCode) |
| sets the barcode More... | |
| void | setTime (double time) |
| sets the time More... | |
Private Attributes | |
| MuonFixedId | m_ID {0} |
| identifier of the truth hit, (a MuonFixedId, not an Identifier) More... | |
| int | m_barCode {0} |
| barcode More... | |
| double | m_time {0.} |
| time More... | |
Class with truth information of a RPC hit, containing:
Definition at line 24 of file MuonCalibCscTruthHit.h.
|
default |
default constructor
|
default |
copy constructor
|
default |
destructor
| MuonCalib::MuonCalibCscTruthHit::MuonCalibCscTruthHit | ( | MuonFixedId | id, |
| int | barCode, | ||
| double | time | ||
| ) |
| int MuonCalib::MuonCalibCscTruthHit::barCode | ( | ) | const |
| std::ostream & MuonCalib::MuonCalibCscTruthHit::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibCscTruthHit
Definition at line 11 of file MuonCalibCscTruthHit.cxx.
| MuonFixedId MuonCalib::MuonCalibCscTruthHit::identify | ( | ) | const |
|
default |
assignment operator
| void MuonCalib::MuonCalibCscTruthHit::setBarCode | ( | int | barCode | ) |
sets the barcode
Definition at line 23 of file MuonCalibCscTruthHit.cxx.
| void MuonCalib::MuonCalibCscTruthHit::setIdentifier | ( | MuonFixedId | id | ) |
| void MuonCalib::MuonCalibCscTruthHit::setTime | ( | double | time | ) |
| double MuonCalib::MuonCalibCscTruthHit::time | ( | ) | const |
|
private |
barcode
Definition at line 45 of file MuonCalibCscTruthHit.h.
|
private |
identifier of the truth hit, (a MuonFixedId, not an Identifier)
Definition at line 44 of file MuonCalibCscTruthHit.h.
|
private |
time
Definition at line 46 of file MuonCalibCscTruthHit.h.
1.8.18