ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
Jet
JetEventTPCnv
src
Jet_p2.cxx
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// Jet_p2.cxx
8
// Implementation file for class Jet_p2
9
// Author: R.Seuster<seuster@cern.ch>
10
// new JetEDM
12
13
14
// JetEventTPCnv includes
15
#include "
JetEventTPCnv/Jet_p2.h
"
16
17
#include "
JetEvent/JetTagInfoBase.h
"
18
#include "
JetEvent/JetAssociationBase.h
"
19
20
21
// Delete the pointed-to objects, if we own them.
22
Jet_p2::~Jet_p2
()
23
{
24
if
(
m_ownPointers
) {
25
for
(
size_t
i = 0; i <
m_tagJetInfo
.size(); i++)
26
delete
m_tagJetInfo
[i];
27
28
for
(
size_t
i = 0; i <
m_associations
.size(); i++)
29
delete
m_associations
[i];
30
}
31
}
32
JetAssociationBase.h
JetTagInfoBase.h
Jet_p2.h
Jet_p2::m_ownPointers
bool m_ownPointers
True if we own the objects pointed to from the above collections.
Definition
Jet_p2.h:92
Jet_p2::~Jet_p2
~Jet_p2()
Destructor:
Definition
Jet_p2.cxx:22
Jet_p2::m_associations
std::vector< const JetAssociationBase * > m_associations
JetAssociationBase objects.
Definition
Jet_p2.h:85
Jet_p2::m_tagJetInfo
std::vector< const JetTagInfoBase * > m_tagJetInfo
JetTagInfoBase objects.
Definition
Jet_p2.h:82
Generated on
for ATLAS Offline Software by
1.14.0