er
dev
Main Page
Related Pages
Classes
Files
File List
decayers
ERDecay31Arto30Ar.h
1
// -------------------------------------------------------------------------
2
// ----- ERDecay31Arto30Ar header file -----
3
// ----- Created 04/16 by V. Schetinin -----
4
// -------------------------------------------------------------------------
5
6
#ifndef ERDECAY31ARTO30AR_H
7
#define ERDECAY31ARTO30AR_H
8
9
#include "TRandom3.h"
10
#include "TGenPhaseSpace.h"
11
12
#include "ERDecay.h"
13
14
class
ERDecay31Arto30Ar
:
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
:
25
ERDecay31Arto30Ar
();
26
~
ERDecay31Arto30Ar
();
27
28
Bool_t Stepping();
29
Bool_t Init();
30
31
void
BeginEvent();
32
void
FinishEvent();
33
34
ClassDef(
ERDecay31Arto30Ar
,1)
35
};
36
37
#endif
ERDecay31Arto30Ar
Definition:
ERDecay31Arto30Ar.h:14
ERDecay
Definition:
ERDecay.h:17
Generated on Tue Dec 7 2021 13:58:46 for er by
1.8.11