Skip to content
Snippets Groups Projects
Commit 4622c236 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'Validation_LRT' into 'master'

TrigInDetAnalysisUser: Change the minimum number of hits in the pixel detector asked for LRT chain

See merge request atlas/athena!49877
parents 4d98a855 339353e9
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
......@@ -25,6 +25,9 @@ eta = 2.5;
#if defined(COSMIC)
npix=-1;
nsct=1;
#elif defined(LRT) || defined(FSLRT)
npix=-1;
nsct= 2;
#else
npix = 1;
nsct = 2;
......
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