ATLAS Offline Software
EventInfo_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EVENTTPCNV_EVENTINFO_P3_H
6 #define EVENTTPCNV_EVENTINFO_P3_H
7 
14 #include "EventTPCnv/EventID_p1.h"
17 
18 class EventInfo_p3 {
19 public:
21 
22  std::vector<unsigned int> m_AllTheData;
23  // EventID_p1 m_event_ID;
24  // EventType_p1 m_event_type;
25  // TriggerInfo_p2 m_trigger_info;
26  // std::vector<unsigned int> m_event_flags;
27 };
28 
29 
30 #endif
31 
32 
EventInfo_p3::m_AllTheData
std::vector< unsigned int > m_AllTheData
Definition: EventInfo_p3.h:22
EventInfo_p3::EventInfo_p3
EventInfo_p3()
Definition: EventInfo_p3.h:20
EventID_p1.h
This class provides persistent representation for EventID.
EventType_p1.h
TriggerInfo_p2.h
This class is the persistent representation of TriggerInfo.
EventInfo_p3
Definition: EventInfo_p3.h:18