Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -36,15 +36,13 @@
|
||||
|
||||
#include "G4UserTrackingAction.hh"
|
||||
|
||||
class WLSTrackingAction : public G4UserTrackingAction {
|
||||
|
||||
public:
|
||||
|
||||
WLSTrackingAction() { };
|
||||
virtual ~WLSTrackingAction() { };
|
||||
|
||||
virtual void PreUserTrackingAction(const G4Track*);
|
||||
class WLSTrackingAction : public G4UserTrackingAction
|
||||
{
|
||||
public:
|
||||
WLSTrackingAction(){};
|
||||
~WLSTrackingAction(){};
|
||||
|
||||
void PreUserTrackingAction(const G4Track*) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user