77 G4cerr <<
"===== collected overlaps of run [" << aRun->
GetRunID() <<
"] "
82 std::vector<OlapInfo*>::iterator it =
theOlaps.begin();
86 G4cerr <<
"--[" << i <<
"]--------------------------" <<
G4endl;
87 G4cerr <<
"delta=" << ((*it)->v1 - (*it)->v2).mag() <<
G4endl;
108 if((*it)->hist1.GetDepth() >= 1)
109 volume = (*it)->hist1.GetVolume(1)->GetName();
110 else if((*it)->hist2.GetDepth() >= 1)
111 volume = (*it)->hist2.GetVolume(1)->GetName();
115 fname = logManager->
logPath + volume +
".log";
119 FILE <<
"===== collected overlaps of run [" << aRun->
GetRunID() <<
"] "
124 FILE <<
"--[" << i <<
"]--------------------------" <<
G4endl;
125 FILE <<
"delta=" << ((*it)->v1 - (*it)->v2).mag() <<
G4endl;
130 FILE <<
"-------------------------------------" <<
G4endl;
133 G4cerr <<
"Output has also been put into "<< fname <<
G4endl;
136 G4cerr <<
"-------------------------------------" <<
G4endl;