#include <G4AdjointCSMatrix.hh>
|
| 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 60 of file G4AdjointCSMatrix.hh.
G4AdjointCSMatrix::G4AdjointCSMatrix |
( |
G4bool |
aBool | ) |
|
G4AdjointCSMatrix::~G4AdjointCSMatrix |
( |
| ) |
|
void G4AdjointCSMatrix::AddData |
( |
G4double |
aPrimEnergy, |
|
|
G4double |
aCS, |
|
|
std::vector< double > * |
aLogSecondEnergyVector, |
|
|
std::vector< double > * |
aLogProbVector, |
|
|
size_t |
n_pro_decade = 0 |
|
) |
| |
void G4AdjointCSMatrix::Clear |
( |
| ) |
|
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 |
|
) |
| |
std::vector< double>* G4AdjointCSMatrix::GetLogCrossSectionvector |
( |
| ) |
|
|
inline |
std::vector< double>* G4AdjointCSMatrix::GetLogPrimEnergyVector |
( |
| ) |
|
|
inline |
G4bool G4AdjointCSMatrix::IsScatProjToProjCase |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: