ATLAS Offline Software
|
#include <TrackInfoStruct.h>
Public Member Functions | |
TrackInfoStruct (void) | |
~TrackInfoStruct (void) | |
Public Attributes | |
float | m_params [5] {} |
int | m_nHits {0} |
long | m_nOffsetG {0} |
long | m_nOffsetH {0} |
Definition at line 4 of file TrackInfoStruct.h.
TrackInfoStruct::TrackInfoStruct | ( | void | ) |
TrackInfoStruct::~TrackInfoStruct | ( | void | ) |
int TrackInfoStruct::m_nHits {0} |
Definition at line 10 of file TrackInfoStruct.h.
long TrackInfoStruct::m_nOffsetG {0} |
Definition at line 11 of file TrackInfoStruct.h.
long TrackInfoStruct::m_nOffsetH {0} |
Definition at line 12 of file TrackInfoStruct.h.
float TrackInfoStruct::m_params[5] {} |
Definition at line 9 of file TrackInfoStruct.h.