|
Back
Midas
Rome
Roody
Rootana
|
Root Analyzer Framework |
Not logged in |
|
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Marius Koeppel, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
04 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
05 Apr 2023, Stefan Ritt, Suggestion, Python Plotting
|
05 Apr 2023, Marius Koeppel, Suggestion, Python Plotting1
|
05 Apr 2023, Stefan Ritt, Suggestion, Python Plotting1
|
15 Jun 2023, Marius Koeppel, Suggestion, Python Plotting1
|
15 Jun 2023, Stefan Ritt, Suggestion, Python Plotting1
|
|
Message ID: 53
Entry time: 04 Apr 2023
In reply to: 52
Reply to this: 54
|
Author: |
Stefan Ritt |
Topic: |
Suggestion |
Subject: |
Python Plotting |
|
|
> Question would be if this functionality should be implemented into the manalyzer framework so that everyone can use it if needed.
You need to function calls for that bm_open_buffer and bm_send_event (both part of the MIDAS C API). The contents of the event
is anyhow up to the user. There also might be cases where one want not one but several different buffers, like for different
event types. So I would recommend start outside the manalyzer framework with that (since it's just two lines of code ... plus maybe
some error checking), and once we all know what is good we can promote this to the manalyzer framework.
Stefan |