57 theUserEventAction = 0;
58 theUserStackingAction = 0;
59 theUserTrackingAction = 0;
60 theUserSteppingAction = 0;
62 theMatScannerEventAction = 0;
63 theMatScannerStackingAction = 0;
64 theMatScannerTrackingAction = 0;
65 theMatScannerSteppingAction = 0;
75 regionSensitive =
false;
76 regionName =
"notDefined";
83 delete theMatScannerSteppingAction;
93 G4cerr <<
"Illegal application state - Scan() ignored." <<
G4endl;
97 if(!theMatScannerSteppingAction)
101 RestoreUserActions();
104 void G4MaterialScanner::StoreUserActions()
125 void G4MaterialScanner::RestoreUserActions()
137 void G4MaterialScanner::DoScan()
164 for(
G4int iTheta=0;iTheta<nTheta;iTheta++)
172 G4cout <<
" Theta(deg) Phi(deg) Length(mm) x0 lambda0" <<
G4endl;
174 for(
G4int iPhi=0;iPhi<nPhi;iPhi++)
180 std::cos(theta)*std::sin(phi),
182 theRayShooter->
Shoot(anEvent,eyePosition,eyeDirection);
183 theMatScannerSteppingAction->
Initialize(regionSensitive,theRegion);
190 << std::setw(11) << theta/
deg <<
" "
191 << std::setw(11) << phi/
deg <<
" "
192 << std::setw(11) << length/
mm <<
" "
193 << std::setw(11) << x0 <<
" "
194 << std::setw(11) << lambda <<
G4endl;
195 aveLength += length/
mm;
202 G4cout <<
" ave. for theta = " << std::setw(11) << theta/
deg <<
" : "
203 << std::setw(11) << aveLength/nPhi <<
" "
204 << std::setw(11) << aveX0/nPhi <<
" "
205 << std::setw(11) << aveLambda/nPhi <<
G4endl;
224 G4cerr <<
"Region <" << val <<
"> not found. Command ignored." <<
G4endl;