128 G4String fileIn = randomNumberStatusDir +
"currentEvent.rndm";
130 std::ostringstream os;
135 G4String fileOut = randomNumberStatusDir + subDir + os.str();
137 G4String copCmd =
"/control/shell cp "+fileIn+
" "+fileOut;
161 thePrePVname = thePrePV->
GetName();
162 thePostPVname = thePostPV->
GetName();
185 G4int MAXofPostStepLoops =
190 for (
G4int i=0; i<MAXofPostStepLoops; i++) {
191 G4VProcess* fCurrentProcess = (*fPostStepDoItVector)[i];
212 fInitGamma / std::sqrt(px*px + py*py) / std::sqrt(x*x + y*y);
235 isFiber = thePostPVname ==
"WLSFiber"
236 || thePostPVname ==
"Clad1"
237 || thePostPVname ==
"Clad2";
322 if ( thePostPVname ==
"Mirror" )
331 if ( thePostPVname ==
"PhotonDet" ) {