From 636580d52fb7bdc431ef824f743d28fad616fee9 Mon Sep 17 00:00:00 2001 From: nnitika <nnitika@cern.ch> Date: Thu, 20 Jul 2023 19:27:21 +0200 Subject: [PATCH] modified for DeltChord --- FullSimLight/include/FSLDetectorConstruction.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FullSimLight/include/FSLDetectorConstruction.hh b/FullSimLight/include/FSLDetectorConstruction.hh index e4e40d261..6456f7617 100644 --- a/FullSimLight/include/FSLDetectorConstruction.hh +++ b/FullSimLight/include/FSLDetectorConstruction.hh @@ -99,7 +99,9 @@ public: void SetTolerance (const G4double tolerance){fTolerance=tolerance;} void SetOutputGDMLFileName(const G4String &outputGDMLFileName) { fOutputGDMLFileName = outputGDMLFileName; } void SetDumpGDML(const bool dumpGDML) {fDumpGDML=dumpGDML;} - void SetDeltaChord(const G4double DeltaChord) {fDeltaChord=DeltaChord;} //////////added + void SetDeltaChord(const G4double &parDeltaChord) {fDeltaChord=parDeltaChord;} //////////added + /////////Changes/////////// + //void SetDeltaChord(const std::string DeltaChord); /// Common method to construct a driver with a stepper of requested type. G4VIntegrationDriver* createDriverAndStepper(std::string stepperType) const; -- GitLab