Skip to content

Commit

Permalink
[PWGDQ] Adding extra cut Upsilon analysis (AliceO2Group#9088)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacerri authored Dec 21, 2024
1 parent 8a35660 commit ef31dcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PWGDQ/Core/CutsLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,13 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName)
return cut;
}

if (!nameStr.compare("muonLowPt610SigmaPDCA")) {
cut->AddCut(GetAnalysisCut("muonLowPt6"));
cut->AddCut(GetAnalysisCut("muonQualityCuts10SigmaPDCA"));
cut->AddCut(GetAnalysisCut("MCHMID"));
return cut;
}

if (!nameStr.compare("muonLowPt")) {
cut->AddCut(GetAnalysisCut("muonLowPt"));
cut->AddCut(GetAnalysisCut("muonQualityCuts"));
Expand Down

0 comments on commit ef31dcd

Please sign in to comment.