2004-04-26 09:04 Nick West * DatabaseMaintenance/doc/dbmauto_master.html: Add notes on adding an update by hand to the Master Site Operation section. 2004-04-26 03:56 Robert Hatcher * CandClusterSR/CandClusterSR.cxx, CandClusterSR/CandClusterSR.h, CandData/CandRecord.cxx, CandData/CandRecord.h, CandDigit/CandDeMuxDigit.cxx, CandDigit/CandDeMuxDigit.h, CandDigit/CandDeMuxDigitList.cxx, CandDigit/CandDeMuxDigitList.h, CandDigit/CandDigit.cxx, CandDigit/CandDigit.h, CandDigit/CandDigitList.cxx, CandDigit/CandDigitList.h, CandFitTrackSR/CandFitTrackSR.cxx, CandFitTrackSR/CandFitTrackSR.h, CandSliceSR/CandSliceSR.cxx, CandSliceSR/CandSliceSR.h, CandStripSR/CandStripSR.cxx, CandStripSR/CandStripSR.h: intial implementation of FormatToOStream so that candidates can print themselves. may need future tweaks to layout. 2004-04-26 03:49 Robert Hatcher * Candidate/: CandBase.cxx, CandBase.h, CandHandle.cxx, CandHandle.h: add the ability for Candidates to print themselves (and optionally their daughter list). The option string controls details & verbosity. 2004-04-23 16:21 Minos CVS group account. Do not commit from here! * Contrib/cbs/Mad/MadChi2Calc.cxx: Changed TMatrix method calls for compatibility with ROOT4 2004-04-23 01:20 George Irwin * CandFitTrackSR/AlgFitTrackSR.cxx, CandFitTrackSR/CandFitTrackSRHandle.cxx, CandFitTrack3/AlgFitTrack3.cxx: Switch remaining calls from bogus to real TrackClusterSR copy-constructor. 2004-04-23 01:18 George Irwin * CandTrackSR/: CandTrackSRListHandle.cxx, Track2DSR.cxx, Track2DSR.h, TrackClusterSR.cxx, TrackClusterSR.h: Remove bogus copy-constructors (mainly not used) and switch one remaining call from bogus to real copy-constructor. 2004-04-22 19:49 musser * CandEventSR/AlgEventSRList.cxx: forgot to reset iterators in two spots - needed in connection with changes introduced yesterday. 2004-04-20 22:24 musser * CandEventSR/AlgEventSRList.cxx: when building new shower at event formation time, require that shower be closely associated with the track vertex, if such exists. Formally, shower was allowed to be associated with either track end, leading to spurious showers at the track termination 2004-04-20 21:55 musser * DataUtil/TruthHelper.cxx: remove charge double counting in shower completeness. This will result in slightly different completeness reported relative to previous versions 2004-04-20 21:45 musser * CandEventSR/: AlgEventSRList.cxx, EventSRListModule.cxx, EventSRTTree.h, ShowerSRTTree.cxx, ShowerSRTTree.h, SliceSRTTree.cxx, SliceSRTTree.h, TrackSRTTree.cxx, TrackSRTTree.h: in AlgEventSRList, search for showers in a given slice failing do to fCandSlice member refering to slice prior to cloning in AltTrackSRList. Use IsCloneOf to check for membership. 2004-04-20 20:10 Robert Hatcher * CandTrackSR/Track2DSR.cxx: backport fChi2 initialization 2004-04-20 15:33 Robert Hatcher * CVSROOT/framework.list: add niki to list of victims^Hrecipents 2004-04-20 15:07 musser * CandTrackSR/AlgTrackSRList.cxx: use of handles in TrackSRCluster strip list broke mapping of new to old strips in spectrometer tracking. Fixed this. 2004-04-19 15:32 Nick West * DatabaseInterface/DbiStatement.cxx: Use to_char() function not to_date(). Eventually should be able to eliminate this in favour of "ALTER SESSION SET NLS_DATE_FORMAT..." 2004-04-19 15:30 Nick West * DatabaseInterface/DbiConnection.cxx: The Oracle product name is [Oracle], not Oracle! 2004-04-19 15:28 Nick West * DatabaseMaintenance/scripts/dbi_query_perl.pm: Use "ALTER SESSION SET NLS_DATE_FORMAT..." rather than using to_char(...) on individual *VLD date variables. 2004-04-19 15:27 Nick West * DatabaseMaintenance/scripts/auto_distribute.perl: Only load perl backend if required. 2004-04-17 14:41 Brian Rebel * CandFitTrackSR/: AlgFitTrackSR.cxx, AlgFitTrackSR.h, CandFitTrackSRHandle.cxx: add functions to determine the direction of the track from timing. these arent used right now, but could be in the future as a double check of the timing direction from the CandTrackSR 2004-04-17 14:34 Brian Rebel * CandTrackSR/: AlgTrackSR.cxx, AlgTrackSR.h, AlgTrackSRList.cxx, AlgTrackSRList.h, TrackClusterSR.cxx, TrackSRListModule.cxx: fix the direction from timing determination. previously bad fits would allow the direction to be backwards. changes include using the timing from the track instead of the strip level (track is corrected) and checking the chi^2 of the fit of time vs pathlength. if the chi^2>=10, dont change the direction from the initial guess. 2004-04-16 21:35 kordosky * Contrib/kordosky/gminos_caldet/usr.inc: forgot one 2004-04-16 21:24 kordosky * Contrib/kordosky/gminos_caldet/: Make.architecture, Make.theseus, Makefile, gdrela.F, gdrele_general.F, gdrelx_general.F, gfluct.F, gminos.ffr, gminos.highcuts.ffr, gminos.save.ffr, gminos_template.ffr, gminos_template2.ffr, gminos_template_nocuts.ffr, gminos_template_old.ffr, gprobi.F, gustep.F, lbl_hist.F, reco_minos.gaf_list, reco_options, usr_begrun.F, usr_event.F, usr_finish.F, usr_hist.F, usr_init.F, usr_kine.F: first commit of gminos_caldet 2004-04-16 17:10 Robert Hatcher * CandTrackSR/AlgTrackSRList.cxx: Niki's change for removing cases where 2D track's are duplicates. 2004-04-16 15:26 Robert Hatcher * CandTrackSR/Track2DSR.cxx: initialize fChi2 in ctor's (Niki found case where not doing so results in FPE due to NaN from unlucky bit pattern in memory). 2004-04-16 13:44 Brett Viren * CVSROOT/framework.list: Add Tobias 2004-04-16 11:05 Minos CVS group account. Do not commit from here! * Contrib/weber/CalInject/CIAna.cxx: Just fixed a typo. 2004-04-16 10:58 raufer * Contrib/raufer/AnaTemp/AnaTemp.C: This didn't belong here! 2004-04-16 10:54 raufer * Contrib/raufer/AnaTemp/: AnaTemp.C, AnaTemp.cxx, AnaTemp.h, AnaTempMacro.C, GNUmakefile, LinkDef.h: Some stuff on VFB temperatures in the fardet 2004-04-16 10:44 Minos CVS group account. Do not commit from here! * Contrib/weber/CalInject/: CIAna.cxx, CIAna.h: Added creation of a temperature histogram, containing VFB temperatures for all channels. 2004-04-15 22:36 Nick West * DatabaseMaintenance/doc/ChangeLog: Continue work on support for Oracle checksums. 2004-04-15 22:34 Nick West * DatabaseMaintenance/scripts/dbi_query_perl.pm: Oracle support:- 1) Use: select table_name from all_tables 2) Convert dates in VLD tables 3) Add leading 0 to floating point numbers if required. 2004-04-15 22:31 Nick West * DatabaseMaintenance/scripts/: auto_distribute.perl, dbi_query_mysql.pm: Transitioning to checksum version 2 2004-04-15 13:30 webera * Contrib/weber/AnaDynThrScan/: .cvsignore, AnaSingles.C, AnaSingles.cxx, AnaSingles.h, DynodeScan.C, DynodeScan.h, DynodeScanProcess, GNUmakefile, LinkDef.h, Singles.C, Singles.h, log/.cvsignore, root_files/.cvsignore: Modified Files: DynodeScan.C DynodeScan.h DynodeScanProcess Added Files: .cvsignore AnaSingles.C AnaSingles.cxx AnaSingles.h GNUmakefile LinkDef.h Singles.C Singles.h log/.cvsignore root_files/.cvsignore Moving towards a fast and semi-automatic dynode scan analysis 2004-04-15 08:41 Nick West * DatabaseMaintenance/scripts/primer/launch.csh: The protocol name for ORACLE is "oracle" 2004-04-15 08:40 Nick West * DatabaseMaintenance/scripts/get_db_acc_info.pm: Retract last commit: the protocol name for ORACLE is "oracle" 2004-04-15 08:29 Nick West * DatabaseMaintenance/scripts/dbi_query_perl.pm: Oracle hack: The connection name does not include the server location for reasons I have yet to discover! 2004-04-15 08:25 Nick West * DatabaseMaintenance/scripts/get_db_acc_info.pm: The protocol name for ORACLE is "Oracle" not "oracle". 2004-04-15 08:19 Nick West * DatabaseMaintenance/scripts/primer/launch.csh: Hack: execute Oracle client setup if DB connection URL contains string "Oracle". 2004-04-14 09:37 weber * Contrib/weber/CalInject/: .cvsignore, CIAna.cxx, CIAna.h, Calinject.C: Modified Files: .cvsignore CIAna.cxx CIAna.h Calinject.C General clean-up and some updates (temperature monitoring) 2004-04-13 13:53 webera * Contrib/weber/AnaDynThrScan/: AnaDyn.C, AnaDynThrScan.cxx, AnaDynThrScan.h, DynodeScan.C, DynodeScan.h, DynodeScanProcess: Added Files: AnaDyn.C AnaDynThrScan.cxx AnaDynThrScan.h DynodeScan.C DynodeScan.h DynodeScanProcess This is the first version of the code to analyse dynode scans. 2004-04-12 15:55 Minos CVS group account. Do not commit from here! * Contrib/brebel/genTimingCalibration.C: make sure to only generate constants for the specified size of the detector 2004-04-10 00:49 George Irwin * CandTrackSR/: CandTrackSR.cxx, CandTrackSRList.cxx, Track2DSR.cxx, TrkClsSlpSR.cxx, TrkClsSlpSR.h: From Paul E: use simplified TestGenericElemPtrTObjArrayPtrEquivalence(). Improved Validation test of Track2DSR and TrkClsSlpSR. 2004-04-10 00:45 George Irwin * CandFitTrackSR/CandFitTrackSR.cxx: From Paul E: use simplified TestGenericElemPtrTObjArrayPtrEquivalence(). 2004-04-10 00:44 George Irwin * Candidate/CandBase.h: From Paul E: simplification of TestGenericElemPtrTObjArrayPtrEquivalence(). 2004-04-08 20:59 George Irwin * CVSROOT/check_access: Add jgogos to RunSummary commit permissions.