ATLAS Offline Software
Loading...
Searching...
No Matches
Neutrino_p2.h
Go to the documentation of this file.
1
2
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
25class NeutrinoCnv_p2;
26
28{
30 // Friend classes
32
33 // Make the AthenaPoolCnv class our friend
34 friend class NeutrinoCnv_p2;
35
37 // Public methods:
39public:
40
44
47 ~Neutrino_p2() = default;
48
50 // Private data:
52private:
53
56
59
60 // the Neutrino part
61
62};
63
65// Inline methods:
67
70
71#endif //> PARTICLEEVENTTPCNV_NEUTRINO_P2_H
~Neutrino_p2()=default
Destructor:
friend class NeutrinoCnv_p2
Definition Neutrino_p2.h:34
ParticleBase_p2 m_particleBase
the ParticleBase part
Definition Neutrino_p2.h:58
Neutrino_p2()
Default constructor:
Definition Neutrino_p2.h:68
P4PxPyPzE_p1 m_momentum
the 4-mom part
Definition Neutrino_p2.h:55