ATLAS Offline Software
|
#include <TrigIDHitStats.h>
Public Types | |
enum | IDSubDetType { PIX =0, SCT, TRT, NUM_SUBDETECTORS } |
Public Member Functions | |
TrigIDHitStats () | |
Constructors: POOL needs default constructor. More... | |
virtual | ~TrigIDHitStats () |
unsigned char & | operator[] (IDSubDetType i) |
const unsigned char & | operator[] (IDSubDetType i) const |
unsigned int | total () const |
unsigned int | pixhits () const |
unsigned int | scthits () const |
unsigned int | trthits () const |
TrigIDHitStats & | operator+= (const TrigIDHitStats &b) |
Private Attributes | |
unsigned char | m_numHits [NUM_SUBDETECTORS] |
Definition at line 18 of file TrigIDHitStats.h.
|
inline |
Constructors: POOL needs default constructor.
Definition at line 25 of file TrigIDHitStats.h.
|
inlinevirtual |
Definition at line 29 of file TrigIDHitStats.h.
|
inline |
Definition at line 48 of file TrigIDHitStats.h.
|
inline |
Definition at line 31 of file TrigIDHitStats.h.
|
inline |
Definition at line 33 of file TrigIDHitStats.h.
|
inline |
Definition at line 43 of file TrigIDHitStats.h.
|
inline |
Definition at line 44 of file TrigIDHitStats.h.
|
inline |
|
inline |
Definition at line 45 of file TrigIDHitStats.h.
|
private |
Definition at line 59 of file TrigIDHitStats.h.