Skip to content
Snippets Groups Projects

Update MooreOnline for new Plume decoding

Merged Fabio Ferrari requested to merge update_plume_decoding into master
Files
4
@@ -8,7 +8,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
#############################################################################
from PyConf.application import default_raw_event, make_odin
from PyConf.application import default_raw_banks, make_odin
from Moore import options, run_reconstruction
from PyConf.Algorithms import PlumeRawToDigits
from Moore.config import Reconstruction
@@ -17,9 +17,9 @@ from PyConf.Algorithms import PlumeDigitMonitor
def plume_moni():
raw = default_raw_event(["Plume"])
digits = PlumeRawToDigits(
name="PlumeRawToDigits", RawEventLocation=raw).Output
name="PlumeRawToDigits",
RawBankLocation=default_raw_banks("Plume")).Output
odin = make_odin()
moni = PlumeDigitMonitor(name="PlumeDigitMonitor", Input=digits, ODIN=odin)
Loading