-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate TPadManipulator #17
Comments
Looking for comments: @tomjunk @calcuttj @Andrew-McNab-UK @mhkirby @hschellman |
BTW, here is quick intro to Root in jupyter: https://root.cern.ch/notebooks/HowTos/HowTo_ROOT-Notebooks.html |
Hi David, Which python package does the TPadManipulator currently reside in? Or are you saying that it currently does NOT have a python package that it is a part of? If the question is a dedicated package vs inclusion in an existing package, I'm not sure I have an opinion. Is there a more global benefit to putting it into the PyROOT package vs a dedicated package?
ps - apologies if I'm asking ill-formed questions, I'm just not familiar enough with the PyROOT stack and packages to know what is and what isn't already included. |
It is in duncore. I am thinking to put in a dedicated package outside the DUNE SW env The build script would only require that Root be set up. |
To use TPadManipulator, we first need Root and I don't (yet) know how to install or access it from inside a notebook. One approach (and perhaps best) is to set up Root before starting the analysis server. And if we are going to do that, we might as well set up DUNE packages including dunecore and already have TPadManipulator. I have asked Burt to provide such a server, Stay tuned.... |
I don’t really have any objections. Will you plan to continue to be maintainer of the package? And/or help find a replacement if needed?
- Kirby
On Jul 8, 2022, at 20:30, David Adams ***@***.***> wrote:
It is in duncore. I am thinking to put in a dedicated package outside the DUNE SW env The build script would only require that Root be set up.
—
Reply to this email directly, view it on GitHub <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_DUNE_dunecore_issues_17-23issuecomment-2D1179259913&d=DwMCaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=GMM8tQI8kYDDExEQ1YMuhw&m=PzYwafYTwSAkNqWBNtuWkWK7MI7IBJbSej42lJASZaL-jiCUv_KWhAbu1_wa9AI5&s=u5OgxEm2XHAhWdmy1_KWj-ju2g9GW8oCzFbn11m3zmg&e=>, or unsubscribe <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABXFRKA3CUTQ4N4EORNVB7DVTBXSRANCNFSM525TRAYQ&d=DwMCaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=GMM8tQI8kYDDExEQ1YMuhw&m=PzYwafYTwSAkNqWBNtuWkWK7MI7IBJbSej42lJASZaL-jiCUv_KWhAbu1_wa9AI5&s=I9bzzuwkmY_DlDlB31a-Kjj_giRMdD_vfVkC3E2tc6E&e=>.
You are receiving this because you were mentioned.
Michael Kirby (he/him/his)
Senior Scientist
Scientific Computing Division
Fermi National Accelerator Laboratory
PO Box 500, MS 120, Batavia, IL 60510, USA
***@***.*** ***@***.***>
Office: 630.840.4326
Cell: 630.965.1456
Connect with us!
Newsletter <http://www.fnal.gov/pub/today> | Facebook <http://www.facebook.com/Fermilab> | Twitter <https://www.twitter.com/fermilab>
|
Just seeing this. No longer a high priority but still of interest. Yes, I would maintain but can't promise anything if I move off project. |
A TPadManipulator objects holds the data to make a Root figure including drawing objects (graphs, histograms, ...) and the instructions to place them on the drawing pad. A figure may be saved in tpad format and later read back, reformatted (changing axis limits, changing colors, adding labels, etc., and then displayed or written to a new file. At present, this can be done in a C++ program, Root script or at the Root command line.
I would like to add the capability to manipulate and view tpad files in Jupyter notebooks. One approach is to build a Jupyter kernel that includes a dunesw release. We would then be able to use TPadManipulator and any other classes with Root dictionaries including dataprep tools. However someone would have to build these kernels for some or all weekly releases and a developer who modified TPadManipulator would have to wait for the next release and build to use that mod.
It would be useful to instead or additionally have a python module that could be imported to add TPadManipulator and Root without bringing in all the dune and larsoft dependencies. I propose to move TPadManipulator to a dedicated package to allow this.
The text was updated successfully, but these errors were encountered: