ATLAS Offline Software
ParticleJetContainer_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 // ParticleJetContainer_p1.h
8 // Header file for class ParticleJetContainer_p1
9 // Author: K.Cranmer<cranmer@cern.ch>
10 // Author: S.Binet<binet@cern.ch>
11 // Date: December 2006
12 // Author : P.A. Delsart, may 2008
14 #ifndef PARTICLEEVENTTPCNV_PARTICLEJETCONTAINER_P1_H
15 #define PARTICLEEVENTTPCNV_PARTICLEJETCONTAINER_P1_H
16 
17 // STL includes
18 #include <vector>
19 
20 // ParticleEventTPCnv includes
22 
23 class ParticleJetContainer_p1 : public std::vector<ParticleJet_p1>
24 {};
25 
26 #endif //> PARTICLEEVENTTPCNV_PARTICLEJETCONTAINER_P1_H
ParticleJetContainer_p1
Definition: ParticleJetContainer_p1.h:24
ParticleJet_p1.h