void runsumjet(bool low=true,int varlisttype=0){ gROOT->ProcessLine(".L sumjet.C+"); sumjet(low,varlisttype); gROOT->ProcessLine(".q"); }