![]() |
ATLAS Offline Software
|
#include <LArHitList.h>
Public Member Functions | |
| LArHitList () | |
| ~LArHitList () | |
| void | AddHit (const float energy, const float time) |
| const LARLIST & | getData () const |
| bool | inWindows () const |
| void | setInWindows () |
Private Types | |
| typedef std::vector< std::pair< float, float > > | LARLIST |
Private Attributes | |
| bool | m_inWindows |
| LARLIST | m_list |
Definition at line 9 of file LArHitList.h.
|
private |
Definition at line 11 of file LArHitList.h.
|
inline |
Definition at line 18 of file LArHitList.h.
|
inline |
Definition at line 19 of file LArHitList.h.
Definition at line 21 of file LArHitList.h.
Definition at line 25 of file LArHitList.h.
|
inline |
Definition at line 26 of file LArHitList.h.
|
inline |
Definition at line 27 of file LArHitList.h.
|
private |
Definition at line 14 of file LArHitList.h.
|
private |
Definition at line 15 of file LArHitList.h.