![]() |
ATLAS Offline Software
|
#include <TGCEvent.h>
Public Member Functions | |
| TGCEvent ()=default | |
| ~TGCEvent ()=default | |
| TGCEvent (const TGCEvent &right) | |
| const TGCEvent & | operator= (const TGCEvent &right) |
| void | SetEventNumber (int num) |
| TGCASDOut * | NewASDOut (const TGCReadoutIndex &tgcindex, TGCSignalType sigtype=WIRE, int id=-1, double tof=0) |
| int | GetEventNumber () const |
| int | GetNASDOut () const |
| const TGCASDOut * | GetASDOut (int index) const |
| const std::vector< TGCASDOut * > & | GetASDOutVector () const |
| void | Clear () |
| void | Print () const |
Protected Attributes | |
| int | m_eventNumber {0} |
| std::vector< TGCASDOut * > | m_vecASDOut |
Definition at line 15 of file TGCEvent.h.
|
default |
|
default |
|
inline |
Definition at line 24 of file TGCEvent.h.
| void LVL1TGCTrigger::TGCEvent::Clear | ( | ) |
Definition at line 21 of file TGCEvent.cxx.
Definition at line 50 of file TGCEvent.h.
Definition at line 56 of file TGCEvent.h.
|
inline |
Definition at line 45 of file TGCEvent.h.
|
inline |
Definition at line 48 of file TGCEvent.h.
| TGCASDOut * LVL1TGCTrigger::TGCEvent::NewASDOut | ( | const TGCReadoutIndex & | tgcindex, |
| TGCSignalType | sigtype = WIRE, | ||
| int | id = -1, | ||
| double | tof = 0 ) |
Definition at line 12 of file TGCEvent.cxx.
Definition at line 29 of file TGCEvent.h.
| void LVL1TGCTrigger::TGCEvent::Print | ( | ) | const |
Definition at line 31 of file TGCEvent.cxx.
|
inline |
Definition at line 38 of file TGCEvent.h.
|
protected |
Definition at line 17 of file TGCEvent.h.
|
protected |
Definition at line 18 of file TGCEvent.h.