ATLAS Offline Software
TrackParticleTruthCollectionContainer_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 __TRK_PARTICLE_TRUTH_COLL_CNTNR_P1
6 #define __TRK_PARTICLE_TRUTH_COLL_CNTNR_P1
7 
8 /*
9  @brief T/P conversion for TrackParticleTruthCollectionContainer used in the trigger
10  @author Jiri.Masik@cern.ch
11  */
12 
13 #include <vector>
15 
16 class TrackParticleTruthCollectionContainer_p1: public std::vector<TPObjRef>
17 {
18 };
19 
20 #endif
21 
TPObjRef.h
TrackParticleTruthCollectionContainer_p1
Definition: TrackParticleTruthCollectionContainer_p1.h:17