ATLAS Offline Software
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigInDetTrackCollection_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigInDetTrackCollection_p1
9
*
10
* @brief persistent partner for TrigInDetTrackCollection
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14
*
15
**********************************************************************************/
16
#ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKCOLLECTION_P1_H
17
#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKCOLLECTION_P1_H
18
19
#include "
AthenaPoolUtilities/TPObjRef.h
"
20
#include <vector>
21
22
23
class
TrigInDetTrackCollection_p1
24
{
25
26
public
:
27
28
TrigInDetTrackCollection_p1
() {}
29
friend
class
TrigInDetTrackCollectionCnv_p1
;
30
31
int
m_RoI_ID
{};
32
33
//the DataVector<TrigInDetTrack> base class
34
std::vector<TPObjRef>
m_trigInDetTrackVector
;
35
36
};
37
38
#endif
TrigInDetTrackCollection_p1
Definition:
TrigInDetTrackCollection_p1.h:24
TrigInDetTrackCollectionCnv_p1
Definition:
TrigInDetTrackCollectionCnv_p1.h:32
TrigInDetTrackCollection_p1::m_trigInDetTrackVector
std::vector< TPObjRef > m_trigInDetTrackVector
Definition:
TrigInDetTrackCollection_p1.h:44
TPObjRef.h
TrigInDetTrackCollection_p1::TrigInDetTrackCollection_p1
TrigInDetTrackCollection_p1()
Definition:
TrigInDetTrackCollection_p1.h:38
TrigInDetTrackCollection_p1::m_RoI_ID
int m_RoI_ID
Definition:
TrigInDetTrackCollection_p1.h:41
Generated on Tue Sep 2 2025 21:24:25 for ATLAS Offline Software by
1.8.18