ATLAS Offline Software
TrackRecordCollection_p1.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 G4SIM_TRACKRECORDCOLLECTION_P1_H
6 #define G4SIM_TRACKRECORDCOLLECTION_P1_H
7 
8 /*
9 
10 Persistent represenation of a TrackRecordCollection,
11 Author: Davide Costanzo
12 
13 */
14 
15 #include <vector>
17 
18 
20  : public std::vector<TrackRecord_p1>
21 {
22 public:
23  // Default constructor
25 };
26 
27 #endif
28 
TrackRecordCollection_p1
Definition: TrackRecordCollection_p1.h:21
TrackRecordCollection_p1::TrackRecordCollection_p1
TrackRecordCollection_p1()
Definition: TrackRecordCollection_p1.h:24
TrackRecord_p1.h