Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -40,15 +40,15 @@ class EventAction;
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
class TrackingAction : public G4UserTrackingAction {
|
||||
|
||||
public:
|
||||
class TrackingAction : public G4UserTrackingAction
|
||||
{
|
||||
public:
|
||||
TrackingAction(EventAction*);
|
||||
~TrackingAction() override = default;
|
||||
|
||||
void PreUserTrackingAction(const G4Track*) override;
|
||||
~TrackingAction() override = default;
|
||||
|
||||
void PreUserTrackingAction(const G4Track*) override;
|
||||
void PostUserTrackingAction(const G4Track*) override;
|
||||
|
||||
|
||||
private:
|
||||
EventAction* fEventAction = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user