Skip to content

Commit 9d4e41f

Browse files
committed
add acceptance cut for pbpb
1 parent 84f0175 commit 9d4e41f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4676,6 +4676,15 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
46764676
return cut;
46774677
}
46784678

4679+
if (!nameStr.compare("acceptance_PbPb5360_y08")) {
4680+
cut->AddCut(VarManager::kMCY, -0.8, 0.8);
4681+
cut->AddCut(VarManager::kMCP1, 1.0, 1000.0);
4682+
cut->AddCut(VarManager::kMCP2, 1.0, 1000.0);
4683+
cut->AddCut(VarManager::kMCEta1, -0.8, 0.8);
4684+
cut->AddCut(VarManager::kMCEta2, -0.8, 0.8);
4685+
return cut;
4686+
}
4687+
46794688
// ---------------------------------------------------
46804689
// MC generated particle acceptance cuts
46814690

0 commit comments

Comments
 (0)