Skip to content

Commit 4549777

Browse files
author
Yuanjing Ji
committed
formating
1 parent f861753 commit 4549777

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
@@ -4549,7 +4549,7 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
45494549
cut->AddCut(VarManager::kTPCnclsCR, 70, 161);
45504550
return cut;
45514551
}
4552-
4552+
45534553
if (!nameStr.compare("protonPVcut")) {
45544554
cut->AddCut(VarManager::kTrackDCAxy, -0.1, 0.1);
45554555
cut->AddCut(VarManager::kTrackDCAz, -0.15, 0.15);

0 commit comments

Comments
 (0)