Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
class LXeTrackingAction : public G4UserTrackingAction
|
||||
{
|
||||
public:
|
||||
LXeTrackingAction();
|
||||
~LXeTrackingAction(){};
|
||||
LXeTrackingAction() = default;
|
||||
~LXeTrackingAction() = default;
|
||||
|
||||
void PreUserTrackingAction(const G4Track*) override;
|
||||
void PostUserTrackingAction(const G4Track*) override;
|
||||
|
||||
Reference in New Issue
Block a user