![]() |
ATLAS Offline Software
|
Holds information about bkg and collisions timing and multiplicity from BCM stations. More...
#include <BcmCollisionTime.h>
Public Member Functions | |
BcmCollisionTime () | |
main constructor with all data members set to zero More... | |
BcmCollisionTime (int multiLG, int multiHG, const std::vector< float > &deltaT) | |
constructor; initialize all data members in constructor More... | |
int | getMultiLG () const |
destructor; initialize all data members in constructor and include vector More... | |
int | getMultiHG () const |
get HG multiplicity More... | |
const std::vector< float > & | getDeltaT () const |
get if event is col like More... | |
Private Attributes | |
int | m_multiLG |
int | m_multiHG |
std::vector< float > | m_deltaT |
Holds information about bkg and collisions timing and multiplicity from BCM stations.
Definition at line 19 of file BcmCollisionTime.h.
BcmCollisionTime::BcmCollisionTime | ( | ) |
main constructor with all data members set to zero
|
inline |
constructor; initialize all data members in constructor
constructor; initialize all data members in constructor and include vector
constructor; initialize all data members in constructor and include vector
Definition at line 75 of file BcmCollisionTime.h.
|
inline |
get if event is col like
get if event is bkg like
get complete list of deltaTs
Definition at line 55 of file BcmCollisionTime.h.
|
inline |
|
inline |
destructor; initialize all data members in constructor and include vector
get vector of deltaTs
get LG multiplicity
Definition at line 43 of file BcmCollisionTime.h.
|
private |
Definition at line 63 of file BcmCollisionTime.h.
|
private |
Definition at line 60 of file BcmCollisionTime.h.
|
private |
Definition at line 59 of file BcmCollisionTime.h.