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