Hi All, I've created a new BRAT release (1.5.5) and commited to the CVS repository. It's tagged VER-1-5-5. To get it, do prompt% cvs -d /afs/rhic/brahms/BRAHMS_CVS export -r VER-1-5-5 brat \ -d brat_v1.5.5 Changes include: * BrSuperMonitor and BrBaseMonitor (and derived classes) are now browsable via the TBrowser. * BrEvent, BrEventNode, BrDataTable, and BrEventIO are also browsable. Note: you may have trouble using this feature with old BrEventIO generated ROOT files. This is most useful, if you use the ROOT_SERIAL_FILE option of BrEventIO. * Added the method TFile* BrEventIO::GetROOTFile(void), so that one may obtain a pointer to the TFile object held by the BrEventIO object. Use this to put histograms into the same file has the BrEvent objects: BrEventIO* io = new BrEventIO; ... TDirectory* saveDir = gDiretory; io->GetROOTFile()->cd(); TH1F* myHist = new TH1F("myHist", "FUBAR histogram", 100, 0, 100); savedir->cd(); * The key written to file by BrEventIO objects is now: "BRAHMS ROOT IO File" rather then "BRAHMS ROOT I/O File" which meant trouble for the gROOT->Get(const char*) method. Note: This may cause you some trouble with old BrEventIO generated ROOT files. This is _not_ a bug! The '/' in the previous name _was_ a bug. Hope you find these changes useful, Christian ----------------------------------------------------------- Holm Christensen Phone: (+45) 35 35 96 91 Sankt Hansgade 23, 1. th. Office: (+45) 353 25 305 DK-2200 Copenhagen N Web: www.nbi.dk/~cholm Denmark Email: cholm@nbi.dk
This archive was generated by hypermail 2b29 : Thu Apr 13 2000 - 11:59:11 EDT