/////////////////////////////////////////////////////////////////////////////// /* .L help.C .L conv_ana.C help() conv_ana("stntuple/dev_240","tmet08-mj07","conv/debug/grl=etf,141544,168889",1) x(151978,1201384) TStntuple::SwimToCes(m_cnv->fExtrapolator,m_cnv->fTrackBlock->Track(0),1); */ //_____________________________________________________________________________ void good_runs() { cdfofprd.PrintListOfGoodRuns("2004.06.01"); } //_____________________________________________________________________________ void ls_sewk00() { gSystem->Exec("tail -n 200 /cdf/home/cdfopr/cafdfc/stntuple/sewk00/sewk00.files"); } ///////////////////////////////////////////////////////////////////////////// //_____________________________________________________________________________ void cdfopr_main() { // // This macro generates a Controlbar menu: // To see the output, click begin_html here end_html // To execute an item, click with the left mouse button. // To see the HELP of a button, click on the right mouse button. gStyle->SetScreenFactor(1); //if you have a large screen, select 1,2 or 1.4 bar = new TControlBar("vertical", "Help",10,10); bar->AddButton("good runs", "good_runs();","good runs"); bar->AddButton("ls sewk00", "ls_sewk00();","ls_sewk00"); bar->Show(); gROOT->SaveContext(); }