Hello! I am trying to re-do gtr for pp 4 deg full field run, cause we have a new good dc calibration. While finding track offsets works well, I have some problems with GlobalTracking.C First it started complaining that: bbVtx->UseAllAsBest(kTRUE); is unknown. Assuming that probably there is some odd version of brat that it's trying to get, i changed it to: bbVtx->UseAllAsBest(); And run the script. But it crashed once again, this time: Error: Symbol app is not defined in current scope FILE:/direct/brahms+u/bramreco/run04/pp/200/gtr/GlobalTracking.C LINE:375 because sb added there: BrRenameObjectModule* rename = new BrRenameObjectModule("Rename","RenameModule"); rename->AddObject("T1","TpcRdo T1"); rename->AddObject("T2","TpcRdo T2"); rename->AddObject("TPM1","TpcRdo TPM1"); rename->AddObject("TPM2","TpcRdo TPM2"); app->AddModule(rename); while, as i can guess, it should be ... appModule->AddModule(rename); I changed it approprietly, and could start it,but: I have like three bad versions of trackoffset files, gtrs and so on (v2,v3,v4), the question in how can I delete them so that i can make one and good v2? I tried rmdata.rb but it does not delete all. The other question is whether if i start the job now, will it work OK this time? or maybe I'll run into some other problems? Greetings Radek ps. the runs in question are 11778 - 11799 located on data05 _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Wed Sep 22 09:47:03 2004
This archive was generated by hypermail 2.1.8 : Wed Sep 22 2004 - 09:47:26 EDT