ATLAS Offline Software
EventInfo_p1.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_P1_H
6 #define EVENTTPCNV_EVENTINFO_P1_H
7 
14 #include "EventTPCnv/EventID_p1.h"
17 
18 class EventInfo_p1 {
19 public:
21  virtual ~EventInfo_p1();
22 
25 
28 
32 
33 };
34 
36 
37 #endif
38 
39 
EventInfo_p1.icc
EventInfo_p1
Definition: EventInfo_p1.h:18
EventInfo_p1::~EventInfo_p1
virtual ~EventInfo_p1()
EventInfo_p1::EventInfo_p1
EventInfo_p1(const EventInfo_p1 &other)
EventID_p1.h
This class provides persistent representation for EventID.
EventType_p1.h
TriggerInfo_p1.h
This class is the persistent representation of TriggerInfo.
EventInfo_p1::m_event_type
EventType_p1 m_event_type
Definition: EventInfo_p1.h:30
EventInfo_p1::EventInfo_p1
EventInfo_p1()
EventInfo_p1::EventInfo_p1
EventInfo_p1(EventInfo_p1 &&other)
EventInfo_p1::m_event_ID
EventID_p1 m_event_ID
Definition: EventInfo_p1.h:29
EventID_p1
Definition: EventID_p1.h:17
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
TriggerInfo_p1
Definition: TriggerInfo_p1.h:17
EventType_p1
Definition: EventType_p1.h:17
EventInfo_p1::m_trigger_info
TriggerInfo_p1 * m_trigger_info
Definition: EventInfo_p1.h:31
EventInfo_p1::operator=
EventInfo_p1 & operator=(const EventInfo_p1 &)