Skip to content
Snippets Groups Projects

add option to change maxd0 in tau seeding

Merged Zara Jane Grout requested to merge zgrout/athena:TIDVTauTest into 21.3
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,12 @@
from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
if 'd0Max' in dir():
from InDetTrigRecExample.InDetTrigSliceSettings import InDetTrigSliceSettings
InDetTrigSliceSettings[('d0SeedMax','tauCore')] = d0Max;
InDetTrigSliceSettings[('d0SeedMax','tauIso')] = d0Max;
InDetTrigSliceSettings[('d0SeedPPSMax','tauCore')] = d0Max;
InDetTrigSliceSettings[('d0SeedPPSMax','tauIso')] = d0Max;
#if athenaCommonFlags.FilesInput()==[]:
# athenaCommonFlags.FilesInput=[
Loading