checks
This commit is contained in:
@@ -61,9 +61,9 @@ class ActionInitialization : public G4VUserActionInitialization
|
||||
|
||||
private:
|
||||
B4::DetectorConstruction* fDetConstruction = nullptr;
|
||||
G4double minEnergy;
|
||||
G4double maxEnergy;
|
||||
G4String partSpecies;
|
||||
G4double minEnergy=1000;
|
||||
G4double maxEnergy=1000;
|
||||
G4String partSpecies="e-";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user