diff --git a/Rich/RichDetectors/tests/options/decode-and-spacepoints.py b/Rich/RichDetectors/tests/options/decode-and-spacepoints.py index 8d41a053cb452377bf432e7f892a83ad9978547e..68187bab4ef23cb7e483cceb2397f96453bccb8d 100644 --- a/Rich/RichDetectors/tests/options/decode-and-spacepoints.py +++ b/Rich/RichDetectors/tests/options/decode-and-spacepoints.py @@ -73,7 +73,6 @@ all.Members += [ UnpackRawEvent( 'UnpackRich', BankTypes=['Rich'], - RawEventLocation="Rich/RawEvent:DAQ/RawEvent", RawBankLocations=['DAQ/RawBanks/Rich']) ] richDecode = RichDecoder("RichFutureDecode") diff --git a/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py b/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py index 9612196f99bc4680434430804310f95a32eae818..a6d172d3d50fcb53c8aa22ea58f2db4d5870c323 100644 --- a/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py +++ b/Rich/RichDetectors/tests/options/pmt-detdesc-data-compat-old-rich1.py @@ -38,6 +38,7 @@ data = [ ] UnpackRawEvent('UnpackODIN').RawEventLocation = 'Trigger/RawEvent' +UnpackRawEvent('UnpackRich').RawEventLocation = 'Rich/RawEvent' IOHelper('ROOT').inputFiles(data, clear=True) FileCatalog().Catalogs = ['xmlcatalog_file:out.xml'] diff --git a/Rich/RichDetectors/tests/options/test-run-change.py b/Rich/RichDetectors/tests/options/test-run-change.py index 4725e1581384590fa86b13c9069e589054b4f38a..fa305b418c97855432ac089f11409c2b35d4e20f 100644 --- a/Rich/RichDetectors/tests/options/test-run-change.py +++ b/Rich/RichDetectors/tests/options/test-run-change.py @@ -87,7 +87,6 @@ all.Members += [ UnpackRawEvent( 'UnpackRich', BankTypes=['Rich'], - RawEventLocation="Rich/RawEvent:DAQ/RawEvent", RawBankLocations=['DAQ/RawBanks/Rich']) ] richDecode = RichDecoder("RichFutureDecode")