2#ifndef EXAMPLEEVENTHELPER_HH
3#define EXAMPLEEVENTHELPER_HH
24 Prefix(
"ExampleEventHelper");
28 ROOT::RDF::RResultPtr<std::map<std::string, TList>>
Book(ROOT::RDataFrame* d)
override
39 void EndOfSort(std::shared_ptr<std::map<std::string, TList>>& list)
override;
void DestroyHelper(TGRSIHelper *helper)
ExampleEventHelper * CreateHelper(TList *list)
void EndOfSort(std::shared_ptr< std::map< std::string, TList > > &list) override
This method gets called at the end of Finalize()
void Exec(unsigned int slot, TGriffin &grif, TGriffinBgo &grifBgo, TZeroDegree &zds)
ROOT::RDF::RResultPtr< std::map< std::string, TList > > Book(ROOT::RDataFrame *d) override
This method will call the Book action on the provided dataframe.
void CreateHistograms(unsigned int slot) override
Virtual helper function that the user uses to create their histograms.
ExampleEventHelper(TList *list)