1#ifndef EXAMPLEEVENTHELPER_HH
2#define EXAMPLEEVENTHELPER_HH
21 Prefix(
"EfficiencyHelper");
25 ROOT::RDF::RResultPtr<std::map<std::string, TList>>
Book(ROOT::RDataFrame* d)
override
34 void EndOfSort(std::shared_ptr<std::map<std::string, TList>>& list)
override;
void DestroyHelper(TGRSIHelper *helper)
EfficiencyHelper * CreateHelper(TList *list)
void EndOfSort(std::shared_ptr< std::map< std::string, TList > > &list) override
This method gets called at the end of Finalize()
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.
EfficiencyHelper(TList *list)
void Exec(unsigned int slot, TGriffin &grif, TGriffinBgo &grifBgo)