Skip to content

Commit e2597ef

Browse files
committed
Please consider the following formatting changes
1 parent ba9d393 commit e2597ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Flow/Tasks/flowTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ struct FlowTask {
322322
std::unordered_map<int, TH2*> gHadronicRate;
323323
ctpRateFetcher mRateFetcher;
324324
TH2* gCurrentHadronicRate;
325-
RCTFlagsChecker rctChecker{ "CentralBarrelTracking" };
325+
RCTFlagsChecker rctChecker{"CentralBarrelTracking"};
326326

327327
// phi-EP correction
328328
std::vector<TF1*> funcEff;
@@ -758,7 +758,7 @@ struct FlowTask {
758758
LOGF(info, "DCAz pt-dependence function for Nch: %s", Form("%0.1f * %s", cfgTrackCuts->getData()[kDCAzNSigma][kTrCutNch], cfgFuncParas.cfgDCAzFunc->c_str()));
759759
}
760760
if (!cfgEvSelRCTflags.value.empty()) {
761-
rctChecker.init(cfgEvSelRCTflags.value.c_str(), true); //override initialzation
761+
rctChecker.init(cfgEvSelRCTflags.value.c_str(), true); // override initialzation
762762
}
763763
}
764764

0 commit comments

Comments
 (0)