34 #include "SteppingAction.hh"
35 #include "DetectorConstruction.hh"
36 #include "RunAction.hh"
37 #include "EventAction.hh"
38 #include "TrackingAction.hh"
39 #include "HistoManager.hh"
50 :fDetector(det), fRunAction(RuAct), fEventAction(EvAct), fTrackAction(TrAct),
51 fHistoManager(histo), fWall(0), fCavity(0)
87 if (volume == fCavity) {
100 if (volume == fWall) {fRunAction->
StepInWall (steplen);
id = 9;}
112 if (volume == fWall)
return;
130 fHistoManager->
FillHisto(6,std::acos(-fDirectionIn*normal));
131 fHistoManager->
FillHisto(7,std::acos(-directionOut*normal));
138 fTrackSegm += steplen;