ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
AuxStoreAccessorMacros.h
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
Definition
AuxStoreAccessorMacros.h:36
AUXSTORE_OBJECT_SETTER_AND_GETTER
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
Definition
AuxStoreAccessorMacros.h:88
area
double area(double R)
Definition
ConvertStaveServices.cxx:42
HIEventShape_v2.h
vector
Definition
MultiHisto.h:13
xAOD::HIEventShape_v2
Interface class for the HI reconstruction EDM.
Definition
HIEventShape_v2.h:32
xAOD::HIEventShape_v2::HIEventShape_v2
HIEventShape_v2()
Default constructor.
Definition
HIEventShape_v2.cxx:15
xAOD::HIEventShape_v2::etSin
const std::vector< float > & etSin() const
sine (x) part of the harmonic modulation strength
xAOD::HIEventShape_v2::etCos
const std::vector< float > & etCos() const
cosine (y) part of the harmonic modulation strength Following convention is used: index 0 is first ha...
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
std
STL namespace.
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::etaMax
etaMax
Definition
HIEventShape_v2.cxx:46
xAOD::etCos
etCos
Definition
HIEventShape_v2.cxx:27
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
xAOD::et
et
Definition
TrigEMCluster_v1.cxx:25
xAOD::nCells
setRawEt setRawPhi nCells
Definition
TrigCaloCluster_v1.cxx:33
xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1
Definition
CaloRings_v1.cxx:27
xAOD::acc
static const SG::AuxElement::Accessor< ElementLink< IParticleContainer > > acc("originalObjectLink")
Object used for setting/getting the dynamic decoration in question.
Generated on
for ATLAS Offline Software by
1.17.0