ATLAS Offline Software
Loading...
Searching...
No Matches
AthExDecay_p1.h
Go to the documentation of this file.
1
2
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
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
41
43 // Protected data:
45 protected:
46
51};
52
53#endif //> ATHEXTHINNING_AthExDECAY_P1_H
ElementLinkInt_p1 m_l2
ElementLinkInt_p1 m_l1
ElementLinkInt_p1 m_p2
AthExDecay_p1()
Default constructor:
ElementLinkInt_p1 m_p1
friend class AthExDecayCnv_p1