Skip to content
Snippets Groups Projects
Commit 67920dcc authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

mCBM SIM QA: Increase accepted range for TRD pulls mean to pass low stats CI

parent 32dc60a3
No related branches found
No related tags found
1 merge request!1616Make detection of geo setups to check more granular + bump geo hash
Pipeline #27209 passed
......@@ -262,6 +262,7 @@ void mcbm_qa(Int_t nEvents = 0,
// CA Input QA
auto* pCaInputTrd = new CbmCaInputQaTrd(verbose, bUseMC);
pCaInputTrd->SetEfficiencyThrsh(0.5, 0, 100);
pCaInputTrd->SetPullMeanDeviationThrsh(0.3);
qaManager->AddTask(pCaInputTrd);
}
// ------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment