Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -131,6 +131,24 @@ enum G4MaterialConstPropertyIndex
kCOATEDTHICKNESS, // thickness of the thin layer in case of coated
kCOATEDFRUSTRATEDTRANSMISSION,// for incident angle superior to limit angle, use frustrated transmission (if true)
// or total reflection (if false)
kPROTONSCINTILLATIONTIMECONSTANT1, // these are per-particle time constants for
kPROTONSCINTILLATIONTIMECONSTANT2, // particle-dependent scintillation
kPROTONSCINTILLATIONTIMECONSTANT3, // "
kDEUTERONSCINTILLATIONTIMECONSTANT1, // "
kDEUTERONSCINTILLATIONTIMECONSTANT2, // "
kDEUTERONSCINTILLATIONTIMECONSTANT3, // "
kTRITONSCINTILLATIONTIMECONSTANT1, // "
kTRITONSCINTILLATIONTIMECONSTANT2, // "
kTRITONSCINTILLATIONTIMECONSTANT3, // "
kALPHASCINTILLATIONTIMECONSTANT1, // "
kALPHASCINTILLATIONTIMECONSTANT2, // "
kALPHASCINTILLATIONTIMECONSTANT3, // "
kIONSCINTILLATIONTIMECONSTANT1, // "
kIONSCINTILLATIONTIMECONSTANT2, // "
kIONSCINTILLATIONTIMECONSTANT3, // "
kELECTRONSCINTILLATIONTIMECONSTANT1, // "
kELECTRONSCINTILLATIONTIMECONSTANT2, // "
kELECTRONSCINTILLATIONTIMECONSTANT3, // "
kNumberOfConstPropertyIndex // the number of G4MaterialConstPropertyIndex
};