Skip to content
Snippets Groups Projects
Commit 863ff6f6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Rename module

parent a6f91d80
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import km3pipe.style ...@@ -32,7 +32,7 @@ import km3pipe.style
km3pipe.style.use('km3pipe') km3pipe.style.use('km3pipe')
class IO_OLINEDistributions(kp.Module): class RecoPlotter(kp.Module):
def configure(self): def configure(self):
self.fontsize = 16 self.fontsize = 16
...@@ -144,7 +144,7 @@ def main(): ...@@ -144,7 +144,7 @@ def main():
timeout=60 * 60 * 24 * 7, timeout=60 * 60 * 24 * 7,
max_queue=2000) max_queue=2000)
pipe.attach(kp.io.daq.DAQProcessor) pipe.attach(kp.io.daq.DAQProcessor)
pipe.attach(IO_OLINEDistributions, plots_path=plots_path) pipe.attach(RecoPlotter, plots_path=plots_path)
pipe.drain() pipe.drain()
......
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