2003-10-22 21:39 Ed Larty * setup/: checkfile, packages-R1.2.0-tmp: # used for checkfile file head and tag version 2003-10-22 20:34 Robert Hatcher * Rotorooter/RotoObjectifier.cxx: Backport checksum error reporting fix from development HEAD to branch R1-0 HEAD 2003-10-22 20:33 Robert Hatcher * OfflineTrigger/OltNewModule.cxx: Backport checksum setting fix from development HEAD to branch R1-0 HEAD 2003-10-22 20:26 Robert Hatcher * OfflineTrigger/OltNewModule.cxx: fill in the checksum value (via OnlineUtil's rdxsum_fill()) for the created RawSnarlHeaderBlock, RawDigitDataBlock and RawDeadChipBlocks. This avoids RotoObjectifier sending messages to syslog about bad checksums. Which then get seen by the farm managers when processing CalDet data. Why syslog you ask? Because syslog is the only 'sensible' place for output of the online rotorooter; and there's no good way of telling OfflineTrigger's use of RotoObjectifier that it's not running in a online situation. Not without setting up some global flag (and setting it in OfflineTrigger) and duplicating all the error messages to use either syslog or MessageService. 2003-10-22 20:19 Robert Hatcher * Rotorooter/RotoObjectifier.cxx: write different message to syslog if the block has a unset (==0) checksum than the message about checksum error. 2003-10-22 19:19 asousa * Production/: R1.0.0/reco_production_R1.0.0.C, R1.0.0a/reco_production_R1.0.0a.C: Yet more corrections to the R1.0.0 R1.0.0a scripts instructions. 2003-10-22 18:18 Costas Andreopoulos * AltReco/: AltAlgSliceList.cxx, AltAlgSliceList.h, AltEInteractionType.cxx, AltEInteractionType.h, AltENuFlavour.cxx, AltENuFlavour.h, AltEStripPattern.cxx, AltEStripPattern.h, AltEWeakCurrent.cxx, AltEWeakCurrent.h, AltNeuralNetFunc.cxx, AltNeuralNetFunc.h, AltNeuralNetI.cxx, AltNeuralNetI.h, AltWrapperStlVecStripHandle.cxx, AltWrapperStlVecStripHandle.h, jcm/AltRecoSlice.C: Modified Files: AltAlgSliceList.cxx AltAlgSliceList.h (devel) Added Files: - files adapted for the Altreco package from my NNFC (Neural Network Foundation Classes) which is not part of minossoft: Base Input Pattern class & Interface to Neural Net functions: AltNeuralNetFunc.cxx AltNeuralNetFunc.h AltNeuralNetI.cxx AltNeuralNetI.h - Basic enumerations used (or will be used) by AltReco AltEInteractionType.cxx AltEInteractionType.h AltENuFlavour.cxx AltENuFlavour.h AltEStripPattern.cxx AltEStripPattern.h AltEWeakCurrent.cxx AltEWeakCurrent.h - Wrappers for passing an STL vector to CandContext which only knows about objects inheriting from TObject... AltWrapperStlVecStripHandle.cxx AltWrapperStlVecStripHandle.h - Job Control macro for running AltReco's event slicing -- when it is ready Although, by then AlgConf entries will me quite different... jcm/AltRecoSlice.C 2003-10-22 17:01 asousa * Production/: R1.0/reco_production_R1.0.C, R1.0.0/reco_production_R1.0.0.C, R1.0.0a/reco_production_R1.0.0a.C: Corrections to the instructions contained in the reco scripts >= R1.0 . 2003-10-22 16:51 asousa * Production/: R1.0/reco_production_R1.0.C, R1.0.0/reco_production_R1.0.0.C, R1.0.0a/reco_production_R1.0.0a.C: [no log message] 2003-10-22 16:30 Nathaniel Tagg * PhotonTransport/macros/: blue.C, blue_ends.C, blue_pdf.C, compare_to_reroot.C, green.C, mc.C: Add more debugging/plot-making scripts. Revamp mc.C, the One Script to Rule Them All 2003-10-22 16:08 Brian Rebel * CandTrackSR/: CandTrackSR.cxx, CandTrackSRList.cxx, Track2DSR.cxx, TrackClusterSR.cxx: put back george's IsEquivalent commits. sorry for the inconvenience. 2003-10-22 13:57 Nathaniel Tagg * PhotonTransport/: LinkDef.h, PhotonDefaultModel.cxx, PhotonFullFibreModel.cxx, PhotonFullGreenTracker.cxx, PhotonMuonComputer.cxx, PhotonMuonComputer.h, PhotonMuonDecalibrator.cxx, test/CompareToReroot.cxx, test/CompareToReroot.h: More tuning, bug fix for full model. Add strip-to-strip calibration module. 2003-10-21 17:57 Costas Andreopoulos * AltReco/: AltAlgSliceList.cxx, AltAlgSliceList.h, AltModuleSliceList.cxx: devel 2003-10-21 15:43 Brian Rebel * CandTrackSR/AlgTrackSRList.cxx: recommit Roberts change of fUgh -> fVldc 2003-10-21 15:40 Robert Hatcher * CandTrackSR/AlgTrackSRList.cxx: reintegrate the replacement of fUgh (of type UgliGeomHandle) with fVldc (of type VldContext). 2003-10-21 12:32 Nathaniel Tagg * PhotonTransport/: PhotonDefaultModel.cxx, PhotonFastBlueModel.cxx: Tuning completed 2003-10-21 10:20 Nathaniel Tagg * PhotonTransport/: LinkDef.h, PhotonFullBlueTracker.cxx, PhotonFullBlueTracker.h: Commit a working non-working version so compilers everywhere don't spit out nasty errors to helpful site managers. 2003-10-21 01:04 George Irwin * Production/: R0.20.0/AlgConfigSummary.R0.20.0.txt, R1.0/AlgConfigSummary.R1.0.txt, R1.0.0a/AlgConfigSummary.R1.0.0a.txt: Commit AlgConfig parameter summaries for productions R0.20.0, R1.0, R1.0.0a 2003-10-20 23:03 Robert Hatcher * RawData/: RawSubRunEndBlock.cxx, RawSubRunEndBlock.h: version 1 of RawSubRunEndBlock is like version 2 of RawRunEndBlock in having total/dropped timeframes rather than deadtime (sec,ns). 2003-10-20 20:23 Ed Larty * OfflineMonitor/: NtpSR.C, reco.C, reco.h: # indented 2003-10-20 17:52 Costas Andreopoulos * AltReco/: AltAlgSliceList.cxx, AltAlgSliceList.h, AltModuleSliceList.cxx: Major work in progress - lots of changes... Out of this mesg's scope to list them. Event slicing not ready yet, but fairly close. 2003-10-20 16:30 Robert Hatcher * UgliGeometry/UgliLoanPool.cxx: make AlwaysUseDbi=kTRUE by default since tables for MC should exist everywhere. 2003-10-20 16:21 Nathaniel Tagg * DetSim/macros/detsim.C: Add UgliLoanPool::SetAlwaysUseDbi(true); to the list of suggested commands. Seems to be neccessary for Katazyna to run at Oxford. 2003-10-20 16:18 Nathaniel Tagg * DetSim/: DigiPEtoRawDigitModule.cxx, DigiPEtoRawDigitModule.h, SimDetector.h, SimQieClock.h, macros/detsim.C: Fixed compiler warning in SimQieClock. Random seed is now fixed to eventNo+runNo+user_configurable_seed, an entirely reasonable request by Caius/Mark. detsim script updated appropriately. 2003-10-20 15:39 Brian Rebel * CandTrackSR/: AlgTrackSR.cxx, AlgTrackSRList.cxx, CandTrackSR.cxx, CandTrackSRList.cxx, HoughViewSR.cxx, Track2DSR.cxx, TrackClusterSR.cxx: attempt to fix fpe in HoughTrackSR 2003-10-20 14:29 Robert Hatcher * UgliGeometry/: UgliScintPlnHandle.cxx, UgliSteelPlnHandle.cxx: fix operator=() so that it correctly (a) does nothing if assigning to itself (b) call underlying UgliPlnHandle::operator=(), which is not done automagically, for correct reference counting. 2003-10-20 14:27 Robert Hatcher * UgliGeometry/: UgliScintPlnNode.cxx, UgliSteelPlnNode.cxx: don't (by default) duplicate the ~UgliPlnNode warning about outstanding references upon dtor; if enabled print plane id as well as count. 2003-10-20 14:26 Robert Hatcher * UgliGeometry/UgliPlnNode.cxx: if dtor called when there are outstanding references output the plane id as well as the count. 2003-10-20 14:24 Robert Hatcher * UgliGeometry/UgliPlnHandle.cxx: add some Verbose (and #ifdef'd out) MSG's for tracking down problems with reference counting. 2003-10-20 14:21 Robert Hatcher * BField/BfldCache.cxx, UgliGeometry/UgliLoanPool.cxx: add some Debug MSG output. 2003-10-20 14:20 Robert Hatcher * BField/BfldLoanPool.cxx: tag BfldLoanPool as owner of the TObjArrays it hold for Mesh,Map,Cache items. explicitly delete cache list upon destruction (already doing mesh,map). 2003-10-20 13:28 Nathaniel Tagg * PhotonTransport/tables/PhotonFastBlueSpectrum.mc: Add data for fast (pdf) blue model 2003-10-20 13:27 Nathaniel Tagg * PhotonTransport/: LinkDef.h, PhotonCount.h, PhotonDefaultModel.cxx, PhotonDefaultModel.h, PhotonFastBlueModel.cxx, PhotonFastBlueModel.h, PhotonFullFibreModel.cxx, PhotonFullFibreModel.h, PhotonFullGreenTracker.cxx, PhotonFullGreenTracker.h, PhotonLookupTable.cxx, PhotonLookupTable.h, PhotonUtil.cxx, PhotonUtil.h, ScintHitToDigiPE.cxx, ScintPhoton.cxx, tables/insert.mysql: Archival update. Still works in progress. 2003-10-19 16:04 Mark Messier * IoModules/IoInputModule.cxx: In GoTo, only check BeginOfFile when going backwards. Only check EndOfFile when going forward. 2003-10-19 04:40 Sue Kasahara * Dispatcher/: DDSChildServer.cxx, DDSFileHandler.h: Bug fix to mechanism that determines that it's time to move on from an aborted open file. The purpose of the mechanism is to avoid dispatcher hangs on open aborted files, but it was getting confused under conditions in which the file directory is rapidly changing such that it occasionally mistakenly assumed files were aborted that were not. 2003-10-17 22:28 Robert Hatcher * CandFitTrackSR/AlgFitTrackSR.cxx, CandFitTrackSR/AlgFitTrackSR.h, CandTrackSR/AlgTrackSRList.cxx, CandTrackSR/AlgTrackSRList.h: Algorithms should not hold UgliGeomHandles -- they have no context to create them with when the Algorithm is created and they could potentially hold onto one after the geometry system is shut down. Having the alg hold a VldContext, re-initialized for every RunAlg() and using that to create UgliGeomHandles as necessary does not cause any significant overhead. CPU differences were lost in the noise when tested with 82 tracked/fitted snarls that took 12 minutes; actually it reported as going faster with the on-the-stack creation of UgliGeomHandles. 2003-10-17 22:27 Robert Hatcher * CandFitTrackSR/SwimObjSR.cxx: SwimObjSR is obsolete; assert(0) when creating one. 2003-10-17 20:35 dap56 * CDFMonitoringFwk/: CObject.cxx, CObject.h, ConsumerExport.cc, ConsumerList.cc, ConsumerList.h, DisplayServer.cc, HistoDisplay.cxx, HistoDisplay.h, TConsumerInfo.cxx: added some changes suggested by Robert to eliminate many of the compiler warnings. 2003-10-17 20:10 Ed Larty * WebDocs/FrozenRel.html: # Moved issues on R1.1.0 to another spot. 2003-10-17 18:51 Brian Rebel * CandTrackSR/HoughViewSR.cxx: get rid of unused variable warnings. 2003-10-17 17:28 dap56 * CDFMonitoringFwk/: CObject.cxx, CObject.h, ConsumerExport.cc, ConsumerList.cc, ConsumerList.h, DisplayServer.cc, GNUmakefile, HistoDisplay.cxx, HistoDisplay.h, HistoDisplayMain.cc, SocketUtils.cc, TConsumerInfo.cxx: New command line options added: > HistoDisplayMain -s -p i.e. > HistoDisplayMain -s minosdaq5.cern.ch -p 9091 2003-10-17 17:26 dap56 * Monitoring/: ChargeInjectAnalysis.cxx, ChargeInjectAnalysis.h, DigitAnalysis.cxx, DigitAnalysis.h, FileMain.h, LIAdcAnalysis.cxx, LIAdcAnalysis.h, LITimingAnalysis.cxx, LITimingAnalysis.h, MonState.cxx, MonState.h, Producer_dispatcher.cc, QieBlockAnalysis.cxx, QieBlockAnalysis.h, ReadFile.h, SinglAnalysis.cxx, SinglAnalysis.h, caldet.config, offline.config, online.config: - caldet: new Near Check Cal plots - LI: force processing of all summaries - new Troubleshooting folder - hot chips, bad pedestals, bad CalInject - removed all(?) compiler warnings 2003-10-17 17:18 Nick West * WebDocs/Companion/overview/: maintenance.html, srt.html, tutorial.html, tutorial_old.html, tutorial_preparation.html: Start preparing the ground for the new tutorials. 2003-10-17 16:58 Brian Rebel * CandFitTrackSR/AlgFitTrackSR.cxx: minor changes 2003-10-17 16:57 Brian Rebel * CandTrackSR/: AlgTrackSRList.cxx, AlgTrackSRList.h, HoughViewSR.cxx: add in Jim's spectrometer region tracking cosmetic changes to HoughViewSR and AlgTrackSRList 2003-10-17 16:40 rjn * PEGain/: analyseLIFiles.C, makeGainTextFile.C, makeTreeFromRawSummaries.C: Whipping away the old macro files 2003-10-17 16:39 rjn * PEGain/: GNUmakefile, README, analysis/plotPixelComp.C, doc/ryansQuickGuideToUsingTheReallyRatherWonderfulFeaturesOfThePEGa inPackage.txt, macros/analyseDriftPointRun.C, macros/makeGainTextFile.C, macros/makeHistosFromRawData.C, macros/makeTreeFromRawSummaries.C, macros/runAnalysisOnAlreadyCreatedDebugFiles.C, macros/writeGainsToDb.C: Put in some simple documentation and renamed / rearranged the macros. 2003-10-17 16:23 Ed Larty * OfflineMonitor/: NtpSR.C, reco.C: # set new cut for stopping muons 2003-10-17 15:50 Ed Larty * WebDocs/FrozenRel.html: # Notified users that release R1.1.0 is not fully tested and thus not supported by the Software group 2003-10-17 15:20 Nathaniel Tagg * JobControl/JobCEnv.cxx: Mod to JobCEnv: If you put the line: Loon.fpe: off in your ~/.rootrc file, it will turn off floating point exceptions. This can be handy for some jobs (i.e. those that rely upon fit functions or other strange behaviours). 2003-10-17 13:54 musser * CandEventSR/: AlgEventSRList.cxx, EventSRListModule.cxx: subtract 1mip/cosz per plane rather than 1 mip per plane from shower energy when subtracting primary mu energy loss 2003-10-17 13:49 musser * EventDisplay/: EVD.C, GfxShowerList.cxx: display proper shower energy when shower has mouse focus 2003-10-17 08:41 vahle * CalDetPID/data/timinghists.root: commiting timinghists.root, a file containing template timing histograms for overlap removal 2003-10-17 08:39 vahle * CalDetDST/: CalDet2003PlotsModule.cxx, UberModuleLite.cxx: fixed bug in CalDetPlotsMod., will handle cases where no events are processed more gracefully, added overlap chi2 variable to cpid 2003-10-17 08:37 vahle * CalDetPID/: AlgCalDetPID.cxx, AlgCalDetPID.h, CandCalDetPID.cxx, CandCalDetPID.h, CandCalDetPIDHandle.cxx, CandCalDetPIDHandle.h, LinkDef.h, LoadCalDetPIDDB.cxx, LoadCalDetPIDDB.h, NtpCalDetPID.cxx, NtpCalDetPID.h: added new chi2 method to determine whether an event is an overlapper 2003-10-17 08:36 vahle * CalDetSI/: CalDetSIModule.cxx, Cutter.cxx: changed messaging level of some output statements 2003-10-17 00:46 Mark Messier * IoModules/IoInputModule.cxx: Forgot one check on call depth 2003-10-17 00:43 Mark Messier * IoModules/IoInputModule.cxx: Add tracking of recursion level in input methods to prevent status from getting prematurely reset 2003-10-17 00:41 Mark Messier * JobControl/JobCModuleRegistry.cxx: Remove warning about duplicate entries 2003-10-17 00:10 Mark Messier * JobControl/: JobCInterpreter.cxx, JobCPathHandler.cxx: Suppress warnings about unused variables 2003-10-16 16:01 Mark Messier * setup/packages-development: Add GeoGeometry 2003-10-16 15:59 Mark Messier * CVSROOT/check_access: Add missing comma 2003-10-16 15:50 Mark Messier * CVSROOT/modules: Add GeoGeometry 2003-10-16 15:46 Mark Messier * GeoGeometry/.cvsignore: Start GeoGeometry package for Sue 2003-10-16 13:10 Nick West * DatabaseMaintenance/scripts/check_job_log.pm: Quit if errors found in job log. 2003-10-16 09:17 phil.adamson * PulserCalibration/: PulserAggList.cxx, PulserAggList.h, PulserAggModule.cxx, PulserAggModule.h, PulserDbiCurve.cxx, PulserDbiCurve.h, PulserDbiDoug.cxx, PulserDbiDoug.h, PulserDbiMasterDP.cxx, PulserDbiMasterDP.h, PulserDbiPin.cxx, PulserDbiPin.h, PulserRawGain.cxx: Clean up of fossilized code. Also remove some compile warnings. With any luck, this checkin will stop the breakage that I introduced yesterday. 2003-10-16 08:46 phil.adamson * PulserCalibration/LinkDef.h: Remove not yet checked in classes from linkdef 2003-10-16 03:02 George Irwin * OfflineTrigger/: LinkDef.h, OltBlockScan.cxx, OltBlockScan.h, OltCounter.cxx, OltCounter.h, OltDataIntegrity.cxx, OltDataIntegrity.h, OltNewModule.cxx, OltNewModule.h, OltRawLI.cxx, OltRawLI.h, OltTimeScan.cxx, bs.C, olt.C, olt_dds.C: Back-update package from development HEAD to branch R1-0 HEAD 2003-10-15 19:02 musser * EventDisplay/: EVD.C, GfxDigitList.cxx: fix to allow display of non-muxed (near detector) digits. 2003-10-15 17:12 Robert Hatcher * CDFMonitoringFwk/: HistoDisplay.cxx, HistoDisplay.h: change const'ness of second arg to strdelete() function to avoid warnings when passing fixed strings. fix what appears to be a tiny (1 char) memory leak; this might not be the right way to do it -- it might be more correct to remove the new and just use a pointer to "". The chosen approach might still leak, but is safe if one does a delete. 2003-10-15 17:08 Robert Hatcher * Monitoring/MonState.cxx: Change char* to const char* for a variable pointing at fixed strings. Changed this in Print() and Print(ostream *ofs). Looks like lots of duplicate code -- one might see if it makes sense to restructure this so that Print() simply calls Print(&cout). 2003-10-15 17:06 Robert Hatcher * Monitoring/LIAdcAnalysis.cxx: eliminate some warning messages by the addition of const's, commenting out some unused variables and parameters. 2003-10-15 17:04 Robert Hatcher * AltDeMux/: MyAna.cxx, MyAna.h, MyAnaX.cxx, MyAnaX.h, MyVeto.cxx, MyVeto.h: make signature of Reco() method match that of base class (ie. it is passed a NON-const MomNavigator*; Ana() is passed a const one). The different signatures are to distinguish the two concepts - Reco adds to mom, Ana doesn't modify anything. In all cases the Reco() methods look to be dummies and don't really need to be there, they'd correctly default to the underlying base classes' implementation ... actually its are confusing if they are there but don't do anything. But rather than tackle that I simply commented out the explicit naming of the mom parameter to avoid the unused parameter message. 2003-10-15 16:58 Robert Hatcher * AltDeMux/AlgAltDeMuxStandard.h: comment out explicit arg name for Draw(int) {} to avoid warning add 'using TObject::Draw;' to avoid warning that this is hidden by Draw(int). 2003-10-15 06:01 phil.adamson * PulserCalibration/: LinkDef.h, PulserDDSCheck.cxx, PulserDDSCheck.h: Leetle debugging tool 2003-10-14 16:31 Brett Viren * setup/msrt: The ever intrepid Nick finds another problem. In the case that one does an "msrt update" on a frozen base release and a package that is listed in the packages- was missing from the pre-existing release then it would get added (as it should) but at the HEAD version instead of the one listed in the packages- file (as it shouldn't). 2003-10-14 15:22 Brett Viren * setup/packages-R1.1.0: actually save file then commit 2003-10-14 14:22 Brett Viren * setup/packages-R1.1: Due to an errant kill-yank the packages files for R1-1 and R1-1-0 had bad values for JobControl and IoModules. Thanks to Nick for spotting this. With this commit, things should be made right. 2003-10-14 11:19 Nick West * DatabaseMaintenance/doc/dbmauto_db_priming.html: Another plug for lufs. 2003-10-14 11:13 Nick West * DatabaseMaintenance/doc/dbmauto_slave.html: Highlight Nathaniel's suggestion of lufs as an alternative to afs for laptops. 2003-10-13 14:36 hartnell * LISummary/tools/loonmania.pl: A quick script from Nathaniel to run over lots of data files 2003-10-13 14:32 hartnell * LISummary/: LIAna.C, LIAnalysis.cxx, LIAnalysis.h: Changed LIAnalysis to read in the new tree variable names masterCh was master minderCh was minder DebugPins now prints out the new ND pins at CalDet 2003-10-13 12:06 Costas Andreopoulos * AltReco/: AltAlgSliceList.cxx, AltAlgSliceList.h, AltModuleSliceList.cxx: Put AltReco aside for a couple of days to work on my slides for the RAL seminar... Many parts under development - the code can not be used yet. More important changes (that I recall) - Fix problem with erase() in STL vector which was invalidating the iterator - Use STL unary / binary functors for sorting or for replacing 'traditional' loops with STL's accumulate() - Finished the implementation of the recursive peak finder. That was very tricky... - Allow the option of weighting the time profile with charge - Allow the option to run the peak-finder in recursive or not-recursive mode - When limiting the duration of any slice-seed use number of time-profile bins (units of time resolution) rather than nsec... The latter causes a problem because then, in cshItr.GetSet()->Slice(a,b), a & b do not correspond to bin boundaries (and entries are uniformly distributed within a bin) - Update TimeSlice_t to hold total charge and the sum of charge*time products for all strips that belong to this slice seed. This makes the 1st-order refinement of slice seeds more clear without the need for temprorary structures... - Allow the option to skip slice refinement via 3-D clustering // right now k-Means (non-hierarchical) and MST (hierarchical) methods need work/testing... These methods are the first thing to start working on... - Change some naming conventions to make code more readable - More comments 2003-10-13 12:00 Nick West * DatabaseMaintenance/doc/dbmauto_status.html: DCS being fed from CalDet,Soudan -> FNAL, but (for now) FNAL is not distributing DCS. 2003-10-12 21:34 George Irwin * CandEventSR/: CandEventSR.cxx, CandEventSR.h, CandEventSRList.cxx, CandEventSRList.h: Move CPU heavy code from IsEqual to IsEquivalent methods. 2003-10-12 21:30 George Irwin * CandShowerSR/CandShowerSR.cxx, CandShowerSR/CandShowerSR.h, CandShowerSR/CandShowerSRList.cxx, CandShowerSR/CandShowerSRList.h, CandClusterSR/CandClusterSR.cxx, CandClusterSR/CandClusterSR.h, CandClusterSR/CandClusterSRList.cxx, CandClusterSR/CandClusterSRList.h: Move CPU heavy code from IsEqual to IsEquivalent methods. 2003-10-12 21:26 George Irwin * CandTrackSR/CandTrackSR.cxx, CandTrackSR/CandTrackSR.h, CandTrackSR/CandTrackSRList.cxx, CandTrackSR/CandTrackSRList.h, CandTrackSR/Track2DSR.cxx, CandTrackSR/Track2DSR.h, CandTrackSR/TrackClusterSR.cxx, CandTrackSR/TrackClusterSR.h, CandFitTrackSR/CandFitTrackSR.cxx, CandFitTrackSR/CandFitTrackSR.h, CandFitTrackSR/CandFitTrackSRList.cxx, CandFitTrackSR/CandFitTrackSRList.h, CandFitTrackSR/KalmanPlaneSR.cxx, CandFitTrackSR/KalmanPlaneSR.cxx.br, CandFitTrackSR/KalmanPlaneSR.cxx.rl, CandFitTrackSR/KalmanPlaneSR.h, CandFitTrackSR/KalmanPlaneSR.h.br, CandFitTrackSR/KalmanPlaneSR.h.rl: Move CPU heavy code from IsEqual to IsEquivalent methods. 2003-10-12 21:21 George Irwin * CandStripSR/CandStripSR.cxx, CandStripSR/CandStripSR.h, CandStripSR/CandStripSRList.cxx, CandStripSR/CandStripSRList.h, CandSliceSR/CandSliceSR.cxx, CandSliceSR/CandSliceSR.h, CandSliceSR/CandSliceSRList.cxx, CandSliceSR/CandSliceSRList.h: Move CPU heavy code from IsEqual to IsEquivalent methods. 2003-10-12 21:17 George Irwin * RecoBase/CandCluster.cxx, RecoBase/CandCluster.h, RecoBase/CandClusterList.cxx, RecoBase/CandClusterList.h, RecoBase/CandEvent.cxx, RecoBase/CandEvent.h, RecoBase/CandEventList.cxx, RecoBase/CandEventList.h, RecoBase/CandFitTrack.cxx, RecoBase/CandFitTrack.h, RecoBase/CandFitTrackList.cxx, RecoBase/CandFitTrackList.h, RecoBase/CandReco.cxx, RecoBase/CandReco.h, RecoBase/CandRecoList.cxx, RecoBase/CandRecoList.h, RecoBase/CandShower.cxx, RecoBase/CandShower.h, RecoBase/CandShowerList.cxx, RecoBase/CandShowerList.h, RecoBase/CandSlice.cxx, RecoBase/CandSlice.h, RecoBase/CandSliceList.cxx, RecoBase/CandSliceList.h, RecoBase/CandStrip.cxx, RecoBase/CandStrip.h, RecoBase/CandStripList.cxx, RecoBase/CandStripList.h, RecoBase/CandTrack.cxx, RecoBase/CandTrack.h, RecoBase/CandTrackList.cxx, RecoBase/CandTrackList.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: Move CPU heavy code from IsEqual to IsEquivalent methods. 2003-10-12 21:11 George Irwin * Candidate/: CandBase.cxx, CandBase.h, CandHandle.cxx, CandHandle.h, test/cand_test.C, test/cand_test.job: Move CPU heavy code from IsEqual to IsEquivalent method. 2003-10-12 20:10 cbs * CalDetTracker/MuonCalib/Makefile: Makefile updated 2003-10-12 19:57 cbs * CalDetTracker/MuonCalib/: MuCalIter.cxx, README: Updated calibration constant maker 2003-10-12 19:46 cbs * CalDetTracker/: CDTrackerModuleStrips.cxx, CDTrackerModuleStrips.h, LinkDef.h: Made changes to code to accommodate new class: CDPIDInfo 2003-10-12 19:44 cbs * CalDetTracker/: CDPIDInfo.cxx, CDPIDInfo.h: PID info taken from the CalDetSI package 2003-10-12 19:41 cbs * CalDetTracker/: CDBeamMuTracker.cxx, CDCosmicTracker.cxx, CDCrossTalker.cxx, CDMapMaker.cxx, CDTracker.cxx: Bug fix in BeamMuTracker. Improvement to CDTracker to try to remove cross-talk along track.Other sundry changes. 2003-10-12 19:35 cbs * CalDetTracker/MuonCalib/: PathLengthFuncs.C, PathLengthFuncs.h: Added new function related to zero reconstruction 2003-10-11 22:02 George Irwin * Candidate/: CandBase.cxx, CandHandle.cxx: Prefix address check to IsEqual method. 2003-10-10 22:58 George Irwin * Candidate/test/: GNUmakefile, cand_test.C, cand_test.job: Changes to test directory from Paul E. 2003-10-10 22:18 George Irwin * CandTrackSR/: CandTrackSR.cxx, Track2DSR.cxx, Track2DSR.h: Add Track2DSR::IsEqual method and make Track2DSR::operator== method const. Change CandTrack::IsEqual tests for fUTrack,fVTrack to TestPtrEquivalence. 2003-10-10 21:49 George Irwin * RecoBase/CandReco.cxx: Fix fCandSlice test in IsEqual method. From Paul E. 2003-10-10 20:43 musser * EventDisplay/: EVD.C, UserHist.cxx: fix to suppress update of time hist in case where ndigit=1. Accessing Mint->fTimeRange results in a seg fault in this case for unknown reasons. 2003-10-10 17:01 Ed Larty * setup/: packages-development, setup_minossoft_tamu: # added package "Production" to list 2003-10-10 16:13 Brett Viren * PerfTools/python/perftool/CallGraph.py: Fix use of None as array index. Okay on Python 2.3, not 2.2. Thanks to Nathaniel for finding this. 2003-10-10 15:45 Brett Viren * PerfTools/: Makefile, sourceme.build, python/graphviz/graph/Makefile, src/Makefile: Add "PYINC" build variable so as to set where they Python headers are on your system. Handle installation when not in an SRT env. 2003-10-10 14:59 Brian Rebel * CandTrackSR/: AlgTrackSRList.cxx, AlgTrackSRList.cxx.rl, AlgTrackSRList.h, AlgTrackSRList.h.rl: save roy's version in the *.cxx.rl and *.h.rl files commit revised version 2003-10-10 14:44 Nathaniel Tagg * DetSim/: DigiPEtoRawDigitModule.cxx, DigiPEtoRawDigitModule.h, macros/detsim.C: Add configurable output SimFlag context, to help get around some DB issues. 2003-10-10 14:37 Brett Viren * PerfTools/: doc/index.html, python/ptrun.py: Only a doc change: Clarify and give examples that when running a program that itself needs command line args, one needs to put program+args in quotes when calling ptrun.py. Ie: ptrun.py -c "myprogram --and the -a -r -g -s and input files" -l log 2003-10-10 14:06 hartnell * LISummary/LISummarySorter.cxx: Bug fix to the setdetectortype method. It was not managing to set it properly and was defaulting to the far detector 2003-10-10 14:06 Brian Rebel * CandFitTrackSR/: AlgFitTrackSR.cxx, AlgFitTrackSR.cxx.rl, AlgFitTrackSR.h, AlgFitTrackSR.h.rl, CandFitTrackSRHandle.cxx, CandFitTrackSRHandle.cxx.rl, CandFitTrackSRHandle.h, CandFitTrackSRHandle.h.rl, KalmanPlaneSR.cxx, KalmanPlaneSR.cxx.rl, KalmanPlaneSR.h, KalmanPlaneSR.h.rl: save roy's versions of the code as *.cxx.rl and *.h.rl commit the revised versions of the code 2003-10-09 23:31 avva * CandFitTrackSA/: FitTrackSAListModule.cxx, GeoFT.cxx, GeoFT.h: Fix geometry interface for near detector. 2003-10-09 22:23 Brett Viren * PerfTools/: include/Profiler.hpp, python/ptrun.py, python/perftool/ProfLogger.py, src/prof/Profiler.cpp, src/prof/StartProfiler.cpp: Add the ability to set PERF_TOOLS_EXT to control the extension for the prof_libs.out and prof.out files. 2003-10-09 19:04 George Irwin * CandFitTrackSR/CandFitTrackSR.cxx, CandFitTrackSR/CandFitTrackSR.h, CandFitTrackSR/CandFitTrackSRList.cxx, CandFitTrackSR/CandFitTrackSRList.h, CandFitTrackSR/KalmanPlaneSR.cxx, CandFitTrackSR/KalmanPlaneSR.cxx.br, CandFitTrackSR/KalmanPlaneSR.h, CandFitTrackSR/KalmanPlaneSR.h.br, CandEventSR/CandEventSR.cxx, CandEventSR/CandEventSR.h, CandEventSR/CandEventSRList.cxx, CandEventSR/CandEventSRList.h: Overload TObject::IsEqual methods with versions which call templated CandBase::Test... methods for Candidate Validation from Paul Echevarria. No change to pre-existing functionality. 2003-10-09 18:52 George Irwin * CandShowerSR/CandShowerSR.cxx, CandShowerSR/CandShowerSR.h, CandShowerSR/CandShowerSRList.cxx, CandShowerSR/CandShowerSRList.h, CandClusterSR/CandClusterSR.cxx, CandClusterSR/CandClusterSR.h, CandClusterSR/CandClusterSRList.cxx, CandClusterSR/CandClusterSRList.h, CandTrackSR/CandTrackSR.cxx, CandTrackSR/CandTrackSR.h, CandTrackSR/CandTrackSRList.cxx, CandTrackSR/CandTrackSRList.h, CandTrackSR/Track2DSR.cxx, CandTrackSR/Track2DSR.h, CandTrackSR/TrackClusterSR.cxx, CandTrackSR/TrackClusterSR.h: Overload TObject::IsEqual methods with versions which call templated CandBase::Test... methods for Candidate Validation from Paul Echevarria. No change to pre-existing functionality. 2003-10-09 18:48 George Irwin * RecoBase/CandCluster.cxx, RecoBase/CandCluster.h, RecoBase/CandClusterList.cxx, RecoBase/CandClusterList.h, RecoBase/CandEvent.cxx, RecoBase/CandEvent.h, RecoBase/CandEventList.cxx, RecoBase/CandEventList.h, RecoBase/CandFitTrack.cxx, RecoBase/CandFitTrack.h, RecoBase/CandFitTrackList.cxx, RecoBase/CandFitTrackList.h, RecoBase/CandReco.cxx, RecoBase/CandReco.h, RecoBase/CandRecoList.cxx, RecoBase/CandRecoList.h, RecoBase/CandShower.cxx, RecoBase/CandShower.h, RecoBase/CandShowerList.cxx, RecoBase/CandShowerList.h, RecoBase/CandSlice.cxx, RecoBase/CandSlice.h, RecoBase/CandSliceList.cxx, RecoBase/CandSliceList.h, RecoBase/CandStrip.cxx, RecoBase/CandStrip.h, RecoBase/CandStripList.cxx, RecoBase/CandStripList.h, RecoBase/CandTrack.cxx, RecoBase/CandTrack.h, RecoBase/CandTrackList.cxx, RecoBase/CandTrackList.h, RecoBase/Vertex.cxx, RecoBase/Vertex.h, CandStripSR/CandStripSR.cxx, CandStripSR/CandStripSR.h, CandStripSR/CandStripSRList.cxx, CandStripSR/CandStripSRList.h, CandSliceSR/CandSliceSR.cxx, CandSliceSR/CandSliceSR.h, CandSliceSR/CandSliceSRList.cxx, CandSliceSR/CandSliceSRList.h: Overload TObject::IsEqual methods with versions which call templated CandBase::Test... methods for Candidate Validation from Paul Echevarria. No change to pre-existing functionality. 2003-10-09 16:45 hartnell * LISummary/: LIAna.C, LIAnalysis.cxx, LILookup.cxx, LILookup.h, LIPlex.C, LIPlexMaps.cxx, LIPlexMaps.h, LISummarySorter.cxx: Several improvements including to the driftwithtime method in plex maps 2003-10-09 16:43 hartnell * LISummary/macros/DriftWithTime.C: Macro to loop over the database and make plots of the gain drift etc 2003-10-09 14:08 musser * RecoBase/: CandEventHandle.cxx, CandRecoHandle.cxx: Fix Mip/Gev conversion 2003-10-09 14:06 Nick West * WebDocs/WebDocs.html: Move Oxford version of doxygenated loon code to UNIX web server. 2003-10-09 13:54 musser * CandShowerSR/ShowerSRListModule.cxx: fix typo in previous submission 2003-10-09 13:32 musser * CandShowerSR/: AlgShowerSR.cxx, CandShowerSRHandle.cxx, CandShowerSRHandle.h, ShowerSRListModule.cxx: change mip/gev to conform to new mip/sigmap conversion in db 2003-10-08 21:47 Mark Messier * JobControl/: JobCommand.cxx, test/testjobc.C: [1] Add testing of Input.Set("Format=reroot"); [2] Remove debug prints 2003-10-08 20:19 Ed Larty * WebDocs/FrozenRel.html: # use latest root version 3.10.01 2003-10-08 20:05 Ed Larty * setup/packages-R1.1.0: # missing spelling in JobControl 2003-10-08 18:58 Brett Viren * MessageService/MsgStream.cxx: Initialize fLogLevel and fCurrentLogLevel 2003-10-08 16:30 Ed Larty * WebDocs/FrozenRel.html: # added new frozen package 2003-10-08 15:53 Robert Hatcher * Rotorooter/: RotoServer.cxx, RotoServer.h: Change name of bogus file to BOGUS__p__