![]() |
ATLAS Offline Software
|
Simplified class designed to store information of a MBTS hit. More...
#include <MuonCalibCaloHit.h>
Public Member Functions | |
| MuonCalibCaloHit ()=default | |
| default constructor | |
| MuonCalibCaloHit (int id, const Amg::Vector3D &pos, float time, float charge) | |
| ~MuonCalibCaloHit ()=default | |
| destructor | |
| int | identify () const |
| return the identifier of the Hit | |
| const Amg::Vector3D & | position () const |
| return the (global) position of the MuonCalibHit | |
| float | time () const |
| return the time | |
| float | charge () const |
| return the charge | |
Private Attributes | |
| int | m_id {0} |
| Identifier. | |
| Amg::Vector3D | m_pos {0., 0., 0.} |
| Global position. | |
| float | m_time {0.} |
| time | |
| float | m_charge {0.} |
| charge | |
Simplified class designed to store information of a MBTS hit.
It has :
Definition at line 20 of file MuonCalibCaloHit.h.
|
default |
default constructor
| MuonCalib::MuonCalibCaloHit::MuonCalibCaloHit | ( | int | id, |
| const Amg::Vector3D & | pos, | ||
| float | time, | ||
| float | charge ) |
Definition at line 9 of file MuonCalibCaloHit.cxx.
|
default |
destructor
| float MuonCalib::MuonCalibCaloHit::charge | ( | ) | const |
| int MuonCalib::MuonCalibCaloHit::identify | ( | ) | const |
| const Amg::Vector3D & MuonCalib::MuonCalibCaloHit::position | ( | ) | const |
return the (global) position of the MuonCalibHit
Definition at line 13 of file MuonCalibCaloHit.cxx.
| float MuonCalib::MuonCalibCaloHit::time | ( | ) | const |
|
private |
|
private |
|
private |
|
private |