34 #include "SteppingAction.hh" 36 #include "EventAction.hh" 37 #include "HistoManager.hh" 58 const G4StepPoint* endPoint = aStep->GetPostStepPoint();
59 const G4VProcess* process = endPoint->GetProcessDefinedStep();
60 Run* run =
static_cast<Run*
>(
66 G4double edepStep = aStep->GetTotalEnergyDeposit();
67 if (edepStep <= 0.)
return;
72 G4ThreeVector prePoint = aStep->GetPreStepPoint() ->GetPosition();
73 G4ThreeVector postPoint = aStep->GetPostStepPoint()->GetPosition();
77 analysisManager->FillH1(2, r, edepStep);
G4Run * GetNonConstCurrentRun() const
void AddEdep(G4double Edep)
void CountProcesses(G4String procName)
void UserSteppingAction(const G4Step *)
ExG4HbookAnalysisManager G4AnalysisManager
static G4RunManager * GetRunManager()
EventAction * fEventAction