Skip to content

Commit d920ef3

Browse files
authored
Merge pull request AliceO2Group#4 from alibuild/alibot-cleanup-6819
Please consider the following formatting changes to AliceO2Group#6819
2 parents 9afaa9d + 9bb78d5 commit d920ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
38013801
cut->AddCut(VarManager::kTPCncls, 60, 161);
38023802
return cut;
38033803
}
3804-
3804+
38053805
if (!nameStr.compare("pionQualityCut1")) {
38063806
cut->AddCut(VarManager::kPt, 0.15, 1000.0);
38073807
cut->AddCut(VarManager::kIsITSibAny, 0.5, 1.5);

0 commit comments

Comments
 (0)