![]() |
ATLAS Offline Software
|
Holds information about collisions timing from end-cap LAr calorimeters. More...
#include <LArCollisionTime.h>
Public Member Functions | |
| LArCollisionTime () | |
| main constructor with all data members set to zero | |
| LArCollisionTime (int ncellA, int ncellC, float energyA, float energyC, float timeA, float timeC) | |
| constructor; initialize all data members in constructor | |
| int | ncellA () const |
| get number of cells for time A side | |
| int | ncellC () const |
| get number of cells for time C side | |
| double | energyA () const |
| total energy A side | |
| double | energyC () const |
| total energy C side | |
| double | timeA () const |
| time A side | |
| double | timeC () const |
| time C side | |
Private Attributes | |
| int | m_ncellA |
| int | m_ncellC |
| float | m_energyA |
| float | m_energyC |
| float | m_timeA |
| float | m_timeC |
Holds information about collisions timing from end-cap LAr calorimeters.
Definition at line 18 of file LArCollisionTime.h.
|
inline |
main constructor with all data members set to zero
Definition at line 60 of file LArCollisionTime.h.
|
inline |
constructor; initialize all data members in constructor
Definition at line 63 of file LArCollisionTime.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 51 of file LArCollisionTime.h.
|
private |
Definition at line 52 of file LArCollisionTime.h.
|
private |
Definition at line 49 of file LArCollisionTime.h.
|
private |
Definition at line 50 of file LArCollisionTime.h.
|
private |
Definition at line 53 of file LArCollisionTime.h.
|
private |
Definition at line 54 of file LArCollisionTime.h.