ATLAS Offline Software
Loading...
Searching...
No Matches
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
20#include <vector>
21
22
24{
25
26 public:
27
30
31 int m_RoI_ID{};
32
33 //the DataVector<TrigInDetTrack> base class
34 std::vector<TPObjRef> m_trigInDetTrackVector;
35
36};
37
38#endif
std::vector< TPObjRef > m_trigInDetTrackVector