ATLAS Offline Software
Loading...
Searching...
No Matches
Neutrino_p1.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_p1.h
8// Header file for class Neutrino_p1
9// Author: K.Cranmer<cranmer@cern.ch>
10// Author: S.Binet<binet@cern.ch>
11// Date: December 2006
13#ifndef PARTICLEEVENTTPCNV_NEUTRINO_P1_H
14#define PARTICLEEVENTTPCNV_NEUTRINO_P1_H 1
15
16// EventCommonTPCnv includes
18
19// ParticleEventTPCnv includes
21
22// forward declarations
23class NeutrinoCnv_p1;
24
26{
28 // Friend classes
30
31 // Make the AthenaPoolCnv class our friend
32 friend class NeutrinoCnv_p1;
33
35 // Public methods:
37public:
38
42
45 ~Neutrino_p1() = default;
46
48 // Private data:
50private:
51
54
57
58 // the Neutrino part
59
60};
61
63// Inline methods:
65
68
69#endif //> PARTICLEEVENTTPCNV_NEUTRINO_P1_H
P4PxPyPzE_p1 m_momentum
the 4-mom part
Definition Neutrino_p1.h:53
friend class NeutrinoCnv_p1
Definition Neutrino_p1.h:32
Neutrino_p1()
Default constructor:
Definition Neutrino_p1.h:66
~Neutrino_p1()=default
Destructor:
ParticleBase_p1 m_particleBase
the ParticleBase part
Definition Neutrino_p1.h:56