13'HLTNav_Summary', # Produced initially online (only the final nodes, all other nodes spread out over many many collections created by trigger framework algs)
14'HLTNav_Summary_OnlineSlimmed', # Produced online, all nodes in one container. Accessible during RAWtoALL, good for T0 monitoring.
15'HLTNav_Summary_ESDSlimmed', # Produced offline in jobs writing ESD. Minimal slimming, good for T0-style monitoring. Equivalent to AOD at AODFULL level.
16'HLTNav_Summary_AODSlimmed', # Produced offline in jobs writing AOD. Minimal slimming in AODFULL mode, good for T0-style monitoring. Slimming applied in AODSLIM mode, good for analysis use, final-features accessible.
17'HLTNav_Summary_DAODSlimmed', # Chain level slimming and IParticle feature-compacting for DAOD. Good for analysis use, final-features four vectors accessible.
18'HLTNav_R2ToR3Summary'# Output of Run 2 to Run 3 navigation conversion procedure. Somewhat equivalent to AODFULL level. Designed to be further reduced to DAODSlimmed level before analysis use.
25 default_key = 'HLTNav_Summary'# This can only be for Run 3(+), and is a very niche case of exporting un-compacted navigation collections for advanced debugging
27 default_key = 'HLTNav_R2ToR3Summary'# This can only be for Run 2 navigation conversion.
28else:
29 default_key = 'HLTNav_Summary_OnlineSlimmed'# This is the default expected key for the navigation container within the serialised HLT payload inside Run 3(+) RAW files.