ATLAS Offline Software
Loading...
Searching...
No Matches
Event
EventTPCnv
EventTPCnv
PileUpEventInfo_p2.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_PILEUPEVENTINFO_P2_H
6
#define EVENTTPCNV_PILEUPEVENTINFO_P2_H
14
15
#include "
EventTPCnv/EventInfo_p2.h
"
16
#include <vector>
17
18
class
MsgStream;
19
20
class
PileUpEventInfo_p2
:
public
EventInfo_p2
{
21
public
:
22
23
PileUpEventInfo_p2
() {};
24
virtual
~PileUpEventInfo_p2
() {};
25
26
struct
SubEvent
{
27
double
m_timeIndex
;
28
EventInfo_p2
m_subEventInfo
;
29
};
30
31
typedef
std::vector<SubEvent>
SubEvVect_t
;
32
SubEvVect_t
m_subEvents
;
33
};
34
35
36
#endif
37
38
EventInfo_p2.h
This class is the persistent representation of EventInfo.
EventInfo_p2::EventInfo_p2
EventInfo_p2()
Definition
EventInfo_p2.h:20
PileUpEventInfo_p2::~PileUpEventInfo_p2
virtual ~PileUpEventInfo_p2()
Definition
PileUpEventInfo_p2.h:24
PileUpEventInfo_p2::PileUpEventInfo_p2
PileUpEventInfo_p2()
Definition
PileUpEventInfo_p2.h:23
PileUpEventInfo_p2::m_subEvents
SubEvVect_t m_subEvents
Definition
PileUpEventInfo_p2.h:32
PileUpEventInfo_p2::SubEvVect_t
std::vector< SubEvent > SubEvVect_t
Definition
PileUpEventInfo_p2.h:31
PileUpEventInfo_p2::SubEvent
Definition
PileUpEventInfo_p2.h:26
PileUpEventInfo_p2::SubEvent::m_subEventInfo
EventInfo_p2 m_subEventInfo
Definition
PileUpEventInfo_p2.h:28
PileUpEventInfo_p2::SubEvent::m_timeIndex
double m_timeIndex
Definition
PileUpEventInfo_p2.h:27
Generated on
for ATLAS Offline Software by
1.14.0