45 for(
size_t ii = 1; ii < wl.size(); ii++ )
63 if( (rc.size() != 3) && (rc.size() != 4) )
65 G4cerr <<
"ERROR - ExTGRCRegionData::SetCutsData()" <<
G4endl
66 <<
" Must have 3 or 4 arguments : "
67 <<
"REGION_NAME, gamma_CUT, e-_CUT (e+_CUT)." <<
G4endl
68 <<
" It has only " << rc.size() <<
" !" <<
G4endl;
void SetCutsData(const std::vector< G4String > &cu)
std::vector< G4String > fLVNames
static G4double GetDouble(const G4String &str, G4double unitval=1.)
G4GLOB_DLL std::ostream G4cerr
ExTGRCRegionData(const std::vector< G4String > &rd)
static G4String ConvertToString(G4bool boolVal)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition of the ExTGRCRegionData class.