ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODTracking
Root
ParticleCaloExtension.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
#include "
xAODTracking/ParticleCaloExtension.h
"
6
7
namespace
xAOD
{
8
9
ParticleCaloExtension::ParticleCaloExtension
(
float
charge
, std::vector<std::vector<float> >&& parameters,
10
std::vector<std::vector<float> >&& parametersCovariance,
11
std::vector<int>&& identifiers ) :
12
m_charge
(
charge
),
m_parameters
(parameters),
m_parametersCovariance
(parametersCovariance),
m_identifiers
(identifiers),
m_cellsAreSet
(false)
13
{
14
}
15
16
ParticleCaloExtension::~ParticleCaloExtension
() {
17
}
18
}
ParticleCaloExtension.h
xAOD::ParticleCaloExtension::m_charge
float m_charge
charge (unused in AnalysisBase)
Definition
ParticleCaloExtension.h:71
xAOD::ParticleCaloExtension::m_identifiers
std::vector< int > m_identifiers
identifiers of the intersections with detector layers
Definition
ParticleCaloExtension.h:80
xAOD::ParticleCaloExtension::m_cellsAreSet
bool m_cellsAreSet
cell information
Definition
ParticleCaloExtension.h:83
xAOD::ParticleCaloExtension::~ParticleCaloExtension
~ParticleCaloExtension()
destructor
Definition
ParticleCaloExtension.cxx:16
xAOD::ParticleCaloExtension::m_parametersCovariance
std::vector< std::vector< float > > m_parametersCovariance
covariance of parameters of the intersections with detector layers
Definition
ParticleCaloExtension.h:77
xAOD::ParticleCaloExtension::m_parameters
std::vector< std::vector< float > > m_parameters
parameters of the intersections with detector layers
Definition
ParticleCaloExtension.h:74
xAOD::ParticleCaloExtension::ParticleCaloExtension
ParticleCaloExtension(float charge, std::vector< std::vector< float > > &¶meters, std::vector< std::vector< float > > &¶metersCovariance, std::vector< int > &&identifiers)
constructor taking calo extrapolation as input.
Definition
ParticleCaloExtension.cxx:9
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::charge
charge
Definition
TrigElectron_v1.cxx:85
Generated on
for ATLAS Offline Software by
1.17.0