Skip to content

Commit

Permalink
PWGDQ: increase acceptance of tpc dEdx (AliceO2Group#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisenhu authored Sep 14, 2022
1 parent ce7c29f commit 9515bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGDQ/Core/CutsLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
}

if (!nameStr.compare("tpc_electron")) {
cut->AddCut(VarManager::kTPCsignal, 70, 100, false, VarManager::kPin, 0.0, 1e+10, false);
cut->AddCut(VarManager::kTPCsignal, 70, 110, false, VarManager::kPin, 0.0, 1e+10, false);
return cut;
}

Expand Down

0 comments on commit 9515bbb

Please sign in to comment.