Import Geant4 11.2.0.beta source tree
This commit is contained in:
+7
-7
@@ -38,15 +38,15 @@ class ExGflashDetectorConstruction;
|
||||
|
||||
class ExGflashActionInitialization : public G4VUserActionInitialization
|
||||
{
|
||||
public:
|
||||
ExGflashActionInitialization(ExGflashDetectorConstruction* det);
|
||||
~ExGflashActionInitialization() override;
|
||||
public:
|
||||
ExGflashActionInitialization(ExGflashDetectorConstruction* det);
|
||||
~ExGflashActionInitialization() override;
|
||||
|
||||
void BuildForMaster() const override;
|
||||
void Build() const override;
|
||||
void BuildForMaster() const override;
|
||||
void Build() const override;
|
||||
|
||||
private:
|
||||
ExGflashDetectorConstruction* fDetector;
|
||||
private:
|
||||
ExGflashDetectorConstruction* fDetector;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user