45 for(
size_t ii = 1; ii < wl.size(); ii++ )
47 fLVNames.push_back( wl[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;
78 G4String(
"Cuts are already set for region " + fRegionName).c_str() );
85 fPositronCut = fElectronCut;
void SetCutsData(const std::vector< G4String > &cu)
ExTGRCRegionData(const std::vector< G4String > &rd)
static G4String ConvertToString(G4bool boolVal)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
Definition of the ExTGRCRegionData class.
G4GLOB_DLL std::ostream G4cerr