Description of datasets (skhep.dataset)¶
Subpackage for the description of datasets.
Module for NumpyDataset¶
The NumpyDataset
class is the implementation of the Dataset
abstract base class
for the [NumPy] package.
Note: usage of course requires that NumPy is installed.
References
[NumPy] | http://www.numpy.org/. |
Module for ROOTDataset¶
The ROOTDataset
class is the implementation of the Dataset
abstract base class
for the [ROOT] package.
Note: usage of course requires that ROOT is installed.
References
[ROOT] | https://root.cern.ch/. |