Skip to content

Commit 9b90230

Browse files
author
Yuanjing Ji
committed
Update proton selection cuts for femto study
1 parent 531b9cd commit 9b90230

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
@@ -4499,7 +4499,7 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
44994499
if (!nameStr.compare("protonPVcut")) {
45004500
cut->AddCut(VarManager::kTrackDCAxy, -0.1, 0.1);
45014501
cut->AddCut(VarManager::kTrackDCAz, -0.15, 0.15);
4502-
cut->AddCut(VarManager::kPt, 0.15, 3);
4502+
cut->AddCut(VarManager::kPt, 0.4, 3);
45034503
cut->AddCut(VarManager::kEta, -0.9, 0.9);
45044504
cut->AddCut(VarManager::kIsSPDany, 0.5, 1.5);
45054505
cut->AddCut(VarManager::kTPCchi2, 0.0, 4.0);

0 commit comments

Comments
 (0)