ATLAS Offline Software
Event
xAOD
xAODForward
xAODForward
versions
ForwardEventInfoAuxContainer_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H
8
#define XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H
9
10
// System include(s):
11
#include <vector>
12
13
// EDM include(s):
14
#include "
xAODCore/AuxContainerBase.h
"
15
16
namespace
xAOD
{
17
23
class
ForwardEventInfoAuxContainer_v1
:
public
AuxContainerBase
{
24
25
public
:
27
ForwardEventInfoAuxContainer_v1
();
28
29
private
:
30
31
std::vector<float>
timeDiff
;
32
std::vector<float>
timeA
;
33
std::vector<float>
timeC
;
34
std::vector<unsigned short>
countA
;
35
std::vector<unsigned short>
countC
;
36
37
};
// class ForwardEventInfoAuxContainer_v1
38
39
}
// namespace xAOD
40
41
// Declare the inheritance of the class:
42
#include "
xAODCore/BaseInfo.h
"
43
SG_BASE
(
xAOD::ForwardEventInfoAuxContainer_v1
,
xAOD::AuxContainerBase
);
44
45
#endif //XAODFORWARD_VERSIONS_FORWARDEVENTINFOSAUXCONTAINER_V1_H
SG_BASE
SG_BASE(xAOD::ForwardEventInfoAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::ForwardEventInfoAuxContainer_v1
Auxiliary store for xAOD::ForwardEventInfoContainer_v1.
Definition:
ForwardEventInfoAuxContainer_v1.h:23
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::ForwardEventInfoAuxContainer_v1::countC
std::vector< unsigned short > countC
Definition:
ForwardEventInfoAuxContainer_v1.h:35
xAOD::ForwardEventInfoAuxContainer_v1::timeA
std::vector< float > timeA
Definition:
ForwardEventInfoAuxContainer_v1.h:32
xAOD::ForwardEventInfoAuxContainer_v1::ForwardEventInfoAuxContainer_v1
ForwardEventInfoAuxContainer_v1()
Default constructor.
Definition:
ForwardEventInfoAuxContainer_v1.cxx:10
xAOD::ForwardEventInfoAuxContainer_v1::timeDiff
std::vector< float > timeDiff
Definition:
ForwardEventInfoAuxContainer_v1.h:31
xAOD::ForwardEventInfoAuxContainer_v1::timeC
std::vector< float > timeC
Definition:
ForwardEventInfoAuxContainer_v1.h:33
xAOD::ForwardEventInfoAuxContainer_v1::countA
std::vector< unsigned short > countA
Definition:
ForwardEventInfoAuxContainer_v1.h:34
Generated on Mon Dec 23 2024 21:10:36 for ATLAS Offline Software by
1.8.18