Skip to content

Commit 2b96aa4

Browse files
author
Yuanjing Ji
committed
add proton selection cuts for femto study
1 parent 9b90230 commit 2b96aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,12 +822,12 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName)
822822
cut->AddCut(GetAnalysisCut("protonPID_TPCnTOF2"));
823823
cut->AddCut(GetAnalysisCut("protonPVcut"));
824824
return cut;
825-
}
825+
}
826826

827827
if (!nameStr.compare("protonPIDPV2")) {
828828
cut->AddCut(GetAnalysisCut("protonPID_TPCnTOF2"));
829829
return cut;
830-
}
830+
}
831831

832832
if (!nameStr.compare("PrimaryTrack_DCAz")) {
833833
cut->AddCut(GetAnalysisCut("PrimaryTrack_DCAz"));

0 commit comments

Comments
 (0)