ATLAS Offline Software
|
#include <EventData.h>
Public Member Functions | |
EventData () | |
~EventData () | |
void | setEventNumber (int n) |
void | setMcTrack (const McTrack *ptrack) |
void | addRecTrack (const RecTrack *ptrack) |
Public Attributes | |
std::vector< const RecTrack * > | m_tracks |
const McTrack * | m_mcTrack |
int | m_eventNumber |
Definition at line 10 of file Trigger/TrigAccel/TrigCudaFitter/src/EventData.h.
EventData::EventData | ( | ) |
EventData::~EventData | ( | ) |
void EventData::setEventNumber | ( | int | n | ) |
int EventData::m_eventNumber |
Definition at line 22 of file Trigger/TrigAccel/TrigCudaFitter/src/EventData.h.
Definition at line 21 of file Trigger/TrigAccel/TrigCudaFitter/src/EventData.h.
Definition at line 20 of file Trigger/TrigAccel/TrigCudaFitter/src/EventData.h.