Geant4
9.6.p02
|
#include <G4GIDI_target.hh>
Public Member Functions | |
void | init (const char *fileName) |
G4GIDI_target (const char *fileName) | |
G4GIDI_target (std::string &fileName) | |
~G4GIDI_target () | |
std::string * | getName (void) |
std::string * | getFilename (void) |
int | getZ (void) |
int | getA (void) |
int | getM (void) |
double | getMass (void) |
int | getTemperatures (double *temperatures) |
int | readTemperature (int index) |
std::string | getEqualProbableBinSampleMethod (void) |
int | setEqualProbableBinSampleMethod (std::string method) |
int | getNumberOfChannels (void) |
int | getNumberOfProductionChannels (void) |
std::vector< channelID > * | getChannelIDs (void) |
std::vector< channelID > * | getProductionChannelIDs (void) |
std::vector< channelID > * | getChannelIDs2 (GIDI::tpia_channel **channels, int n) |
std::vector< double > * | getEnergyGridAtTIndex (int index) |
double | getTotalCrossSectionAtE (double e_in, double temperature) |
double | getElasticCrossSectionAtE (double e_in, double temperature) |
double | getCaptureCrossSectionAtE (double e_in, double temperature) |
double | getFissionCrossSectionAtE (double e_in, double temperature) |
double | getOthersCrossSectionAtE (double e_in, double temperature) |
double | sumChannelCrossSectionAtE (int nIndices, int *indices, double e_in, double temperature) |
int | sampleChannelCrossSectionAtE (int nIndices, int *indices, double e_in, double temperature, double(*rng)(void *), void *rngState) |
double | getElasticFinalState (double e_in, double temperature, double(*rng)(void *), void *rngState) |
std::vector< G4GIDI_Product > * | getCaptureFinalState (double e_in, double temperature, double(*rng)(void *), void *rngState) |
std::vector< G4GIDI_Product > * | getFissionFinalState (double e_in, double temperature, double(*rng)(void *), void *rngState) |
std::vector< G4GIDI_Product > * | getOthersFinalState (double e_in, double temperature, double(*rng)(void *), void *rngState) |
std::vector< G4GIDI_Product > * | getFinalState (int nIndices, int *indices, double e_in, double temperature, double(*rng)(void *), void *rngState) |
Public Attributes | |
std::string | equalProbableBinSampleMethod |
int | nElasticIndices |
int | nCaptureIndices |
int | nFissionIndices |
int | nOthersIndices |
int * | elasticIndices |
int * | captureIndices |
int * | fissionIndices |
int * | othersIndices |
GIDI::statusMessageReporting | smr |
std::string | name |
std::string | sourceFilename |
double | mass |
GIDI::tpia_target * | target |
Definition at line 88 of file G4GIDI_target.hh.
G4GIDI_target::G4GIDI_target | ( | const char * | fileName) |
Definition at line 75 of file G4GIDI_target.cc.
G4GIDI_target::G4GIDI_target | ( | std::string & | fileName) |
G4GIDI_target::~G4GIDI_target | ( | ) |
Definition at line 174 of file G4GIDI_target.cc.
double G4GIDI_target::getCaptureCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 300 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getCaptureFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
vector< channelID > * G4GIDI_target::getChannelIDs2 | ( | GIDI::tpia_channel ** | channels, |
int | n | ||
) |
Definition at line 258 of file G4GIDI_target.cc.
double G4GIDI_target::getElasticCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 293 of file G4GIDI_target.cc.
double G4GIDI_target::getElasticFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 349 of file G4GIDI_target.cc.
vector< double > * G4GIDI_target::getEnergyGridAtTIndex | ( | int | index) |
string G4GIDI_target::getEqualProbableBinSampleMethod | ( | void | ) |
Definition at line 209 of file G4GIDI_target.cc.
string * G4GIDI_target::getFilename | ( | void | ) |
Definition at line 163 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getFinalState | ( | int | nIndices, |
int * | indices, | ||
double | e_in, | ||
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
double G4GIDI_target::getFissionCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 307 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getFissionFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 181 of file G4GIDI_target.cc.
double G4GIDI_target::getMass | ( | void | ) |
Definition at line 188 of file G4GIDI_target.cc.
string * G4GIDI_target::getName | ( | void | ) |
Definition at line 159 of file G4GIDI_target.cc.
double G4GIDI_target::getOthersCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 314 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getOthersFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
int G4GIDI_target::getTemperatures | ( | double * | temperatures) |
double G4GIDI_target::getTotalCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 167 of file G4GIDI_target.cc.
int G4GIDI_target::setEqualProbableBinSampleMethod | ( | std::string | method) |
Definition at line 216 of file G4GIDI_target.cc.
int * G4GIDI_target::captureIndices |
Definition at line 94 of file G4GIDI_target.hh.
int* G4GIDI_target::elasticIndices |
Definition at line 94 of file G4GIDI_target.hh.
std::string G4GIDI_target::equalProbableBinSampleMethod |
Definition at line 92 of file G4GIDI_target.hh.
int * G4GIDI_target::fissionIndices |
Definition at line 94 of file G4GIDI_target.hh.
double G4GIDI_target::mass |
Definition at line 100 of file G4GIDI_target.hh.
std::string G4GIDI_target::name |
Definition at line 98 of file G4GIDI_target.hh.
int G4GIDI_target::nCaptureIndices |
Definition at line 93 of file G4GIDI_target.hh.
int G4GIDI_target::nElasticIndices |
Definition at line 93 of file G4GIDI_target.hh.
int G4GIDI_target::nFissionIndices |
Definition at line 93 of file G4GIDI_target.hh.
int G4GIDI_target::nOthersIndices |
Definition at line 93 of file G4GIDI_target.hh.
int * G4GIDI_target::othersIndices |
Definition at line 94 of file G4GIDI_target.hh.
GIDI::statusMessageReporting G4GIDI_target::smr |
Definition at line 97 of file G4GIDI_target.hh.
std::string G4GIDI_target::sourceFilename |
Definition at line 99 of file G4GIDI_target.hh.
GIDI::tpia_target* G4GIDI_target::target |
Definition at line 101 of file G4GIDI_target.hh.