2001-07-14 23:30 Ed Lartey * WebDocs/soft_ins.html: Added release R0.1.0 2001-07-14 23:17 Ed Lartey * setup/: install_minossoft, packages-R0.1.0, setup_minossoft_no_ups, setup_minossoft_no_ups.sh, setup_minossoft_template: # Replace install_minossoft with a new one which takes care of updating the scripts. Added a template setup file to replace the previous ones. Users will have to edit this file and create their own setup files conforming to their site. 2001-07-14 00:04 emilyw * WebDocs/install.html: Added an index, split up one link into two more specific links 2001-07-14 00:02 emilyw * WebDocs/soft_use_base.html: Changed gmake .echo* to gmake .echo 2001-07-13 23:58 emilyw * WebDocs/Errors/: compiling.html, index.html, linking.html, program_start.html, running.html: Changed links. Made some format changes. 2001-07-13 23:51 emilyw * WebDocs/external_products.html: Modified format and updated links for installing external databases. 2001-07-13 21:26 emilyw * WebDocs/install_products.html: Reorganized MySQL instructions into Setting up server, Starting Server, Checking Server, and Running client 2001-07-13 16:16 Ed Lartey * WebDocs/soft_ins.html: Corrected a typo error 2001-07-13 16:00 Brian Rebel * DeMux/: CosmicReconModule.cxx, demux.jcm: fix rotations and finding of zenith and azimuthal angles 2001-07-13 09:32 Nick West * DatabaseInterface/doc/ChangeLog: Record cache flushing update. 2001-07-13 09:31 Nick West * DatabaseInterface/test/DbiValidate.cc: Test out cache flushing. 2001-07-13 09:30 Nick West * DatabaseInterface/DbiTableProxy.h: Minor API change: Replace: const DbiCache* GetCache() const; by: DbiCache* GetCache(); 2001-07-13 09:28 Nick West * DatabaseInterface/DbiResultPtr.h: Add member function: DbiTableProxy& TableProxy() const; 2001-07-13 09:27 Nick West * DatabaseInterface/: DbiResult.cxx, DbiResult.h: Add state: fCanReuse and member function: void SetCanReuse(Bool_t reuse); to set it. 2001-07-13 09:25 Nick West * DatabaseInterface/: DbiCache.cxx, DbiCache.h: Add void SetStale() to mark contents as stale (will not be reused). 2001-07-12 23:55 emilyw * WebDocs/offline_links.html: Added links to MINOS personal websites, put all PackRats links in a PackRats directory, corrected incorrect links. 2001-07-12 23:49 emilyw * WebDocs/supported_versions.html: Moving the document on supported versions from the OO Companion to WebDocs 2001-07-12 23:36 emilyw * WebDocs/glossary.html: Adding Robert Hatcher's glossary of MINOS OO terms to WebDocs 2001-07-12 23:31 emilyw * WebDocs/Errors/: compiling.html, index.html, linking.html, program_start.html, running.html: Moving the OO Companion Errors directory and Understanding Errors pages to WebDocs 2001-07-12 23:15 Ed Lartey * setup/install_minossoft: Removed install_minossoft. This script has been replaced by install_minossoft_dev and thus no more needed. 2001-07-12 23:03 emilyw * WebDocs/cvs-rep.html: Added an index. Put instructions into numbered format. Split up longer paragraphs. 2001-07-12 21:20 emilyw * WebDocs/PackRats/jobcont_PR.html: Adding another PackRat to the directory 2001-07-12 21:15 emilyw * WebDocs/soft_ins.html: Added an index. Broke up Installing the Software and Frozen Releases into step-by-step instructions. Rephrased parts of Installing the Software. 2001-07-12 21:12 emilyw * WebDocs/install_products.html: Made the changes from /afs/slac.stanford.edu/public/groups/eg/minos/dist/minos_packs to /afs/slac.stanford.edu/public/groups/eg/minos/dist/external/installation. Corrected the errors in MyODBC ./configure instructions. 2001-07-12 16:56 Brett Viren * CandEventSR/EventSRListModule.cxx: Remove illegal "+"s used in setting fEventInfoNt in ctor. 2001-07-12 15:44 Mark Messier * setup/packages: Added Monitoring and CDFMonitoringFwk 2001-07-12 15:43 Mark Messier * CVSROOT/: check_access, modules: Added monitoring packages Monitoring and CDFMonitoringFwk 2001-07-12 15:11 Brett Viren * setup/install_minossoft_dev: Fix so updating actually works. 2001-07-12 13:57 Brett Viren * WebDocs/soft_ins.html: Small format, typo and instruction fixes found while following this file durring a complete re-install. 2001-07-12 13:36 Brett Viren * setup/setup_minossoft_bv.sh: remove mysql vars 2001-07-12 13:27 Brett Viren * WebDocs/: demojob_help.html, install.html: Change some absolute links to relative ones. 2001-07-12 12:18 Nick West * RDBC/rdbc/TSQLDriverManager.cxx: Add Robert's fix (change in behaviour or order of global static construction with ROOT 3.01/06) 2001-07-12 08:16 Nick West * DeMux/LinkDef.h: Add TObjectKeyFunctor again (got lost in revision 1.18) 2001-07-12 02:20 Robert Hatcher * CandDigit/: AlgDigit.cxx, AlgMCDigit.cxx: use new Plex API ChannelToStripEnds() --> GetSEIdAltL(RawChannelId rcid) 2001-07-12 02:19 Robert Hatcher * CandDigit/doc/ChangeLog: description of what (important) changes have been made between tagged versions 2001-07-12 02:12 Robert Hatcher * RerootExodus/doc/ChangeLog: description of what (important) changes have been made between tagged versions 2001-07-12 02:07 Robert Hatcher * RerootExodus/: PlexusReroot.cxx, PlexusReroot.h, RerootToRawDataModule.cxx: conform to new Plex/PlexusABC APIs 2001-07-12 02:02 Robert Hatcher * Plex/doc/ChangeLog: description of what (important) changes have been made between tagged versions 2001-07-12 01:59 Robert Hatcher * Plex/: PlexHandle.cxx, PlexHandle.h, Plexus.cxx, Plexus.h, PlexusABC.h: obsoleted API .. track them down and remove them though for now they'll be rerouted to the new API's virtual RawChannelId StripEndToChannel(PlexStripEndId pseid) virtual PlexSEIdAltL ChannelToStripEnds(RawChannelId rcid) // these are the normal API's // and which must be implemented by both the Plexus and PlexHandle virtual RawChannelId GetRawChannelId(PlexStripEndId pseid) virtual RawChannelId GetRawChannelId(PlexPinDiodeId diodeid) virtual PlexPinDiodeId GetPinDiodeId(RawChannelId rcid) virtual PlexSEIdAltL GetSEIdAltL(RawChannelId) virtual ReadoutType::Readout_t GetReadoutType(RawChannelId rcid) 2001-07-12 01:35 Robert Hatcher * RawData/doc/ChangeLog: description of what (important) changes have been made between tagged versions 2001-07-12 01:33 Robert Hatcher * Rotorooter/doc/ChangeLog: add some more comments about RotoTalk changes that went into V00-01-00. 2001-07-12 01:16 Robert Hatcher * Rotorooter/doc/ChangeLog: description of what (important) changes have been made between tagged versions 2001-07-12 01:00 Robert Hatcher * Rotorooter/: RotoServer.cxx, RotoServer.h: several major improvements: (1) use Per::EStreamName rather than own enum, new internal enum for tagging variety of output files: kDaqFile (.mdaq.root) , kDcsFile (.mdcs.root), kBogusFile (.mall.root) (2) Bogus file is openned and written to if the rotorooter doesn't have a file open that can be used based on the RawHeader info. The bogus file name is "bogus__p__