- Jul 11, 2019
-
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
- Apr 17, 2019
-
-
Enric Tejedor Saavedra authored
-
- Nov 02, 2018
-
-
Enric Tejedor Saavedra authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
the pythonizations are three: 1. A C++ pyz to provide attr syntax. For example: myfile.mydir.mysubdir.myHist.Draw() 2. A C++ pyz to allow users to invoke the templated method TDirectory::WriteObject<T>. For example: h = ROOT.TH1F("h","",10, 0, 1) myfile.WriteObject(h) 3. a Python pyz which implements TDirectory::Get in terms of the pythonized attr syntax
-