Skip to content
Snippets Groups Projects

Add UTError to UT raw banks to be stored when asking for UT raw banks

Merged Michel De Cian requested to merge decianm-addUTError into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@ DETECTORS = ['VP', 'UT', 'FT', 'Rich', 'Muon', 'Plume', 'Calo']
DETECTOR_RAW_BANKS = {
'VP': ["VP", "VPRetinaCluster"],
'UT': ["UT"],
'UT': ["UT", "UTError"],
'FT': ["FTCluster"],
'Rich': ["Rich"],
'Muon': ["Muon", "MuonError"],
Loading