#define smallAna_cxx #include "smallAna.h" #include #include void smallAna::Begin(TTree * /*tree*/) { TString option = GetOption(); } void smallAna::SlaveBegin(TTree * /*tree*/) { TString option = GetOption(); } Bool_t smallAna::Process(Long64_t entry) { fReader.SetEntry(entry); std::cout<<"lep1 pt = "<Pt()<