ATLAS Offline Software
EventInfo_p4.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_P4_H
6 #define EVENTTPCNV_EVENTINFO_P4_H
7 
14 #include "EventTPCnv/EventID_p1.h"
17 
18 class EventInfo_p4 {
19 public:
21 
25  std::vector<unsigned int> m_event_flags;
26 };
27 
28 
29 #endif
30 
31 
TriggerInfo_p2
Definition: TriggerInfo_p2.h:18
EventType_p3
Definition: EventType_p3.h:18
EventInfo_p4::m_event_type
EventType_p3 m_event_type
Definition: EventInfo_p4.h:23
EventInfo_p4::EventInfo_p4
EventInfo_p4()
Definition: EventInfo_p4.h:20
EventID_p1.h
This class provides persistent representation for EventID.
TriggerInfo_p2.h
This class is the persistent representation of TriggerInfo.
EventInfo_p4::m_event_ID
EventID_p1 m_event_ID
Definition: EventInfo_p4.h:22
EventType_p3.h
EventID_p1
Definition: EventID_p1.h:17
EventInfo_p4
Definition: EventInfo_p4.h:18
EventInfo_p4::m_event_flags
std::vector< unsigned int > m_event_flags
Definition: EventInfo_p4.h:25
EventInfo_p4::m_trigger_info
TriggerInfo_p2 m_trigger_info
Definition: EventInfo_p4.h:24