ATLAS Offline Software
Simulation
G4SimCnv
G4SimTPCnv
G4SimTPCnv
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>
16
#include "
G4SimTPCnv/TrackRecord_p1.h
"
17
18
19
class
TrackRecordCollection_p1
20
:
public
std::vector<TrackRecord_p1>
21
{
22
public
:
23
// Default constructor
24
TrackRecordCollection_p1
() {}
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
Generated on Sun Dec 22 2024 21:20:32 for ATLAS Offline Software by
1.8.18