er  dev
ERDecay27Fto26O.h
1 // -------------------------------------------------------------------------
2 // ----- ERDecay27Fto26O header file -----
3 // ----- Created 04/16 by V. Schetinin -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef ERDECAY27FTO26O_H
7 #define ERDECAY27FTO26O_H
8 
9 #include "TRandom3.h"
10 #include "TGenPhaseSpace.h"
11 
12 #include "ERDecay.h"
13 
14 class ERDecay27Fto26O : public ERDecay{
15 private:
16  Float_t fTargetReactZ;
17  TRandom3 *fRnd;
18 
19  TParticlePDG* fSecondIon;
20 
21  Bool_t fTargetReactionFinish;
22 
23  Int_t fSecondaryIonPDG;
24 public:
26  ~ERDecay27Fto26O();
27 
28  Bool_t Stepping();
29  Bool_t Init();
30 
31  void BeginEvent();
32  void FinishEvent();
33 
34  ClassDef(ERDecay27Fto26O,1)
35 };
36 
37 #endif