2004-01-27 20:26 Ed Larty * setup/: packages-R1.4, setup_minossoft_tamu: # new generic package file for frozen release R1.4.0 2004-01-27 19:08 Nathaniel Tagg * MessageService/MsgService.h: Add the MAXMSG macro, the lets you output a message only the first N times the statement is executed. 2004-01-27 18:52 Nathaniel Tagg * DataUtil/: Truthifier.h, Truthifier.cxx: Add GetTotalEnerg(candidate, particleID=0) class for Jeff. 2004-01-27 14:11 Nathaniel Tagg * PhotonTransport/macros/mc.C: Changed default QIE range-0 slope, based on Anatael's lookup table plots 2004-01-27 14:10 Nathaniel Tagg * DetSim/SimQieElectronics.cxx: Change default slope of range 0, based on Anatael's lookup table numbers. 2004-01-27 14:07 Nick West * DatabaseInterface/doc/ChangeLog: Access to cascade by DB name. 2004-01-27 14:06 Nick West * DatabaseInterface/: DbiWriter.cxx, DbiWriter.h: Rename private method: Bool_t Open(UInt_t dbNo = 0); to: CompleteOpen(UInt_t dbNo = 0,...) Restructure so that Open methods properly support output of existing data. 2004-01-27 14:06 Nick West * DatabaseInterface/: DbiResult.cxx, DbiValidityRec.cxx: More debug printout. 2004-01-27 14:06 Nick West * DatabaseInterface/: DbiLogEntry.cxx, DbiLogEntry.h: Add method: void Recreate (...) as a shortcut when completely redefining. 2004-01-27 14:06 Nick West * DatabaseInterface/: DbiConnection.cxx, DbiConnection.h: Add data member: std::string fDbName; /// Database Name. and method: const std::string& GetDbName() const; to support cascade access by name. 2004-01-27 14:05 Nick West * DatabaseInterface/: DbiCascader.cxx, DbiCascader.h: Add methods:- string GetDbName(UInt_t dbNo) const; Int_t GetDbNo(const string& dbName) const; to allow access to cascade by DB name - safer than by position! 2004-01-27 12:13 hartnell * CalDetTracker/: CDTrackerModuleStrips.cxx, CDTrackerModuleStrips.h: Changed the clean up of the TClonesArrays to use Clear rather than Delete since the objects stored in the array do not allocate any memory themselves. Clear is supposed to be faster since the object destructors do not have to be called. The clean up also now happens in a dedicated method. Got rid of pid and trkInfo and just used the data members fPID and fTrkInfo straight away. Changed the clean up appropriately. Also a general tidy up of messages I added when learning how it worked. 2004-01-26 18:32 dap56 * Monitoring/DigitAnalysis.cxx: changed T-T0 axis range from -5000,1000 ns to -30000,1000 ns 2004-01-23 23:02 Ed Larty * setup/packages-R1.4.0-tmp: # added new tmp file for frozen release R1.4