fix it and remove old stuff
Merge request reports
Activity
assigned to @dguderian
added 1 commit
- 84db3265 - removeunused stuff and update commands orcasong concatenate and orcasong h5shuffle2
added 1 commit
- 57c77e69 - I used an additional identifier for the different neutrino productions.
Thanks, what is actually this:
prod_identifier : int An internal, inofficial identifier to mark the production. This has to be defined in a dict before.
I can't really understand it from the doc string
Also, can you give a default value or something? Because otherwise, this would not be backward compatible, right?I am basically the only one using it, so backward comp. is not that big of an issue. But I will add one, which would not have any meaning. There are different neutrino prods (flavor, energy) and they are currently only identified by their filename (or folder). To store that info I define a personal dict to translate these to integers. Just for easier handling and identification later.
mentioned in commit 3b8ce43e
Please register or sign in to reply