#include <TGCEvent.h>
Definition at line 15 of file TGCEvent.h.
◆ TGCEvent() [1/2]
| LVL1TGCTrigger::TGCEvent::TGCEvent |
( |
| ) |
|
|
default |
◆ ~TGCEvent()
| LVL1TGCTrigger::TGCEvent::~TGCEvent |
( |
| ) |
|
|
default |
◆ TGCEvent() [2/2]
| LVL1TGCTrigger::TGCEvent::TGCEvent |
( |
const TGCEvent & | right | ) |
|
|
inline |
Definition at line 24 of file TGCEvent.h.
25 {
26 *this= right;
27 }
◆ Clear()
| void LVL1TGCTrigger::TGCEvent::Clear |
( |
| ) |
|
Definition at line 21 of file TGCEvent.cxx.
22{
23
26 }
28}
std::vector< TGCASDOut * > m_vecASDOut
◆ GetASDOut()
| const TGCASDOut * LVL1TGCTrigger::TGCEvent::GetASDOut |
( |
int | index | ) |
const |
|
inline |
◆ GetASDOutVector()
| const std::vector< TGCASDOut * > & LVL1TGCTrigger::TGCEvent::GetASDOutVector |
( |
| ) |
const |
|
inline |
◆ GetEventNumber()
| int LVL1TGCTrigger::TGCEvent::GetEventNumber |
( |
| ) |
const |
|
inline |
◆ GetNASDOut()
| int LVL1TGCTrigger::TGCEvent::GetNASDOut |
( |
| ) |
const |
|
inline |
◆ NewASDOut()
Definition at line 12 of file TGCEvent.cxx.
14{
15 TGCASDOut* asdout= new TGCASDOut(tgcrindex, sigtype, id, tof);
17 return asdout;
18}
◆ operator=()
Definition at line 29 of file TGCEvent.h.
30 {
33
34 return *this;
35 }
◆ Print()
| void LVL1TGCTrigger::TGCEvent::Print |
( |
| ) |
const |
◆ SetEventNumber()
| void LVL1TGCTrigger::TGCEvent::SetEventNumber |
( |
int | num | ) |
|
|
inline |
◆ m_eventNumber
| int LVL1TGCTrigger::TGCEvent::m_eventNumber {0} |
|
protected |
◆ m_vecASDOut
| std::vector<TGCASDOut*> LVL1TGCTrigger::TGCEvent::m_vecASDOut |
|
protected |
The documentation for this class was generated from the following files: