//---------------------------------- // SVTD bank analysis driver script //----------------------------------- { TStnAna x("stnmaker.root"); gSystem->CompileMacro("TSvtAnaModule.cc","+"); x.AddModule(new TSvtAnaModule); TSvtAnaModule *m = (TSvtAnaModule *) x.GetModule("SvtAna"); // such that can use `_hist' in the // interactive session // (as well as `m') TSvtAnaModule::Hist_t *_hist = m->GetHist(); x.Run(); _hist()->fd0H->Draw(); }