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