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