Simple package to produce HTML reports out of PyROOT scripts
Project description
root_report
Simple python package to create HTML report out of Cern ROOT scripts.
Example
from root_report import Report
import ROOT
ROOT.SetBatch(1)
report = Report ( "name_of_the_report", "/some/browser-accessible/path/" )
report.outputTitle ( "Title of the Report" )
f1 = ROOT.TF1 ( "parab", "x**2", -1, 1)
f1.Draw()
report.outputCanvas ( "figureIdentifier" )
report << "Some <B>HTML</B> description here. " << report.br
report.close()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
File details
Details for the file root_report-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: root_report-0.1.7-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ab24ab7b8d11cedd9abe45355c6e9122c99cb546e88c7e183a0d2e877dc08a7 |
|
MD5 | df25e8b3c755bbabbb6e54bce8519450 |
|
BLAKE2b-256 | 008ffc9435819b6d5be5a829c1488963063f1e4d5997c961d1ab7baf9d4a39de |
File details
Details for the file root_report-0.1.7-py2-none-any.whl
.
File metadata
- Download URL: root_report-0.1.7-py2-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7306e64e9214d333417ecd623ab712030fec8577869108c94bbf75e5572fc495 |
|
MD5 | f96feb934994fd8fc7215228a7a08c01 |
|
BLAKE2b-256 | cee35fec6f919059f209c72a3a7fe7aed0a488002d7d637ad00612a4a4dfc433 |