move detector parameters to header

This commit is contained in:
2021-01-15 12:48:37 -06:00
parent 4c6a00e681
commit 64e5709311
2 changed files with 48 additions and 22 deletions

View File

@@ -22,6 +22,32 @@ class DetectorConstruction : public G4VUserDetectorConstruction
protected:
// void DefineMaterials();
G4bool fCheckOverlaps;
G4double scSizeX;
G4double scSizeY;
G4double scSizeZ;
G4double scGapX;
G4double scGapZ;
G4int nScBar;
G4int nLayerTop;
G4int nLayerBottom;
G4double layerGapZ;
G4double topBotGap;
G4double layerSizeX;
G4double layerSizeY;
G4double layerSizeZ;
G4double concreteX;
G4double concreteY;
G4double concreteZ;
G4double targetX;
G4double targetY;
G4double targetZ;
G4double worldSizeX;
G4double worldSizeY;
G4double worldSizeZ;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......