Skip to content

Commit 06165cc

Browse files
committed
Minor change in formatting
1 parent 551be04 commit 06165cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

gconfig/g4Config.C

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)