5 #include <TTreeReader.h>
6 #include <TTreeReaderValue.h>
26 std::shared_ptr<TFile> fFile;
28 TTreeReaderValue<HTMusicIC> fMusic;
29 TTreeReaderValue<HTMcp> fUsMcp;
30 TTreeReaderValue<HTMcp> fDsMcp;
32 std::shared_ptr<TFile> fCutFile;
33 std::map<std::string, TCutG *> fSpecies;
35 TFile *fOutFile{
nullptr};
39 AtCutHEIST(TString treeFile, TString cutFile, TString treeName =
"E12014");