67 if (&right==
this)
return *
this;
80 return (
this == &right);
86 return (
this != &right);
92 static const G4String gamma (
"gamma");
98 if ( name == gamma ) { index = 0; }
99 else if ( name == electron ) { index = 1; }
100 else if ( name == positron ) { index = 2; }
101 else if ( name == proton ) { index = 3; }
130 G4int vSize = cut.size();
134 G4cerr <<
"G4ProductionCuts::SetProductionCuts ";
135 G4cerr <<
" The size of given cut value vector [=" << vSize <<
"] "
136 <<
" is not consitent with number of CutIndex [="
140 G4Exception(
"G4ProductionCuts::SetProductionCuts ",
145 for(
G4int i = 0; (i<vSize ); i++) {