ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4PreCompoundFragmentVector Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh>

+ Collaboration diagram for G4PreCompoundFragmentVector:

Public Member Functions

 G4PreCompoundFragmentVector (pcfvector *avector)
 
 ~G4PreCompoundFragmentVector ()=default
 
void SetVector (pcfvector *avector)
 
void SetOPTxs (G4int)
 
void UseSICB (G4bool)
 
G4double CalculateProbabilities (const G4Fragment &aFragment)
 
G4VPreCompoundFragmentChooseFragment ()
 

Private Member Functions

 G4PreCompoundFragmentVector (const G4PreCompoundFragmentVector &right)=delete
 
const G4PreCompoundFragmentVectoroperator= (const G4PreCompoundFragmentVector &right)=delete
 
G4bool operator== (const G4PreCompoundFragmentVector &right) const =delete
 
G4bool operator!= (const G4PreCompoundFragmentVector &right) const =delete
 

Private Attributes

pcfvectortheChannels
 
G4DataVector probabilities
 
G4int nChannels
 

Detailed Description

Definition at line 51 of file G4PreCompoundFragmentVector.hh.

View newest version in sPHENIX GitHub at line 51 of file G4PreCompoundFragmentVector.hh

Constructor & Destructor Documentation

G4PreCompoundFragmentVector::G4PreCompoundFragmentVector ( pcfvector avector)
explicit

Definition at line 37 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 37 of file G4PreCompoundFragmentVector.cc

References SetVector().

+ Here is the call graph for this function:

G4PreCompoundFragmentVector::~G4PreCompoundFragmentVector ( )
default
G4PreCompoundFragmentVector::G4PreCompoundFragmentVector ( const G4PreCompoundFragmentVector right)
privatedelete

Member Function Documentation

G4double G4PreCompoundFragmentVector::CalculateProbabilities ( const G4Fragment aFragment)

Definition at line 74 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 74 of file G4PreCompoundFragmentVector.cc

References nChannels, probabilities, and theChannels.

Referenced by G4PreCompoundEmission::GetTotalProbability().

+ Here is the caller graph for this function:

G4VPreCompoundFragment * G4PreCompoundFragmentVector::ChooseFragment ( )

Definition at line 93 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 93 of file G4PreCompoundFragmentVector.cc

References G4UniformRand, nChannels, probabilities, theChannels, and x.

Referenced by G4PreCompoundEmission::PerformEmission().

+ Here is the caller graph for this function:

G4bool G4PreCompoundFragmentVector::operator!= ( const G4PreCompoundFragmentVector right) const
privatedelete
const G4PreCompoundFragmentVector& G4PreCompoundFragmentVector::operator= ( const G4PreCompoundFragmentVector right)
privatedelete
G4bool G4PreCompoundFragmentVector::operator== ( const G4PreCompoundFragmentVector right) const
privatedelete
void G4PreCompoundFragmentVector::SetOPTxs ( G4int  opt)

Definition at line 59 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 59 of file G4PreCompoundFragmentVector.cc

References nChannels.

Referenced by G4PreCompoundEmission::SetOPTxs().

+ Here is the caller graph for this function:

void G4PreCompoundFragmentVector::SetVector ( pcfvector avector)

Definition at line 43 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 43 of file G4PreCompoundFragmentVector.cc

References nChannels, probabilities, and theChannels.

Referenced by G4PreCompoundFragmentVector(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().

+ Here is the caller graph for this function:

void G4PreCompoundFragmentVector::UseSICB ( G4bool  use)

Definition at line 67 of file G4PreCompoundFragmentVector.cc.

View newest version in sPHENIX GitHub at line 67 of file G4PreCompoundFragmentVector.cc

References nChannels.

Referenced by G4PreCompoundEmission::UseSICB().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4PreCompoundFragmentVector::nChannels
private

Definition at line 80 of file G4PreCompoundFragmentVector.hh.

View newest version in sPHENIX GitHub at line 80 of file G4PreCompoundFragmentVector.hh

Referenced by CalculateProbabilities(), ChooseFragment(), SetOPTxs(), SetVector(), and UseSICB().

G4DataVector G4PreCompoundFragmentVector::probabilities
private

Definition at line 78 of file G4PreCompoundFragmentVector.hh.

View newest version in sPHENIX GitHub at line 78 of file G4PreCompoundFragmentVector.hh

Referenced by CalculateProbabilities(), ChooseFragment(), and SetVector().

pcfvector* G4PreCompoundFragmentVector::theChannels
private

Definition at line 77 of file G4PreCompoundFragmentVector.hh.

View newest version in sPHENIX GitHub at line 77 of file G4PreCompoundFragmentVector.hh

Referenced by CalculateProbabilities(), ChooseFragment(), and SetVector().


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