Skip to content

Commit 50437c2

Browse files
alibuildsawenzel
authored andcommitted
Please consider the following formatting changes
1 parent 2137c44 commit 50437c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/SimConfig/include/SimConfig/SimParams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace conf
2323
// (mostly used in O2MCApplication stepping)
2424
struct SimCutParams : public o2::conf::ConfigurableParamHelper<SimCutParams> {
2525
bool stepFiltering = true; // if we activate the step filtering in O2BaseMCApplication
26-
std::string stepFilteringMacro = ""; // ROOT macro providing keepStep(); empty = built-in z/R cut
26+
std::string stepFilteringMacro = ""; // ROOT macro providing keepStep(); empty = built-in z/R cut
2727
bool stepTrackRefHook = false; // if we create track references during generic stepping
2828
std::string stepTrackRefHookFile = "${O2_ROOT}/share/Detectors/gconfig/StandardSteppingTrackRefHook.macro"; // the standard code holding the TrackRef callback
2929

0 commit comments

Comments
 (0)