ATLAS Offline Software
TrkSegmentDict.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 /*
3  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef TRKSEGMENT_TRKSEGMENTDICT_H
6 #define TRKSEGMENT_TRKSEGMENTDICT_H
7 
8 // Local include(s).
11 #include "TrkSegment/Segment.h"
12 
13 // EDM include(s).
15 #include "AthLinks/ElementLink.h"
16 
18  class RIO_onTrack;
21  std::vector<const Trk::RIO_OnTrack*> m_myRioVec;
23  std::vector<ElementLink< Trk::SegmentCollection > > m_i4;
25 };
26 
27 #endif // TRKSEGMENT_TRKSEGMENTDICT_H
TrkSegmentDummyDict
Definition: TrkSegmentDict.h:17
SG::AuxTypeVectorFactory
Factory object that creates vectors using AuxTypeVector.
Definition: AuxTypeVectorFactory.h:219
AuxTypeVectorFactory.h
Factory object that creates vectors using AuxTypeVector.
TrkSegmentDummyDict::m_myTempSeg
Trk::TrackSegment m_myTempSeg
Definition: TrkSegmentDict.h:20
Trk::TrackSegment
Definition: TrackSegment.h:56
TrackSegment.h
TrkSegmentDummyDict::m_myRioVec
std::vector< const Trk::RIO_OnTrack * > m_myRioVec
Definition: TrkSegmentDict.h:21
Segment.h
DataVector< Trk::Segment >
TrkSegmentDummyDict::m_mySegColl
Trk::SegmentCollection m_mySegColl
Definition: TrkSegmentDict.h:18
TrkSegmentDummyDict::m_i3
ElementLink< Trk::SegmentCollection > m_i3
Definition: TrkSegmentDict.h:22
TrkSegmentDummyDict::m_i5
SG::AuxTypeVectorFactory< ElementLink< Trk::SegmentCollection > > m_i5
Definition: TrkSegmentDict.h:24
SegmentCollection.h
TrkSegmentDummyDict::m_i4
std::vector< ElementLink< Trk::SegmentCollection > > m_i4
Definition: TrkSegmentDict.h:23