TEventlist with RDataFrame

Hello,

I want to use my old TTrees for which different TEventlist exist. Is there something special to be considered if I want to use cuts based upon the events of that list and using RDataFrame?

Is ist as easy to add the TEventlist to the TTree and then just use RDataFrame with that special TTree?

Thanks a lot or your help!


_ROOT Version: 6
Platform: Linux
Compiler: gcc7


Hi b_h,
RDataFrame supports TEntryList, and TTree::SetEventList's doc states that the TEventList is converted into a TEntryList internally, so it should just work.

Please report back if you encounter any problems.

Cheers,
Enrico

1 Like

Thank you very much. Worked perfectly!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.