Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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 | ) |
Definition at line 82 of file G4GIDI_target.cc.
G4GIDI_target::~G4GIDI_target | ( | ) |
Definition at line 150 of file G4GIDI_target.cc.
int G4GIDI_target::getA | ( | void | ) |
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 | ||
) |
Definition at line 369 of file G4GIDI_target.cc.
Referenced by G4LENDCapture::ApplyYourself().
vector< channelID > * G4GIDI_target::getChannelIDs | ( | void | ) |
Definition at line 244 of file G4GIDI_target.cc.
vector< channelID > * G4GIDI_target::getChannelIDs2 | ( | GIDI::tpia_channel ** | channels, |
int | n | ||
) |
Definition at line 258 of file G4GIDI_target.cc.
Referenced by getChannelIDs(), and getProductionChannelIDs().
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.
Referenced by G4LENDElastic::ApplyYourself(), and G4LENDModel::ApplyYourself().
vector< double > * G4GIDI_target::getEnergyGridAtTIndex | ( | int | index | ) |
Definition at line 270 of file G4GIDI_target.cc.
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 | ||
) |
Definition at line 390 of file G4GIDI_target.cc.
Referenced by getCaptureFinalState(), getFissionFinalState(), and getOthersFinalState().
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 376 of file G4GIDI_target.cc.
Referenced by G4LENDFission::ApplyYourself().
int G4GIDI_target::getM | ( | void | ) |
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.
int G4GIDI_target::getNumberOfChannels | ( | void | ) |
Definition at line 230 of file G4GIDI_target.cc.
int G4GIDI_target::getNumberOfProductionChannels | ( | void | ) |
Definition at line 237 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 | ||
) |
Definition at line 383 of file G4GIDI_target.cc.
Referenced by G4LENDInelastic::ApplyYourself().
vector< channelID > * G4GIDI_target::getProductionChannelIDs | ( | void | ) |
Definition at line 251 of file G4GIDI_target.cc.
int G4GIDI_target::getTemperatures | ( | double * | temperatures | ) |
Definition at line 195 of file G4GIDI_target.cc.
double G4GIDI_target::getTotalCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 286 of file G4GIDI_target.cc.
int G4GIDI_target::getZ | ( | void | ) |
Definition at line 167 of file G4GIDI_target.cc.
void G4GIDI_target::init | ( | const char * | fileName | ) |
Definition at line 89 of file G4GIDI_target.cc.
Referenced by G4GIDI_target().
int G4GIDI_target::readTemperature | ( | int | index | ) |
Definition at line 202 of file G4GIDI_target.cc.
int G4GIDI_target::sampleChannelCrossSectionAtE | ( | int | nIndices, |
int * | indices, | ||
double | e_in, | ||
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 333 of file G4GIDI_target.cc.
Referenced by getFinalState().
int G4GIDI_target::setEqualProbableBinSampleMethod | ( | std::string | method | ) |
Definition at line 216 of file G4GIDI_target.cc.
double G4GIDI_target::sumChannelCrossSectionAtE | ( | int | nIndices, |
int * | indices, | ||
double | e_in, | ||
double | temperature | ||
) |
Definition at line 321 of file G4GIDI_target.cc.
Referenced by getCaptureCrossSectionAtE(), getElasticCrossSectionAtE(), getFissionCrossSectionAtE(), getOthersCrossSectionAtE(), and sampleChannelCrossSectionAtE().
int * G4GIDI_target::captureIndices |
Definition at line 94 of file G4GIDI_target.hh.
Referenced by getCaptureCrossSectionAtE(), getCaptureFinalState(), and init().
int* G4GIDI_target::elasticIndices |
Definition at line 94 of file G4GIDI_target.hh.
Referenced by getElasticCrossSectionAtE(), getElasticFinalState(), init(), and ~G4GIDI_target().
std::string G4GIDI_target::equalProbableBinSampleMethod |
Definition at line 92 of file G4GIDI_target.hh.
Referenced by getEqualProbableBinSampleMethod(), init(), and setEqualProbableBinSampleMethod().
int * G4GIDI_target::fissionIndices |
Definition at line 94 of file G4GIDI_target.hh.
Referenced by getFissionCrossSectionAtE(), getFissionFinalState(), and init().
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.
Referenced by getCaptureCrossSectionAtE(), getCaptureFinalState(), and init().
int G4GIDI_target::nElasticIndices |
Definition at line 93 of file G4GIDI_target.hh.
Referenced by getElasticCrossSectionAtE(), and init().
int G4GIDI_target::nFissionIndices |
Definition at line 93 of file G4GIDI_target.hh.
Referenced by getFissionCrossSectionAtE(), getFissionFinalState(), and init().
int G4GIDI_target::nOthersIndices |
Definition at line 93 of file G4GIDI_target.hh.
Referenced by getOthersCrossSectionAtE(), getOthersFinalState(), and init().
int * G4GIDI_target::othersIndices |
Definition at line 94 of file G4GIDI_target.hh.
Referenced by getOthersCrossSectionAtE(), getOthersFinalState(), and init().
GIDI::statusMessageReporting G4GIDI_target::smr |
Definition at line 97 of file G4GIDI_target.hh.
Referenced by getChannelIDs(), getElasticFinalState(), getEnergyGridAtTIndex(), getFinalState(), getNumberOfChannels(), getNumberOfProductionChannels(), getProductionChannelIDs(), getTemperatures(), init(), readTemperature(), sampleChannelCrossSectionAtE(), sumChannelCrossSectionAtE(), and ~G4GIDI_target().
std::string G4GIDI_target::sourceFilename |
Definition at line 99 of file G4GIDI_target.hh.
Referenced by getFilename(), and init().
GIDI::tpia_target* G4GIDI_target::target |
Definition at line 101 of file G4GIDI_target.hh.
Referenced by getA(), getChannelIDs(), getElasticFinalState(), getEnergyGridAtTIndex(), getFinalState(), getM(), getNumberOfChannels(), getNumberOfProductionChannels(), getProductionChannelIDs(), getTemperatures(), getTotalCrossSectionAtE(), getZ(), init(), readTemperature(), sampleChannelCrossSectionAtE(), sumChannelCrossSectionAtE(), and ~G4GIDI_target().