SBNSoftware / sbnana

3 stars 14 forks source link

Support flatcafs in concat_cafs #73

Closed cjbacchus closed 2 years ago

cjbacchus commented 2 years ago

Currently the only way to get a concatted flatcaf is to concat first, and then flatten. It would definitely be convenient to go the other order too.

The code would be somewhat different to what exists for non-flat CAFs, but, at least for straight concatting with no other modifications, it should be very simple. You literally concatenate the TTrees, which there is presumably a ROOT function for.

wesketchum commented 2 years ago

@cjbackhouse Can you comment on the status of this/thinking on this now? Still needed?

cjbacchus commented 2 years ago

Recently implemented :)