ATLAS Offline Software
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
JetCollection_p3.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// JetCollection_p3.h
8
// Header file for class JetCollection_p3
9
// Author: S.Binet<binet@cern.ch>
10
// Date: March 2007
12
#ifndef JETEVENTTPCNV_JETCOLLECTION_P3_H
13
#define JETEVENTTPCNV_JETCOLLECTION_P3_H
14
15
// STL includes
16
#include <vector>
17
#include <string>
18
19
// JetEventTPCnv includes
20
#include "
JetEventTPCnv/Jet_p3.h
"
21
22
// DataModelAthenaPool
23
#include "
DataModelAthenaPool/DataLink_p1.h
"
24
25
// forward declare
26
class
JetCollectionCnv_p3
;
27
28
class
JetCollection_p3
:
public
std::vector<Jet_p3>
29
{
31
// Friend classes
33
34
// Make the AthenaPoolCnv class our friend
35
friend
class
JetCollectionCnv_p3
;
36
38
// Private data:
40
private
:
41
std::string
m_roiAuthor
;
42
short
m_ordered
{};
43
DataLink_p1
m_keyStore
;
44
};
45
46
#endif //> JETEVENTTPCNV_JETCOLLECTION_P1_H
JetCollection_p3::m_roiAuthor
std::string m_roiAuthor
Definition:
JetCollection_p3.h:41
Jet_p3.h
DataLink_p1
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p1.h:24
JetCollection_p3
Definition:
JetCollection_p3.h:29
DataLink_p1.h
This file contains the class definition for DataLink_p1 and DataLinkVector_p1.
JetCollection_p3::m_keyStore
DataLink_p1 m_keyStore
Definition:
JetCollection_p3.h:43
JetCollectionCnv_p3
Definition:
JetCollectionCnv_p3.h:36
JetCollection_p3::m_ordered
short m_ordered
Definition:
JetCollection_p3.h:42
Generated on Thu Nov 7 2024 21:18:04 for ATLAS Offline Software by
1.8.18