Closed spaulaus closed 6 years ago
@jjvz says there are some issues with his Experiment processor when trying to view the histograms online. I investigated and found that the issue probably lies in how the TTree is handled. I created and fixed Issue #137 to address this. Now retesting.
I offer this script, viewLoopv2.C which is adapted from @spaulaus's code viewOnline-v4.C. This script, when executed in root with .x viewLoopv2.C("
This issue was moved to spaulaus/paass#126
Completed as part of the Root Histogram GUI project
Expected Behavior
We provide some kind of wrapper macro to display histograms in root.
Current Behavior
Trying to view a histogram in a TFile while it's running can be....tricky. You have to manually execute a number of commands. Every 1 M events, the TFile is updated, but this destroys the pointer to the histogram.
Context
We're unable to view the online histograms at this juncture.
Possible Solution (optional)
Provide a script with a function that updates the histogram keys. This thread provides the function we need.
Acceptance Criteria