ATLAS Offline Software
|
#include <MuonCalibRpcTruthHit.h>
Public Member Functions | |
MuonCalibRpcTruthHit ()=default | |
default constructor More... | |
MuonCalibRpcTruthHit (const MuonCalibRpcTruthHit &truth)=default | |
copyconstructor More... | |
~MuonCalibRpcTruthHit ()=default | |
destructor More... | |
MuonCalibRpcTruthHit & | operator= (const MuonCalibRpcTruthHit &rhs)=default |
assignment operator More... | |
MuonCalibRpcTruthHit (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 MuonCalibRpcTruthHit More... | |
const 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, (is 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 MuonCalibRpcTruthHit.h.
|
default |
default constructor
|
default |
copyconstructor
|
default |
destructor
MuonCalib::MuonCalibRpcTruthHit::MuonCalibRpcTruthHit | ( | MuonFixedId | id, |
int | barCode, | ||
double | time | ||
) |
int MuonCalib::MuonCalibRpcTruthHit::barCode | ( | ) | const |
std::ostream & MuonCalib::MuonCalibRpcTruthHit::dump | ( | std::ostream & | stream | ) | const |
dump to be used for operator<<() to dump the MuonCalibRpcTruthHit
Definition at line 18 of file MuonCalibRpcTruthHit.cxx.
const MuonFixedId & MuonCalib::MuonCalibRpcTruthHit::identify | ( | ) | const |
|
default |
assignment operator
void MuonCalib::MuonCalibRpcTruthHit::setBarCode | ( | int | barCode | ) |
sets the barcode
Definition at line 14 of file MuonCalibRpcTruthHit.cxx.
void MuonCalib::MuonCalibRpcTruthHit::setIdentifier | ( | MuonFixedId | id | ) |
void MuonCalib::MuonCalibRpcTruthHit::setTime | ( | double | time | ) |
double MuonCalib::MuonCalibRpcTruthHit::time | ( | ) | const |
|
private |
barcode
Definition at line 45 of file MuonCalibRpcTruthHit.h.
|
private |
identifier of the truth hit, (is a MuonFixedId, not an Identifier)
Definition at line 44 of file MuonCalibRpcTruthHit.h.
|
private |
time
Definition at line 46 of file MuonCalibRpcTruthHit.h.