// { TChain* chain = new TChain("STNTUPLE"); chain->Add("root://fcdfsgi2.fnal.gov:1094//cdf/data42b/s7/silicon/sistudies/stntuple/4.9.1/stnmakerFat_bhel08_10GeV_svx_isl_PR5230.0.root"); TStnAna x(chain); gSystem->CompileMacro("TSiExample.cc","k"); TSiExample *s = new TSiExample("s","SiExample"); x.AddModule(s); x.Run(); }