1#ifndef ExampleFragmentHelper_h
2#define ExampleFragmentHelper_h
16 ROOT::RDF::RResultPtr<std::map<std::string, TList>>
Book(ROOT::RDataFrame* d)
override
18 return d->Book<
TFragment>(std::move(*
this), {
"TFragment"});
ExampleFragmentHelper * CreateHelper(TList *list)
void DestroyHelper(TGRSIHelper *helper)
ROOT::RDF::RResultPtr< std::map< std::string, TList > > Book(ROOT::RDataFrame *d) override
This method will call the Book action on the provided dataframe.
ExampleFragmentHelper(TList *list)
void CreateHistograms(unsigned int slot) override
Virtual helper function that the user uses to create their histograms.
void Exec(unsigned int slot, TFragment &frag)