multi geometry

This commit is contained in:
Jan Kieseler
2023-09-20 23:45:56 +02:00
parent 181af0f356
commit 0289712866
2 changed files with 12 additions and 6 deletions
+4
View File
@@ -62,6 +62,10 @@ class ActionInitialization : public G4VUserActionInitialization
G4cout << "ActionInitialization: Setting particle species to " << partSpecies << G4endl;
}
void setDetectorConstruction(B4::DetectorConstruction* det){
fDetConstruction = det;
}
private:
B4::DetectorConstruction* fDetConstruction = nullptr;
mutable B4::PrimaryGeneratorAction * gen = nullptr;