34 #define INCLXX_IN_GEANT4_MODE 1
38 #ifndef G4INCLConfig_hh
39 #define G4INCLConfig_hh 1
137 std::stringstream ss;
223 #ifdef INCL_DEEXCITATION_ABLAXX
224 std::string
const &getABLAv3pCxxDataFilePath()
const {
225 return ablav3pCxxDataFilePath;
229 #ifdef INCL_DEEXCITATION_ABLACXX
230 std::string
const &getABLAXXDataFilePath()
const {
231 return ablaxxDataFilePath;
235 #ifdef INCL_DEEXCITATION_ABLA07
236 std::string
const &getABLA07DataFilePath()
const {
237 return abla07DataFilePath;
240 #ifdef INCL_DEEXCITATION_GEMINIXX
241 std::string
const &getGEMINIXXDataFilePath()
const {
242 return geminixxDataFilePath;
266 std::string
const &getROOTSelectionString()
const {
267 return rootSelectionString;
271 #ifdef INCL_DEEXCITATION_FERMI_BREAKUP
272 G4int getMaxMassFermiBreakUp()
const {
273 return maxMassFermiBreakUp;
276 G4int getMaxChargeFermiBreakUp()
const {
277 return maxChargeFermiBreakUp;
363 G4bool getConciseROOTTree()
const {
return conciseROOTTree; }
422 #ifdef INCL_DEEXCITATION_ABLAXX
423 std::string ablav3pCxxDataFilePath;
425 #ifdef INCL_DEEXCITATION_ABLACXX
426 std::string ablaxxDataFilePath;
428 #ifdef INCL_DEEXCITATION_ABLA07
429 std::string abla07DataFilePath;
431 #ifdef INCL_DEEXCITATION_GEMINIXX
432 std::string geminixxDataFilePath;
460 std::string rootSelectionString;
463 #ifdef INCL_DEEXCITATION_FERMI_BREAKUP
464 G4int maxMassFermiBreakUp;
465 G4int maxChargeFermiBreakUp;
502 friend class ::ConfigParser;