er  dev
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ERTextDecay Class Reference
Inheritance diagram for ERTextDecay:
Inheritance graph
[legend]
Collaboration diagram for ERTextDecay:
Collaboration graph
[legend]

Public Member Functions

 ERTextDecay (TString name)
 
Bool_t Stepping ()
 
Bool_t Init ()
 
void AddOutputIon (Int_t A, Int_t Z, Int_t Q)
 
void AddOutputParticle (Int_t pdg)
 
void SetFileName (TString name)
 
- Public Member Functions inherited from ERDecay
 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.
 
virtual void BeginEvent ()
 
virtual void FinishEvent ()
 
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 ()
 

Private Member Functions

Bool_t ReadFile ()
 
void SaveToEventHeader ()
 

Private Attributes

std::vector< FairIon * > fOutputIons
 
TLorentzVector fInputIonV
 
TString fOutputIonName
 
TString fFileName
 
std::vector< std::vector< TLorentzVector > > fDecays
 
Int_t fNOutputs
 
std::vector< TParticlePDG * > fOutputParticlesPDG
 
std::vector< TNamed * > fOutputs
 

Additional Inherited Members

- Protected Member Functions inherited from ERDecay
Bool_t FindInteractionPoint ()
 
void CalculateTargetParameters ()
 
void AddParticleToStack (Int_t pdg, TLorentzVector pos, TLorentzVector state)
 
- Protected Attributes inherited from ERDecay
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
 

Detailed Description

Definition at line 16 of file ERTextDecay.h.


The documentation for this class was generated from the following files: