File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ void Config()
3636/// When more than one options are selected, they should be separated with '+'
3737/// character: eg. stepLimit+specialCuts.
3838
39- // Geant4 VMC 2.x
39+ // Geant4 VMC 2.x
4040 TG4RunConfiguration * runConfiguration
4141 = new TG4RunConfiguration ("geomRoot" , "QGSP_FTFP_BERT" , "stepLimiter+specialCuts+specialControls+stackPopper" );
4242
43- // Geant4 VMC 3.0
44- //Bool_t mtMode = true;
45- //TG4RunConfiguration* runConfiguration
46- // = new TG4RunConfiguration("geomRoot", "QGSP_FTFP_BERT", "stepLimiter+specialCuts",
47- // false, mtMode);
43+ // Geant4 VMC 3.0
44+ //Bool_t mtMode = true;
45+ //TG4RunConfiguration* runConfiguration
46+ // = new TG4RunConfiguration("geomRoot", "QGSP_FTFP_BERT", "stepLimiter+specialCuts",
47+ // false, mtMode);
4848
4949/// Create the G4 VMC
5050 TGeant4 * geant4 = new TGeant4 ("TGeant4" , "The Geant4 Monte Carlo" , runConfiguration );
You can’t perform that action at this time.
0 commit comments