|
void | SetMinStep (Double_t minStep) |
|
void | SetTargetThickness (Double_t targetThickness) |
|
void | SetHe10Mass (Double_t mass) |
|
void | SetHe10Exitation (Double_t excMean, Double_t fwhm, Double_t distibWeight) |
|
void | SetDecayFile (const TString &filePath, Double_t excitationEnergyInFile) |
|
void | SetAngularDistribution (TString ADfile) |
| Sets distribution is contained in file. More...
|
|
Bool_t | Init () |
|
Bool_t | Stepping () |
|
void | BeginEvent () |
|
void | FinishEvent () |
|
| ERDecay (TString name) |
|
TString | GetName () const |
|
void | SetInteractionVolumeName (TString name) |
| Defines name of volume where occures interaction of ion. More...
|
|
void | SetNuclearInteractionLength (Double_t lambda) |
| Defines nuclear interaction length. More...
|
|
void | SetMaxPathLength (Double_t pathLength) |
| Defines maximum path length for particles in the volume that is defined in SetInteractionVolumeName(). In macro, method must be called after SetNuclearInteractionLength(). More...
|
|
TString | GetInteractionVolumeName () |
| Method returns interaction volume name.
|
|
void | SetDecayPosZ (Double_t pos) |
|
void | SetInputIon (Int_t A, Int_t Z, Int_t Q) |
|
void | SetUniformPos (Double_t a, Double_t b) |
|
void | SetExponentialPos (Double_t start, Double_t tau) |
|
void | SetDecayVolume (TString name) |
|
void | SetStep (Double_t step) |
|
void | SetTargetMass (Double_t targetMass) |
|
TString | GetName () |
|
|
void | ReactionPhaseGenerator (Double_t Ecm, Double_t he10Mass) |
| Body reaction in phase space approach. More...
|
|
Bool_t | DecayPhaseGenerator (Double_t excitation) |
|
std::vector< TLorentzVector > | ReadDecayEvent () |
|
Double_t | ADEvaluate (Double_t *x, Double_t *p) |
|
| ClassDef (ERDecay10Heto8He, 1) |
|
|
TRandom3 * | fRnd |
|
TRandom3 * | fRnd2 |
|
TParticlePDG * | f8He |
|
TParticlePDG * | f10He |
|
TParticlePDG * | f3H |
|
TParticlePDG * | f1H |
|
TParticlePDG * | fn |
|
TLorentzVector * | fLv10He |
|
TLorentzVector * | fLv1H |
|
TLorentzVector * | fLv8Hed |
|
TLorentzVector * | fLvn1 |
| 8He decay
|
|
TLorentzVector * | fLvn2 |
|
FairIon * | fUnstableIon10He |
|
TGenPhaseSpace * | fReactionPhaseSpace |
|
TGenPhaseSpace * | fDecayPhaseSpace |
|
Double_t | fTargetReactZ |
|
Double_t | fMinStep |
|
Double_t | fTargetThickness |
|
Bool_t | fDecayFinish |
|
std::vector< Double_t > | f10HeExcitationMean |
|
std::vector< Double_t > | f10HeExcitationSigma |
|
std::vector< Double_t > | f10HeExcitationWeight |
|
Double_t | f10HeMass |
|
Bool_t | fIs10HeUserMassSet |
|
Bool_t | fIs10HeExcitationSet |
|
TString | fDecayFilePath |
|
Double_t | fDecayFileExcitation = 1. |
|
Bool_t | fDecayFileFinished |
|
Int_t | fDecayFileCurrentEvent |
|
std::ifstream | fDecayFile |
|
TGraph * | fADInput = nullptr |
|
TF1 * | fADFunction = nullptr |
| distribution (angular distribution) graph containing AD input
|
|
Double_t | fThetaMin = 0. |
| function describing AD (angular distribution) of binary reaction
|
|
Double_t | fThetaMax = 0. |
|
|
Bool_t | FindInteractionPoint () |
|
void | CalculateTargetParameters () |
|
void | AddParticleToStack (Int_t pdg, TLorentzVector pos, TLorentzVector state) |
|
Bool_t | fIsInterationPointFound |
|
Double_t | fDistanceToInteractPoint |
|
Double_t | fDistanceFromEntrance |
|
TString | fName |
|
TRandom3 * | fRnd |
|
Bool_t | fUniform |
|
Float_t | fUniformA |
|
Float_t | fUniformB |
|
Bool_t | fExponential |
|
Float_t | fExponentialStart |
|
Float_t | fExponentialTau |
|
TString | fVolumeName |
|
Double_t | fStep |
|
Double_t | fTargetMass |
|
TString | fInputIonName |
|
TParticlePDG * | fInputIonPDG |
|
Double_t | fDecayPosZ |
|
TLorentzVector | fDecayPos |
|
Bool_t | fDecayFinish |
|
Definition at line 26 of file ERDecay10Heto8He.h.
void ERDecay10Heto8He::ReactionPhaseGenerator |
( |
Double_t |
Ecm, |
|
|
Double_t |
he10Mass |
|
) |
| |
|
private |
Body reaction in phase space approach.
- Parameters
-
Ecm | Total energy in CM. h7Mass H7 ion mass. |
Definition at line 339 of file ERDecay10Heto8He.cxx.
void ERDecay10Heto8He::SetAngularDistribution |
( |
TString |
ADfile | ) |
|
Sets distribution is contained in file.
- Parameters
-
ADfile | file with angular distribution. |
Definition at line 447 of file ERDecay10Heto8He.cxx.
The documentation for this class was generated from the following files: