/////////////////////////////////////////////////////////////////////////////// // example of the stripping job /////////////////////////////////////////////////////////////////////////////// int strip() { //----------------------------------------------------------------------------- // to strip cosmic-like Z's from stntuple/dev_242:zewk2d: // // stnana("stntuple/dev_242","zewk2d","","","strip/output=zewk2d.strip.root") //----------------------------------------------------------------------------- int run_event [] = { 155150 , 747627, // looks OK, but may be cosmics 155345 , 3049839, // OK 155793 , 1942436, // OK 156100 , 1874687, // OK 164822 , 664685, // OK 167023 , 3873382, // OK 168820 , 4099299, // OK 178677 , 5369250, // OK 178855 , 3732080, // OK 178881 , 11957373, // OK -1 }; //----------------------------------------------------------------------------- // //----------------------------------------------------------------------------- g.x->SetEventList(run_event); g.x->SetNEventsToReport(5000); };