#include <B4aSteppingAction.hh>
Public 멤버 함수 | |
B4aSteppingAction (const B4DetectorConstruction *detectorConstruction, B4aEventAction *eventAction) | |
virtual | ~B4aSteppingAction () |
virtual void | UserSteppingAction (const G4Step *step) |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Protected 속성 | |
G4SteppingManager * | fpSteppingManager |
Private 속성 | |
const B4DetectorConstruction * | fDetConstruction |
B4aEventAction * | fEventAction |
Stepping action class.
In UserSteppingAction() there are collected the energy deposit and track lengths of charged particles in Absober and Gap layers and updated in B4aEventAction.
B4aSteppingAction.hh 파일의 45 번째 라인에서 정의되었습니다.
B4aSteppingAction::B4aSteppingAction | ( | const B4DetectorConstruction * | detectorConstruction, |
B4aEventAction * | eventAction | ||
) |
B4aSteppingAction.cc 파일의 40 번째 라인에서 정의되었습니다.
|
virtual |
B4aSteppingAction.cc 파일의 50 번째 라인에서 정의되었습니다.
|
virtualinherited |
G4MultiSteppingAction에서 재구현되었습니다.
다음에 의해서 참조됨 : G4TrackingManager::SetUserAction().
G4UserSteppingAction(으)로부터 재구현되었습니다.
B4aSteppingAction.cc 파일의 55 번째 라인에서 정의되었습니다.
다음을 참조함 : B4aEventAction::AddAbs(), B4aEventAction::AddGap(), edep, fDetConstruction, fEventAction, B4DetectorConstruction::GetAbsorberPV(), G4Track::GetDefinition(), B4DetectorConstruction::GetGapPV(), G4ParticleDefinition::GetPDGCharge(), G4Step::GetPreStepPoint(), G4Step::GetStepLength(), G4Step::GetTotalEnergyDeposit(), G4StepPoint::GetTouchableHandle(), G4Step::GetTrack(), G4VTouchable::GetVolume(), stepLength.
|
private |
B4aSteppingAction.hh 파일의 55 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UserSteppingAction().
|
private |
B4aSteppingAction.hh 파일의 56 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : UserSteppingAction().
|
protectedinherited |