ATLAS Offline Software
AthExDecay_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 // AthExDecay_p1.h
8 // Header file for class AthExDecay_p1
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef ATHEXTHINNING_AthExDECAY_P1_H
12 #define ATHEXTHINNING_AthExDECAY_P1_H
13 
14 // STL includes
15 #include <vector>
16 
17 // Forward declaration
18 class AthExDecayCnv_p1;
19 
22 
24 {
25 
27  // Friend classes
29 
30  // Make the AthenaPoolCnv class our friend
31  friend class AthExDecayCnv_p1;
32 
34  // Public methods:
36  public:
37 
40  AthExDecay_p1();
41 
43  // Protected data:
45  protected:
46 
51 };
52 
53 #endif //> ATHEXTHINNING_AthExDECAY_P1_H
AthExParticles_p1.h
AthExDecay_p1::AthExDecay_p1
AthExDecay_p1()
Default constructor:
Definition: AthExDecay_p1.cxx:17
AthExDecayCnv_p1
Definition: AthExDecayCnv_p1.h:38
AthExDecay_p1::m_l1
ElementLinkInt_p1 m_l1
Definition: AthExDecay_p1.h:49
AthExDecay_p1::m_p2
ElementLinkInt_p1 m_p2
Definition: AthExDecay_p1.h:48
AthExDecay_p1::m_l2
ElementLinkInt_p1 m_l2
Definition: AthExDecay_p1.h:50
AthExDecay_p1
Definition: AthExDecay_p1.h:24
AthExDecay_p1::m_p1
ElementLinkInt_p1 m_p1
Definition: AthExDecay_p1.h:47