Skip to content

Commit eee167d

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-11017
Please consider the following formatting changes to AliceO2Group#11017
2 parents e0ccbf7 + 3619328 commit eee167d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct NeutronProtonCorrZdc {
4040
// Histogram registry: an object to hold your histograms
4141
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
4242

43-
Configurable<float> cfgZVertexCut{"cfgZVertexCut", 10.,"Cut on Z vertex position"};
43+
Configurable<float> cfgZVertexCut{"cfgZVertexCut", 10., "Cut on Z vertex position"};
4444
Configurable<bool> cfgNoSameBunchPileupCut{"cfgNoSameBunchPileupCut", true, "kNoSameBunchPileUp Cut"};
4545
Configurable<bool> cfgIsGoodZvtxFT0vsPV{"cfgIsGoodZvtxFT0vsPV", true, "kIsGoodZvtxFT0vsPV Cut"};
4646
Configurable<bool> cfgNoCollInTimeRangeStandard{"cfgNoCollInTimeRangeStandard", true, "kNoCollInTimeRangeStandard Cut"};

0 commit comments

Comments
 (0)