ATLAS Offline Software
ParticleShallowCloneContainer_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // ParticleShallowCloneContainer_p1.h
8 // Header file for class ParticleShallowCloneContainer_p1
9 // Author: Karsten Koeneke
10 // Date: February 2013
12 #ifndef PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINER_P1_H
13 #define PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINER_P1_H
14 
15 // STL includes
16 #include <vector>
17 
18 // ParticleEventTPCnv includes
20 
21 class ParticleShallowCloneContainer_p1 : public std::vector<ParticleShallowClone_p1>
22 {};
23 
24 #endif //> PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINER_P1_H
ParticleShallowClone_p1.h
ParticleShallowCloneContainer_p1
Definition: ParticleShallowCloneContainer_p1.h:22