ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRKTRACK_TRACKCOLLECTION_H
6#define TRKTRACK_TRACKCOLLECTION_H
7
9#include "TrkTrack/Track.h"
11
15
16
17// namespace Trk { class Track; }
18
20CLASS_DEF(TrackCollection , 117682415 , 1 )
21
22#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
Derived DataVector<T>.
Definition DataVector.h:795