Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
+6
-7
@@ -38,16 +38,15 @@ class ExGflashDetectorConstruction;
|
||||
|
||||
class ExGflashActionInitialization : public G4VUserActionInitialization
|
||||
{
|
||||
public:
|
||||
ExGflashActionInitialization(ExGflashDetectorConstruction* det);
|
||||
virtual ~ExGflashActionInitialization();
|
||||
public:
|
||||
ExGflashActionInitialization(ExGflashDetectorConstruction* det);
|
||||
~ExGflashActionInitialization() override;
|
||||
|
||||
virtual void BuildForMaster() const;
|
||||
virtual void Build() const;
|
||||
private:
|
||||
void BuildForMaster() const override;
|
||||
void Build() const override;
|
||||
|
||||
private:
|
||||
ExGflashDetectorConstruction* fDetector;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user