Skip to content
Snippets Groups Projects
Commit a342d485 authored by Carla Marin Benito's avatar Carla Marin Benito :fast_forward:
Browse files

use 'Calo' raw banks

parent b3a1ac74
No related branches found
No related tags found
1 merge request!201Use 'Calo' raw banks in cpu_decoding.py
Pipeline #5081697 passed
...@@ -42,8 +42,8 @@ mgr.ExtSvc += [configured_ann_svc('TCKANNSvc')] ...@@ -42,8 +42,8 @@ mgr.ExtSvc += [configured_ann_svc('TCKANNSvc')]
def decoding(): def decoding():
ecal_raw = default_raw_banks("EcalPacked", default_raw_event) ecal_raw = default_raw_banks("Calo", default_raw_event)
ecal_raw_error = default_raw_banks("EcalPackedError", default_raw_event) ecal_raw_error = default_raw_banks("CaloError", default_raw_event)
decoders = [ decoders = [
loc.producer for loc in [ loc.producer for loc in [
......
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