Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -31,27 +31,26 @@
|
||||
#include "G4UserRunAction.hh"
|
||||
|
||||
#ifndef LXeRunAction_h
|
||||
#define LXeRunAction_h 1
|
||||
# define LXeRunAction_h 1
|
||||
|
||||
class LXeRun;
|
||||
class LXeHistoManager;
|
||||
|
||||
class G4Run;
|
||||
|
||||
class LXeRunAction : public G4UserRunAction
|
||||
{
|
||||
public:
|
||||
public:
|
||||
LXeRunAction();
|
||||
~LXeRunAction();
|
||||
|
||||
LXeRunAction();
|
||||
virtual ~LXeRunAction();
|
||||
G4Run* GenerateRun() override;
|
||||
void BeginOfRunAction(const G4Run*) override;
|
||||
void EndOfRunAction(const G4Run*) override;
|
||||
|
||||
virtual G4Run* GenerateRun();
|
||||
virtual void BeginOfRunAction(const G4Run*);
|
||||
virtual void EndOfRunAction(const G4Run*);
|
||||
|
||||
private:
|
||||
|
||||
LXeRun* fRun;
|
||||
LXeHistoManager* fHistoManager;
|
||||
private:
|
||||
LXeRun* fRun;
|
||||
LXeHistoManager* fHistoManager;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user