ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecoEvent
ParticleCaloExtension
src
ParticleCellAssociation.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ParticleCaloExtension/ParticleCellAssociation.h
"
6
7
8
namespace
Rec
{
9
10
ParticleCellAssociation::ParticleCellAssociation
(
const
Trk::CaloExtension* caloExtension,
ParticleCellAssociation::Data
&& data,
11
float
coneSize,
const
CellIntersections&& intersections,
const
CaloCellContainer* container ) :
12
ParticleCaloAssociation
<
const
CaloCell*>(caloExtension,std::move(
data
),
coneSize
),
13
m_cellIntersections(std::move(intersections)), m_container(
container
)
14
{
15
16
}
17
18
ParticleCellAssociation::~ParticleCellAssociation
() {
19
for
(
auto
& el :
m_cellIntersections
){
20
delete
el.second;
21
}
22
}
23
}
24
ParticleCellAssociation.h
Rec::ParticleCaloAssociation
class storing calorimeter cell/cluster association with IParticle objects
Definition
ParticleCaloAssociation.h:16
Rec::ParticleCaloAssociation< const CaloCell * >::Data
std::vector< const CaloCell * > Data
Definition
ParticleCaloAssociation.h:19
Rec::ParticleCellAssociation::m_cellIntersections
CellIntersections m_cellIntersections
list of intersected cells
Definition
ParticleCellAssociation.h:47
Rec::ParticleCellAssociation::~ParticleCellAssociation
virtual ~ParticleCellAssociation()
destructor
Definition
ParticleCellAssociation.cxx:18
Rec::ParticleCellAssociation::ParticleCellAssociation
ParticleCellAssociation(const Trk::CaloExtension *caloExtension, Data &&data, float coneSize, const CellIntersections &&intersections, const CaloCellContainer *container=0)
constructor
Athena::const
const
helper method to get the collection index (into m_inputCollectionsName) and tuple index (into m_tuple...
Definition
RootNtupleEventSelector.cxx:1303
CaloCondBlobAlgs_fillNoiseFromASCII.data
data
Definition
CaloCondBlobAlgs_fillNoiseFromASCII.py:94
Rec
namespace for combined reconstruction tools and interfaces
Definition
FakeTrackBuilder.h:10
SG::container
const SG::AuxVectorData * container() const
Return the container holding this element.
xAOD::Iso::coneSize
float coneSize(IsolationConeSize type)
convert Isolation Size into cone size
Definition
IsolationHelpers.h:27
Generated on
for ATLAS Offline Software by
1.17.0