ATLAS Offline Software
CompositeParticleContainer_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 // CompositeParticleContainer_p1.h
8 // Header file for class CompositeParticleContainer_p1
9 // Author: S.Binet<binet@cern.ch>
10 // Date: April 2008
12 #ifndef PARTICLEEVENTTPCNV_COMPOSITEPARTICLECONTAINER_P1_H
13 #define PARTICLEEVENTTPCNV_COMPOSITEPARTICLECONTAINER_P1_H
14 
15 // STL includes
16 #include <vector>
17 
18 // ParticleEventTPCnv includes
20 
21 class CompositeParticleContainer_p1 : public std::vector<CompositeParticle_p1>
22 {};
23 
24 #endif //> PARTICLEEVENTTPCNV_COMPOSITEPARTICLECONTAINER_P1_H
CompositeParticleContainer_p1
Definition: CompositeParticleContainer_p1.h:22
CompositeParticle_p1.h