Skip to content
Snippets Groups Projects
Commit 636580d5 authored by nnitika's avatar nnitika Committed by Marilena Bandieramonte
Browse files

modified for DeltChord

parent 98b1769e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment