File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# ServiceX DataBinder
22
3- <p align =" right " > Release v0.2.8 </p >
3+ <!-- < p align="right"> Release v0.2.9 </p> -- >
44
55[ ![ PyPI version] ( https://badge.fury.io/py/servicex-databinder.svg )] ( https://badge.fury.io/py/servicex-databinder )
66
@@ -70,7 +70,7 @@ The followings are available options:
7070| `Name` | sample name defined by a user |`String` |
7171| `RucioDID` | Rucio Dataset Id (DID) for a given sample; <br> Can be multiple DIDs separated by comma |`String` |
7272| `XRootDFiles` | XRootD files (e.g. `root://`) for a given sample; <br> Can be multiple files separated by comma |`String` |
73- | `Tree` | Name of the input ROOT `TTree` (`uproot` ONLY) |`String` |
73+ | `Tree` | Name of the input ROOT `TTree`; <br> Can be multiple `TTree`s separated by comma (`uproot` ONLY) |`String` |
7474| `Filter` | Selection in the TCut syntax, e.g. `jet_pt > 10e3 && jet_eta < 2.0` (TCut ONLY) |`String` |
7575| `Columns` | List of columns (or branches) to be delivered; multiple columns separately by comma (TCut ONLY) |`String` |
7676| `FuncADL` | func-adl expression for a given sample (see [example](config_example_xaod.yml)) |`String` |
Original file line number Diff line number Diff line change 22
33from .servicex_databinder import DataBinder
44
5- __version__ = '0.2.8 '
5+ __version__ = '0.2.9 '
66
77logging .basicConfig (format = "%(levelname)s - %(message)s" )
88logging .getLogger (__name__ ).setLevel (logging .INFO )
You can’t perform that action at this time.
0 commit comments