Closed stwunsch closed 4 years ago
Please remove the build_info from the Dataset class. It makes life much more complicated:
build_info
Dataset
https://github.com/KIT-CMS/ntuple_processor/blob/master/utils/_booking.py#L70
I think you introduced it to have the ChangedDataset variation, is this correct? Why can't you just loop over the NTuples there and fiddle around with the info?
ChangedDataset
NTuples
Fixed by #29
Please remove the
build_info
from theDataset
class. It makes life much more complicated:https://github.com/KIT-CMS/ntuple_processor/blob/master/utils/_booking.py#L70
I think you introduced it to have the
ChangedDataset
variation, is this correct? Why can't you just loop over theNTuples
there and fiddle around with the info?