8#ifndef AlphanumericHelper_h
9#define AlphanumericHelper_h
24 ROOT::RDF::RResultPtr<std::map<std::string, TList>>
Book(ROOT::RDataFrame* d)
override
26 return d->Book<
TGriffin>(std::move(*
this), {
"TGriffin"});
void DestroyHelper(TGRSIHelper *helper)
AlphanumericHelper * CreateHelper(TList *list)
void CreateHistograms(unsigned int slot) override
Virtual helper function that the user uses to create their histograms.
void Exec(unsigned int slot, TGriffin &grif)
ROOT::RDF::RResultPtr< std::map< std::string, TList > > Book(ROOT::RDataFrame *d) override
This method will call the Book action on the provided dataframe.
AlphanumericHelper(TList *list)