er  dev
ERDecayLi9DetoLi10_Li9n_p.h
1 // -------------------------------------------------------------------------
2 // ----- ERDecayLi9DetoLi10_Li9n_p header file -----
3 // ----- Created 04/16 by V. Schetinin -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef ERDecayLi9DetoLi10_Li9n_p_H
7 #define ERDecayLi9DetoLi10_Li9n_p_H
8 
9 #include "TRandom3.h"
10 #include "TGenPhaseSpace.h"
11 
12 #include "ERDecay.h"
13 
15 private:
16  Float_t fTargetReactZ;
17  TRandom3 *fRnd;
18 
19  TParticlePDG* fLi9;
20  TParticlePDG* fLi10;
21  TParticlePDG* fH2;
22  TParticlePDG* fn;
23  TParticlePDG* fp;
24 
25  Bool_t fTargetReactionFinish;
26 
27  Int_t fSecondaryIonPDG;
28 public:
31 
32  Bool_t Stepping();
33 
34  void BeginEvent();
35  void FinishEvent();
36 
37  Bool_t Init();
38 
39  ClassDef(ERDecayLi9DetoLi10_Li9n_p,1)
40 };
41 
42 #endif