ATLAS Offline Software
Neutrino_p2.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // Neutrino_p2.h
8 // Header file for class Neutrino_p2
9 // Author: K.Cranmer<cranmer@cern.ch>
10 // Author: S.Binet<binet@cern.ch>
11 // Date: December 2006
13 #ifndef PARTICLEEVENTTPCNV_NEUTRINO_P2_H
14 #define PARTICLEEVENTTPCNV_NEUTRINO_P2_H 1
15 
16 // STL includes
17 
18 // EventCommonTPCnv includes
20 
21 // ParticleEventTPCnv includes
23 
24 // forward declarations
25 class NeutrinoCnv_p2;
26 
28 {
30  // Friend classes
32 
33  // Make the AthenaPoolCnv class our friend
34  friend class NeutrinoCnv_p2;
35 
37  // Public methods:
39 public:
40 
43  Neutrino_p2();
44 
47  ~Neutrino_p2() = default;
48 
50  // Private data:
52 private:
53 
56 
59 
60  // the Neutrino part
61 
62 };
63 
65 // Inline methods:
67 
69 {}
70 
71 #endif //> PARTICLEEVENTTPCNV_NEUTRINO_P2_H
P4PxPyPzE_p1.h
Neutrino_p2::m_momentum
P4PxPyPzE_p1 m_momentum
the 4-mom part
Definition: Neutrino_p2.h:55
Neutrino_p2
Definition: Neutrino_p2.h:28
NeutrinoCnv_p2
Definition: NeutrinoCnv_p2.h:32
Neutrino_p2::~Neutrino_p2
~Neutrino_p2()=default
Destructor:
ParticleBase_p2.h
P4PxPyPzE_p1
Definition: P4PxPyPzE_p1.h:23
Neutrino_p2::m_particleBase
ParticleBase_p2 m_particleBase
the ParticleBase part
Definition: Neutrino_p2.h:58
Neutrino_p2::Neutrino_p2
Neutrino_p2()
Default constructor:
Definition: Neutrino_p2.h:68
ParticleBase_p2
Definition: ParticleBase_p2.h:26