File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName)
10161016 }
10171017 }
10181018
1019- // Magnus composite cuts -----------------------------------------------------------------------------------------------------------------
1019+ // Magnus composite cuts -----------------------------------------------------------------------------------------------------------------
10201020
10211021 AnalysisCompositeCut* magnus_PID111 = new AnalysisCompositeCut (" magnus_PID111" , " " );
10221022 magnus_PID111->AddCut (GetAnalysisCut (" pidJpsi_magnus_ele1" ));
@@ -4578,7 +4578,7 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
45784578 return cut;
45794579 }
45804580
4581- // Magnus cuts ----------------------------------------------------------
4581+ // Magnus cuts ----------------------------------------------------------
45824582
45834583 if (!nameStr.compare (" pidJpsi_magnus_ele1" )) {
45844584 cut->AddCut (VarManager::kTPCnSigmaEl , -3.0 , 4.0 );
You can’t perform that action at this time.
0 commit comments