Geant4 11.1.1
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 const &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) |
channelID | getChannelsID (int channelIndex) |
std::vector< channelID > * | getChannelIDs (void) |
std::vector< channelID > * | getProductionChannelIDs (void) |
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) |
double | getReactionsThreshold (int index) |
double | getReactionsDomain (int index, double *EMin, double *EMax) |
Public Attributes | |
std::string | equalProbableBinSampleMethod |
int | nElasticIndices |
int | nCaptureIndices |
int | nFissionIndices |
int | nOthersIndices |
int * | elasticIndices |
int * | captureIndices |
int * | fissionIndices |
int * | othersIndices |
GIDI::statusMessageReporting | smr |
int | projectilesPOPID |
std::string | name |
std::string | sourceFilename |
double | mass |
GIDI::MCGIDI_target * | target |
Definition at line 58 of file G4GIDI_target.hh.
G4GIDI_target::G4GIDI_target | ( | const char * | fileName | ) |
Definition at line 44 of file G4GIDI_target.cc.
G4GIDI_target::G4GIDI_target | ( | std::string const & | fileName | ) |
Definition at line 51 of file G4GIDI_target.cc.
G4GIDI_target::~G4GIDI_target | ( | ) |
Definition at line 134 of file G4GIDI_target.cc.
int G4GIDI_target::getA | ( | void | ) |
Definition at line 158 of file G4GIDI_target.cc.
double G4GIDI_target::getCaptureCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 284 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getCaptureFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 371 of file G4GIDI_target.cc.
Referenced by G4LENDCapture::ApplyYourself().
vector< channelID > * G4GIDI_target::getChannelIDs | ( | void | ) |
Definition at line 241 of file G4GIDI_target.cc.
channelID G4GIDI_target::getChannelsID | ( | int | channelIndex | ) |
Definition at line 228 of file G4GIDI_target.cc.
double G4GIDI_target::getElasticCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 277 of file G4GIDI_target.cc.
double G4GIDI_target::getElasticFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 342 of file G4GIDI_target.cc.
Referenced by G4LENDElastic::ApplyYourself(), and G4LENDModel::ApplyYourself().
std::vector< double > * G4GIDI_target::getEnergyGridAtTIndex | ( | int | index | ) |
string G4GIDI_target::getEqualProbableBinSampleMethod | ( | void | ) |
Definition at line 193 of file G4GIDI_target.cc.
string * G4GIDI_target::getFilename | ( | void | ) |
Definition at line 147 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 392 of file G4GIDI_target.cc.
Referenced by getCaptureFinalState(), getFissionFinalState(), and getOthersFinalState().
double G4GIDI_target::getFissionCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 291 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getFissionFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 378 of file G4GIDI_target.cc.
Referenced by G4LENDFission::ApplyYourself().
int G4GIDI_target::getM | ( | void | ) |
Definition at line 165 of file G4GIDI_target.cc.
double G4GIDI_target::getMass | ( | void | ) |
Definition at line 172 of file G4GIDI_target.cc.
string * G4GIDI_target::getName | ( | void | ) |
Definition at line 143 of file G4GIDI_target.cc.
int G4GIDI_target::getNumberOfChannels | ( | void | ) |
Definition at line 214 of file G4GIDI_target.cc.
int G4GIDI_target::getNumberOfProductionChannels | ( | void | ) |
Definition at line 221 of file G4GIDI_target.cc.
double G4GIDI_target::getOthersCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 298 of file G4GIDI_target.cc.
vector< G4GIDI_Product > * G4GIDI_target::getOthersFinalState | ( | double | e_in, |
double | temperature, | ||
double(*)(void *) | rng, | ||
void * | rngState | ||
) |
Definition at line 385 of file G4GIDI_target.cc.
Referenced by G4LENDInelastic::ApplyYourself().
vector< channelID > * G4GIDI_target::getProductionChannelIDs | ( | void | ) |
Definition at line 257 of file G4GIDI_target.cc.
double G4GIDI_target::getReactionsDomain | ( | int | index, |
double * | EMin, | ||
double * | EMax | ||
) |
Definition at line 461 of file G4GIDI_target.cc.
double G4GIDI_target::getReactionsThreshold | ( | int | index | ) |
Definition at line 454 of file G4GIDI_target.cc.
int G4GIDI_target::getTemperatures | ( | double * | temperatures | ) |
Definition at line 179 of file G4GIDI_target.cc.
double G4GIDI_target::getTotalCrossSectionAtE | ( | double | e_in, |
double | temperature | ||
) |
Definition at line 264 of file G4GIDI_target.cc.
int G4GIDI_target::getZ | ( | void | ) |
Definition at line 151 of file G4GIDI_target.cc.
void G4GIDI_target::init | ( | const char * | fileName | ) |
Definition at line 58 of file G4GIDI_target.cc.
Referenced by G4GIDI_target().
int G4GIDI_target::readTemperature | ( | int | index | ) |
Definition at line 186 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 322 of file G4GIDI_target.cc.
Referenced by getFinalState().
int G4GIDI_target::setEqualProbableBinSampleMethod | ( | std::string | method | ) |
Definition at line 200 of file G4GIDI_target.cc.
double G4GIDI_target::sumChannelCrossSectionAtE | ( | int | nIndices, |
int * | indices, | ||
double | e_in, | ||
double | temperature | ||
) |
Definition at line 305 of file G4GIDI_target.cc.
Referenced by getCaptureCrossSectionAtE(), getElasticCrossSectionAtE(), getFissionCrossSectionAtE(), getOthersCrossSectionAtE(), and sampleChannelCrossSectionAtE().
int * G4GIDI_target::captureIndices |
Definition at line 64 of file G4GIDI_target.hh.
Referenced by getCaptureCrossSectionAtE(), getCaptureFinalState(), and init().
int* G4GIDI_target::elasticIndices |
Definition at line 64 of file G4GIDI_target.hh.
Referenced by getElasticCrossSectionAtE(), getElasticFinalState(), init(), and ~G4GIDI_target().
std::string G4GIDI_target::equalProbableBinSampleMethod |
Definition at line 62 of file G4GIDI_target.hh.
Referenced by getEqualProbableBinSampleMethod(), init(), and setEqualProbableBinSampleMethod().
int * G4GIDI_target::fissionIndices |
Definition at line 64 of file G4GIDI_target.hh.
Referenced by getFissionCrossSectionAtE(), getFissionFinalState(), and init().
double G4GIDI_target::mass |
Definition at line 71 of file G4GIDI_target.hh.
std::string G4GIDI_target::name |
Definition at line 69 of file G4GIDI_target.hh.
int G4GIDI_target::nCaptureIndices |
Definition at line 63 of file G4GIDI_target.hh.
Referenced by getCaptureCrossSectionAtE(), getCaptureFinalState(), and init().
int G4GIDI_target::nElasticIndices |
Definition at line 63 of file G4GIDI_target.hh.
Referenced by getElasticCrossSectionAtE(), and init().
int G4GIDI_target::nFissionIndices |
Definition at line 63 of file G4GIDI_target.hh.
Referenced by getFissionCrossSectionAtE(), getFissionFinalState(), and init().
int G4GIDI_target::nOthersIndices |
Definition at line 63 of file G4GIDI_target.hh.
Referenced by getOthersCrossSectionAtE(), getOthersFinalState(), and init().
int * G4GIDI_target::othersIndices |
Definition at line 64 of file G4GIDI_target.hh.
Referenced by getOthersCrossSectionAtE(), getOthersFinalState(), and init().
int G4GIDI_target::projectilesPOPID |
Definition at line 68 of file G4GIDI_target.hh.
Referenced by getElasticFinalState(), getFinalState(), getTotalCrossSectionAtE(), init(), sampleChannelCrossSectionAtE(), and sumChannelCrossSectionAtE().
GIDI::statusMessageReporting G4GIDI_target::smr |
Definition at line 67 of file G4GIDI_target.hh.
Referenced by getChannelIDs(), getChannelsID(), getElasticFinalState(), getFinalState(), getNumberOfChannels(), getNumberOfProductionChannels(), getReactionsDomain(), getReactionsThreshold(), getTemperatures(), init(), readTemperature(), sampleChannelCrossSectionAtE(), sumChannelCrossSectionAtE(), and ~G4GIDI_target().
std::string G4GIDI_target::sourceFilename |
Definition at line 70 of file G4GIDI_target.hh.
Referenced by getFilename(), and init().
GIDI::MCGIDI_target* G4GIDI_target::target |
Definition at line 72 of file G4GIDI_target.hh.
Referenced by getA(), getChannelIDs(), getChannelsID(), getElasticFinalState(), getFinalState(), getM(), getNumberOfChannels(), getNumberOfProductionChannels(), getReactionsDomain(), getReactionsThreshold(), getTemperatures(), getTotalCrossSectionAtE(), getZ(), init(), readTemperature(), sampleChannelCrossSectionAtE(), sumChannelCrossSectionAtE(), and ~G4GIDI_target().