#include "myselector.h" #include #include #include int main() { TFile *f = TFile::Open("http://lcg-heppkg.web.cern.ch/lcg-heppkg/ROOT/eventdata.root"); EventTree->Process("myselector.C"); /* myselector * A = new myselector(); TChain* ch = new TChain("data"); ch->Add("hardQCD.root"); ch->Process(A); */ }