ATLAS Offline Software
Event
xAOD
xAODHIEvent
Root
HIEventShape_v2.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: HIEventShape_v2.cxx 693494 2015-09-07 14:59:45Z krasznaa $
6
7
// xAOD include(s):
8
#include "
xAODCore/AuxStoreAccessorMacros.h
"
9
10
// Local include(s):
11
#include "
xAODHIEvent/versions/HIEventShape_v2.h
"
12
13
namespace
xAOD
{
14
15
HIEventShape_v2::HIEventShape_v2
()
16
:
SG
::AuxElement() {
17
18
}
19
20
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
float
,
et
, setEt )
21
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
float
,
area
, setArea )
22
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
float
,
rho
, setRho )
23
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
int
,
nCells
,
24
setNCells )
25
26
AUXSTORE_OBJECT_SETTER_AND_GETTER
(
HIEventShape_v2
, std::
vector
<
float
>,
27
etCos
, setEtCos )
28
29
std::
vector
<
float
>&
HIEventShape_v2
::
etCos
() {
30
31
static
const
Accessor< std::vector< float >
> acc(
"etCos"
);
32
return
acc( *
this
);
33
}
34
35
AUXSTORE_OBJECT_SETTER_AND_GETTER
(
HIEventShape_v2
, std::vector< float >,
36
etSin, setEtSin )
37
38
std::vector< float >&
HIEventShape_v2::etSin
() {
39
40
static
const
Accessor< std::vector< float > > acc(
"etSin"
);
41
return
acc( *
this
);
42
}
43
44
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
float
,
etaMin
,
45
setEtaMin )
46
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
float
,
etaMax
,
47
setEtaMax )
48
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
HIEventShape_v2
,
int
,
layer
, setLayer )
49
50
}
// namespace xAOD
xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1, float, IP2D_pb, setIP2D_pb) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1
et
Extra patterns decribing particle interation process.
SG
Forward declaration.
Definition:
CaloCellPacker_400_500.h:32
SG::Accessor
Helper class to provide type-safe access to aux data.
Definition:
Control/AthContainers/AthContainers/Accessor.h:68
AuxStoreAccessorMacros.h
HIEventShape_v2.h
xAOD::etaMax
etaMax
Definition:
HIEventShape_v2.cxx:46
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::etCos
etCos
Definition:
HIEventShape_v2.cxx:27
xAOD::HIEventShape_v2::etSin
const std::vector< float > & etSin() const
xAOD::HIEventShape_v2::HIEventShape_v2
HIEventShape_v2()
Default constructor.
Definition:
HIEventShape_v2.cxx:15
xAOD::HIEventShape_v2
Interface class for the HI reconstruction EDM.
Definition:
HIEventShape_v2.h:31
xAOD::nCells
setRawEt setRawPhi nCells
Definition:
TrigCaloCluster_v1.cxx:33
vector
Definition:
MultiHisto.h:13
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
LArCellBinning.etaMin
etaMin
Definition:
LArCellBinning.py:84
area
double area(double R)
Definition:
ConvertStaveServices.cxx:42
fitman.rho
rho
Definition:
fitman.py:532
xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1
Definition:
CaloRings_v1.cxx:27
Generated on Thu Nov 7 2024 21:16:15 for ATLAS Offline Software by
1.8.18