Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AdjointCSMatrix.hh>
Public Member Functions | |
G4AdjointCSMatrix (G4bool aBool) | |
~G4AdjointCSMatrix () | |
void | Clear () |
void | AddData (G4double aPrimEnergy, G4double aCS, std::vector< double > *aLogSecondEnergyVector, std::vector< double > *aLogProbVector, size_t n_pro_decade=0) |
G4bool | GetData (unsigned int i, G4double &aPrimEnergy, G4double &aCS, G4double &log0, std::vector< double > *&aLogSecondEnergyVector, std::vector< double > *&aLogProbVector, std::vector< size_t > *&aLogProbVectorIndex) |
std::vector< double > * | GetLogPrimEnergyVector () |
std::vector< double > * | GetLogCrossSectionvector () |
G4double | GetDlog () |
G4bool | IsScatProjToProjCase () |
void | Write (G4String file_name) |
void | Read (G4String file_name) |
Definition at line 59 of file G4AdjointCSMatrix.hh.
G4AdjointCSMatrix::G4AdjointCSMatrix | ( | G4bool | aBool | ) |
Definition at line 37 of file G4AdjointCSMatrix.cc.
G4AdjointCSMatrix::~G4AdjointCSMatrix | ( | ) |
Definition at line 50 of file G4AdjointCSMatrix.cc.
void G4AdjointCSMatrix::AddData | ( | G4double | aPrimEnergy, |
G4double | aCS, | ||
std::vector< double > * | aLogSecondEnergyVector, | ||
std::vector< double > * | aLogProbVector, | ||
size_t | n_pro_decade = 0 |
||
) |
Definition at line 70 of file G4AdjointCSMatrix.cc.
void G4AdjointCSMatrix::Clear | ( | ) |
Definition at line 58 of file G4AdjointCSMatrix.cc.
G4bool G4AdjointCSMatrix::GetData | ( | unsigned int | i, |
G4double & | aPrimEnergy, | ||
G4double & | aCS, | ||
G4double & | log0, | ||
std::vector< double > *& | aLogSecondEnergyVector, | ||
std::vector< double > *& | aLogProbVector, | ||
std::vector< size_t > *& | aLogProbVectorIndex | ||
) |
Definition at line 108 of file G4AdjointCSMatrix.cc.
Referenced by G4VEmAdjointModel::SampleAdjSecEnergyFromCSMatrix().
|
inline |
Definition at line 81 of file G4AdjointCSMatrix.hh.
|
inline |
Definition at line 80 of file G4AdjointCSMatrix.hh.
|
inline |
Definition at line 79 of file G4AdjointCSMatrix.hh.
Referenced by G4VEmAdjointModel::SampleAdjSecEnergyFromCSMatrix().
|
inline |
Definition at line 82 of file G4AdjointCSMatrix.hh.
Referenced by G4VEmAdjointModel::SampleAdjSecEnergyFromCSMatrix().
void G4AdjointCSMatrix::Read | ( | G4String | file_name | ) |
Definition at line 161 of file G4AdjointCSMatrix.cc.
void G4AdjointCSMatrix::Write | ( | G4String | file_name | ) |
Definition at line 123 of file G4AdjointCSMatrix.cc.