Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -34,26 +34,21 @@
|
||||
#ifndef WLSStackingAction_h
|
||||
#define WLSStackingAction_h 1
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4Types.hh"
|
||||
#include "G4UserStackingAction.hh"
|
||||
|
||||
class WLSStackingAction : public G4UserStackingAction
|
||||
{
|
||||
public:
|
||||
public:
|
||||
WLSStackingAction();
|
||||
~WLSStackingAction();
|
||||
|
||||
WLSStackingAction();
|
||||
virtual ~WLSStackingAction();
|
||||
|
||||
public:
|
||||
|
||||
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* );
|
||||
virtual void NewStage();
|
||||
virtual void PrepareNewEvent();
|
||||
|
||||
private:
|
||||
|
||||
G4int fPhotonCounter;
|
||||
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*) override;
|
||||
void NewStage() override;
|
||||
void PrepareNewEvent() override;
|
||||
|
||||
private:
|
||||
G4int fPhotonCounter;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user