ATLAS Offline Software
Event
EventTPCnv
EventTPCnv
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
"
15
#include "
EventTPCnv/EventType_p1.h
"
16
#include "
EventTPCnv/TriggerInfo_p1.h
"
17
18
class
EventInfo_p1
{
19
public
:
20
EventInfo_p1
();
21
virtual
~EventInfo_p1
();
22
23
EventInfo_p1
(
const
EventInfo_p1
&
other
);
24
EventInfo_p1
&
operator=
(
const
EventInfo_p1
&);
25
26
EventInfo_p1
(
EventInfo_p1
&&
other
);
27
EventInfo_p1
&
operator=
(
EventInfo_p1
&&);
28
29
EventID_p1
m_event_ID
;
30
EventType_p1
m_event_type
;
31
TriggerInfo_p1
*
m_trigger_info
;
32
33
};
34
35
#include "
EventTPCnv/EventInfo_p1.icc
"
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 &)
Generated on Thu Nov 7 2024 21:14:56 for ATLAS Offline Software by
1.8.18