2005-07-11 17:12 Ed Larty * setup/packages-R1.18: # ANNOUNCING new generic frozen release R1.18 being tested with root version 4.04.02 2005-07-11 16:49 Ed Larty * WebDocs/packages-info.txt: # added new info for new release 2005-07-11 15:42 Nathaniel Tagg * PulserCalibration/PmtDrift/: PhotonStatSummarizer.cxx, PhotonStatSummarizer.h: UChar_t has problems when used as an int-like thing. Go to Short_t 2005-07-11 14:29 Nathaniel Tagg * PulserCalibration/PmtDrift/: PhotonStatSummarizer.cxx, PhotonStatSummarizer.h, pmtdrift.C: Some more monitoring stuff. 2005-07-11 12:38 Nick West * DatabaseMaintenance/: DbmModule.cxx, DbmModule.h, doc/ChangeLog, doc/Help.txt: Add new command to dbmjob: SetLogLevel. 2005-07-11 12:26 Nick West * Util/MsgUtil.cxx: Check for illegal level codes 2005-07-11 03:20 Sue Kasahara * Dispatcher/: DDSChildServer.cxx, ddschildserver.cc, test/DemoClient.cc: Modify DDSChildServer to shutdown client if client is inactive (no new instructions sent) for fMaxInactive (def = 21600 secs). This is to help with problem observed at detector sites with lingering inactive clients causing the ddsparentserver to "saturate" with the maximum allowed 10 childservers running. 2005-07-10 21:50 Sue Kasahara * Dispatcher/: DDSChildServer.cxx, DDSChildServer.h, DDSParentServer.cxx, DDSParentServer.h, ddschildserver.cc, ddsparentserver.cc: New ddsparentserver command line argument to allow max inactive time limit of clients to be configured. Default inactive time is 21600 seconds (6 hours). New ddsparentserver usage: ddsparentserver -p -m -l -t -p: port number to listen on (default=9090) -m: maximum number of concurrent clients (default = 10) -l: loglevel at which to print messages (default=Info). valid arguments are: Verbose, Debug, Synopsis, Info, Warning, Error, Fatal -t: inactive client time limit(sec) before child server will disconnect -h: print this message Still need to implement use of new paremeter in DDSChildServer. 2005-07-10 21:11 Sue Kasahara * Dispatcher/: DDS.cxx, DDS.h: New child server return status: kInactive // Client connection shutdown due to inactivity 2005-07-10 20:12 Sue Kasahara * GeoGeometry/: GeoStripNode.cxx, GeoStripNode.h: Implement former dummy method: virtual Float_t GetTPos(Float_t orthCoord = 9999.) const; Implementation is different than that of UgliStripNode::GetTPos and still needs to be validated against Ugli to check that it's doing the same thing. Upgrade "Dummy" method: virtual Float_t TotalAttenuation(StripEnd::StripEnd_t end, const Float_t alongLength) const; to "Dummy, but also dummy in UgliStripNode" There are now 3 remaining GeoXXXNode methods to implement to offer same functionality in reconstruction as Ugli. 2005-07-10 17:19 Sue Kasahara * GeoGeometry/: GeoStripNode.cxx, GeoStripNode.h: Implement former dummy method: virtual TVector3 GlobalPos(const Float_t alongLength, const Bool_t onWLS = kFALSE) const; although onWLS flag is ignored for now (same as in Ugli implementation)). 2005-07-10 17:03 Sue Kasahara * GeoGeometry/: GeoStripNode.cxx, GeoStripNode.h: Implement former dummy method: virtual Float_t ClearFiber(StripEnd::StripEnd_t end) const; 2005-07-08 21:21 Robert Hatcher * Plex/: PlexMuxBoxId.cxx, PlexMuxBoxId.h: comparison operators have been wrong from day one ... masked off wrong bits. add copy ctor and assignment operator to override default simple data copy so that assignment/ctor from derived class (PinDiodeId or PixelSpotId) will strip off the irrelevant bits. also strip off irrelevant bits when ctor'ing from encoded value. 2005-07-08 21:14 Brett Viren * BeamDataUtil/: BDSpillAccessor.cxx, BDSpillAccessor.h: Change how BDSpillAccessor works to match the new way the BeamMonSpill table will be written. This is blatant rip from how Nathaniel's SpillTimeFinder works. Coupled with the soon-to-be-refilled BeamMonSpill table, this should fix the problem of apparently missing spills. 2005-07-08 21:10 Brett Viren * BeamDataUtil/: BDSpillAccessor.h, test/BDCheckDB.cxx: BDSpillAccessor.cxx 2005-07-08 20:49 Brett Viren * BeamDataUtil/test/: BDCheckDB.cxx, BDCheckDB.h, bd_check_db.C: Begin of a class to check DB against raw files 2005-07-08 20:48 Brett Viren * BeamDataUtil/test/: BDTestData.cxx, BDTestData.h, LinkDef.h, convert_bdtd.C, spill_access.C: Follow BDSpillAccessor changes 2005-07-08 20:48 Brett Viren * BeamDataUtil/test/run_bdtd.coop.sourceme: For running on BNL co-op cluster 2005-07-08 20:47 Brett Viren * BeamDataDbi/: BMSpillFiller.cxx, BMSpillFiller.h: Change how per-spill table is filled. VldRange is now set by the integral seconds of first and last spill in the range. 2005-07-08 20:45 cbs * CandSubShowerSR/AlgSubShowerSRList.cxx: [no log message] 2005-07-08 20:45 Brett Viren * BeamDataDbi/scripts/: dbu.C, dbu_peds.C, do_all.sh, run_bdbu.sh, run_bdbu_coop_cron.sh: Quiet the dbu scripts. Turn off mailing of log files. 2005-07-08 17:19 musser * CandTrackSR/: DBtxt_AlgTrackSRList_FarBeam.C, Track2DSR.cxx: uploaded wrong version of Track2DSR 2005-07-08 16:43 musser * CandTrackSR/: AlgTrackSRList.cxx, AlgTrackSRList.h, DBtxt_AlgTrackSRList_NearBeam.C, Track2DSR.cxx: Add linear fit to obtain initial track slope/intercept in the case Hough fails Use Mike K.'s plane outlines to determine when track is in partially instrumented part of detector Remove strips in spectrometer from strip and slice strip lists which share a channel with a track strip, but are not themselves on a track fix Track2DSR::GetChi2 so that something more like a true chi2 is returned Modification to logic for removing shorter track in multiple track slices 2005-07-08 13:21 Nick West * Util/doc/ChangeLog: Record tag version: V01-01-08 2005-07-08 13:01 Nick West * WebDocs/Companion/overview/macros/loon_reco_job.C: Fix up for R1.18 2005-07-08 12:58 Nick West * UserManualDoc/: doc/ChangeLog, src/UserManual.tex: Record tag version: V01-01-10 2005-07-08 12:41 Nick West * DatabaseMaintenance/doc/ChangeLog: Record tag version: V01-05-00 2005-07-08 12:32 Nick West * DatabaseInterface/doc/ChangeLog: Record tag version: V01-07-00 2005-07-08 11:48 Nick West * DatabaseMaintenance/scripts/arc_get_table_status.pm: Tweaks for MySQL 4.1 2005-07-08 05:00 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Add CALPMTDRIFT 2005-07-08 04:56 Nick West * DatabaseMaintenance/scripts/: analyse_checksum.pm, create_analyse_checksum.pm: Bug fix: Really limit number of reported conflicts where there are many 2005-07-08 04:24 Sue Kasahara * WebDocs/MinosCollabStandardNtupleJune2005.pdf: A link to this document is now part of the standard_ntuples overview. 2005-07-08 04:21 Sue Kasahara * UserManualDoc/src/ntuples.tex: Add a description of the NtpSt ntuple to the chapter introduction. 2005-07-08 03:54 Sue Kasahara * WebDocs/ntuple_examples/: drawNtpSt_crzenith.C, index.html, rootcintNtpSt_crzenith.C, selectNtpSt.C, selectNtpSt_snarllist.dat: Add 3 new example scripts which make use of NtpSt. selectNtpSt uses an input data list of select run,snarl numbers to select ntuple entries of interest and write the selected entries out to file. 2005-07-08 03:40 Sue Kasahara * WebDocs/standard_ntuples.html: Update to standard ntuples documentation to include description of NtpSt and a little more info about different tools to analyze ntuples. 2005-07-08 00:17 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: add some comments 2005-07-07 21:02 musser * CandShowerSR/: AlgShowerSR.cxx, AlgShowerSS.cxx, DBtxt_AlgShowerSR_default.C, DBtxt_AlgShowerSS_default.C: move code that uses Andy C.s shower calibrations to a method in CandShowerHandl\e. Add Andy's constants to the DBtxt files 2005-07-07 21:01 musser * CandEventSR/: AlgEventSR.cxx, AlgEventSRList.cxx: move code that uses Andy C.s shower calibrations to a method in CandShowerHandle. 2005-07-07 20:44 musser * RecoBase/: CandShowerHandle.cxx, CandShowerHandle.h: add method CalibrateEnergy to CandShowerHandle. This method uses Andy C.'s calibrations to calculate shower energy for all possible shower types. If this method is passed a non-null CandTrackHandle, the track pulse height is subtracted from the CC shower estimates (but not NC or EM) 2005-07-07 20:41 musser * CandNtupleSR/: NtpSRShower.h, NtpSRShowerPulseHeight.cxx, NtpSRShowerPulseHeight.h, Module/NtpSRModule.cxx: NtpSRShowerPulseHeight inherits directly from TObject Add now shower tree members shw.shwph.wtCCgev shw.shwph.linCCgev shw.shwph.wtNCgev shw.shwph.linNCgev shw.shwph.EMgev 2005-07-07 19:15 Brett Viren * Util/: UtilBlockedRunningAverage.cxx, UtilBlockedRunningAverageVector.cxx: Fix the bug that the last commit should have. The ordering of how things were being done in SetSampleSize could let an empty deque be dereferenced. This should now be fixed. Really. No joke. For sure. 2005-07-07 18:19 Brett Viren * Util/: UtilBlockedRunningAverage.cxx, UtilBlockedRunningAverageVector.cxx: Protect against previously zero size in SetSampleSize 2005-07-07 13:49 Nick West * DatabaseMaintenance/doc/dbmauto_db_priming.html: Add --server_v3 to list of load_tables.sh options 2005-07-07 13:48 Nick West * DatabaseMaintenance/tools/load_tables.sh: Add hint to try --server_v3 if get SQL errors 2005-07-07 13:33 Nick West * DatabaseMaintenance/scripts/arc_main.pm: Add reminder message to send out ALTER TABLE SQL 2005-07-07 13:26 Nathaniel Tagg * PulserCalibration/PmtDrift/PhotonStatSummarizer.cxx: Fix temperature field. 2005-07-07 13:08 Nathaniel Tagg * PulserCalibration/PmtDrift/: PhotonStatSummarizer.cxx, PhotonStatSummarizer.h, pmtdrift.C: Make it configurable so I can put the output file where I like. 2005-07-07 12:55 cbs * CandShowerSR/: CandShowerSRHandle.cxx, CandShowerSRHandle.h: Added BelongsWithShower() function in order to tag spatially distinct neutron showers. Function is called during event formation. 2005-07-07 12:48 cbs * CandSubShowerSR/: AlgSubShowerSR.cxx, AlgSubShowerSR.h, AlgSubShowerSRList.cxx, CandSubShowerSRHandle.cxx, CandSubShowerSRHandle.h: Added GetAveTime() to CandSubShowerSRHandle. Added timing constraint to SubShower Halo formation step in AlgSubShowerList Updated XTalk definition in AlgSubShower + tidied up code. 2005-07-07 12:43 cbs * CandEventSR/AlgEventSRList.cxx: Reintroducing BelongsWithShower() for SubShower reco chain. 2005-07-07 11:54 Nick West * CVSROOT/check_access: Add Chris Smith to CandEventSR and RecoBase 2005-07-06 22:39 Brett Viren * BeamDataUtil/test/BDTestData.cxx: Don't write garbage if toroid device is missing 2005-07-06 20:55 boehm * BeamDataUtil/BDSpillAccessor.cxx: Backporting Bretts change to R1_17 This "invalidate local cache if initial query lands in a gap. this was at least one source of bogus data getting returned." 2005-07-06 20:38 Jon Urheim * CandEventSR/AlgEventSR.cxx: replace "cout" with MSG("EventSR", Msg::kVerbose) 2005-07-06 19:05 Brett Viren * BeamDataUtil/test/: BDTestData.cxx, BDTestData.h, run_bdtd.sh: Don't look at non 0xa9 triggered readouts. 2005-07-06 19:03 Brett Viren * BeamDataDbi/BeamMonDbuModule.cxx: Use E:TRTGTD instead of E:TOR101 for npot in BeamMonFileSummary totals 2005-07-06 18:56 Brian Rebel * AnalysisNtuples/: ANtpEventInfoNC.cxx, ANtpEventInfoNC.h: add data member to keep track of early activity in the detector for each event in a snarl 2005-07-06 18:23 Brett Viren * Util/: UtilRunningAverage.cxx, UtilRunningAverageVector.cxx: The data is held in a deque. New data is push_front()'ed, old is pop_back()'ed. For a rational programmer, this would imply that LastSample() returns deque::front(). It was returning deque:back(). This is the source of the bogosity in the BeamMonSpill toroid values. It resulted in the values from 10 spills ago being used for the current spill. Grrr. 2005-07-06 17:05 Robert Hatcher * DataUtil/RawRecCounts.cxx: initialize fFileRootVersion (to 0) in case the file has no records we don't pick up garbage. 2005-07-06 15:19 Nathaniel Tagg * Calibrator/: LinkDef.h, PmtDriftCalScheme.cxx, PmtDriftCalScheme.h: Add the new calibration scheme that can use the "new" pmt-by-pmt tables. 2005-07-06 15:03 moeller * Contrib/IMD/: ANtpEventInfoIMD.cxx, ANtpEventInfoIMD.h, ANtpTrackInfoIMD.cxx, ANtpTrackInfoIMD.h, Module/ANtpInfoObjectFillerIMD.cxx, Module/ANtpInfoObjectFillerIMD.h: Add distance-to-edge variables for track end. 2005-07-06 14:07 Nathaniel Tagg * PulserCalibration/PmtDrift/: PhotonStatSummarizer.cxx, pmtdrift.C: Attempt to kill FPEs. 2005-07-06 10:32 Nathaniel Tagg * PulserCalibration/PmtDrift/PhotonStatSummarizer.cxx: Hey, Rocky, watch me pull a rabbit out of this hat. Again? This time for sure. 2005-07-06 10:29 Nathaniel Tagg * PulserCalibration/PmtDrift/: PhotonStatSummarizer.cxx, pmtdrift.C: Add comment to DbiWriter. Add hacks for FNAL MySQL login. 2005-07-06 09:55 Nathaniel Tagg * Calibrator/CalPmtDrift.cxx: Remove debugging line. 2005-07-06 00:01 tjyang * NueAna/Display/NueDisplayModule.cxx: modify "Read" mode 2005-07-05 23:31 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: fix some bugs 2005-07-05 21:56 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFiller.cxx: fill the event number from the ANtpInfoObjectFiller for a change. 2005-07-05 20:07 Robert Hatcher * DataUtil/: RawRecCounts.cxx, RawRecCounts.h: report ROOT version the file was written with as a formatted string. change MSG package name string from XYZZY to "DataUtil" 2005-07-05 19:02 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: some tiny modifications 2005-07-05 18:22 shanahan * Contrib/IMD/Module/: ANtpInfoObjectFillerIMD.cxx, ANtpInfoObjectFillerIMD.h: ANtpInfoObjectFillerIMD now has private: fManipulator 2005-07-05 16:20 Nathaniel Tagg * PulserCalibration/PmtDrift/: LinkDef.h, PhotonStatSummarizer.cxx, PhotonStatSummarizer.h, pmtdrift.C: Add a tree for average detector drift. Put temperatures in tree Fix PMT encoding so it works Add an additional parameter for PMT ID, since the original seems to flop. 2005-07-05 15:24 Nathaniel Tagg * Calibrator/CalPmtDrift.cxx: Change PMT encoded value to be the one returned by PlexPixelSpotId::GetUniquePmtEncodedValue() 2005-07-05 02:51 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: modify I/O features 2005-07-05 00:08 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: add buttons to get rid of low ph digits and to rotate lego plots. 2005-07-04 18:54 cbs * CandShowerSR/CandShowerSRHandle.cxx: Updated function BelongsWithTrack() for associating showers and tracks during event building. 2005-07-04 17:31 cbs * CandSubShowerSR/CandSubShowerSRHandle.cxx: Set defaults for GetMaxU, GetMaxV to -999 and defaults for GetMinU, GetMinV to 999. 2005-07-04 15:59 Nathaniel Tagg * PulserCalibration/PmtDrift/GNUmakefile: Doh. Forgot the makefile. 2005-07-04 15:45 Nathaniel Tagg * PulserCalibration/: GNUmakefile, PmtDrift/LinkDef.h, PmtDrift/PhotonStatSummarizer.cxx, PmtDrift/PhotonStatSummarizer.h, PmtDrift/Summarizer.cxx, PmtDrift/Summarizer.h, PmtDrift/pmtdrift.C: Add new experimental sub-package for re-summarizing PULSERDRIFT databases into CALPMTDRIFT databases. 2005-07-04 14:27 Nathaniel Tagg * Calibrator/: CalPmtDrift.cxx, CalPmtDrift.h, LinkDef.h: Add a database row class reprsenting a PMT drift point. This DB row is meant to replace the by-stripend PMTDRIFT database, at least for the end-user. 2005-07-04 14:21 Nick West * UserManualDoc/src/database_interface.tex: Cover case when local derived cache holds pointers to DbiResult 2005-07-04 14:14 Nick West * DatabaseInterface/: DbiResultPtr.h, DbiResultPtr.tpl: Change API: Add GetResultID() 2005-07-04 11:27 Nick West * DatabaseMaintenance/tools/load_tables.sh: Add -v -v to mysql command if --debug 2005-07-04 11:16 Nick West * DatabaseMaintenance/: doc/ChangeLog, scripts/analyse_checksum.pm, scripts/create_analyse_checksum.pm, scripts/primer/launch_help.txt: Add new checksum analysis switch: --limit_report_per_table 2005-07-04 10:51 Nick West * DatabaseMaintenance/scripts/arc_get_table_status.pm: Remove log file afte use 2005-07-04 10:51 Nick West * DatabaseMaintenance/scripts/arc_convert_rows.pm: Discard contents file if there are no SEQNOs to copy 2005-07-03 01:08 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: polish I/O facility, user can switch between 'WRITE' and 'READ' modes, in 'READ' mode, only events recorded in a text file will be displayed. 2005-07-02 06:26 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: Add facility to read events from a file. 2005-07-02 04:29 asousa * BField/BfldCache.cxx: Backport BField defaults fix by Robert. 2005-07-01 23:10 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: update display, almost done 2005-07-01 22:14 Robert Hatcher * BField/BfldCache.cxx: Make maps 159/204 the defaults for Near/FarDet (both MC+Data) if one can't find the appropriate BFLDDBIPLANEMAP table entry. 2005-07-01 21:35 boehm * CandDigit/DBtxt_AlgDeMuxDigitList_devel.C: Backporting the same modification to R1-17 2005-07-01 21:34 boehm * CandDigit/DBtxt_AlgDeMuxDigitList_devel.C: Modifying the AltDemux COnfiguration file to have acd.Set("NormalizeWeights", 1); // Normalize weights to 1 if non-zero acd.Set("TrimHyps", 1); // Drop "0" weights if neg., or keep top N 2005-07-01 20:10 Robert Hatcher * Plex/: PlexLoanPool.cxx, Plexus.cxx: new pkg config key "Paranoia" set the level at which database entries are checked when filling Plexus maps: 0 = no checking (current default) 1 = check 1:N maps for duplicate keys check 1:1 maps for duplicate values (PinDiode->RawChannelId) but suppress warnings about crazy StripEnds (GetPlane() = 1023) 2 = report plane 1023 errors as well 2005-07-01 16:49 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: change GuiTextButton to GuiLabel 2005-07-01 16:18 Robert Hatcher * CVSROOT/check_access: remove "rjn" add "tjyang" on PulserCalibration. 2005-07-01 02:09 dap56 * Monitoring/Producer_dispatcher.cc: Run-end sequence is now only triggered by RawRunEndBlocks or the detection of a new run number. The previous method of using DDS::TimeOutNewFile messages occasionally produced spurious end-run signals and has now been removed. Some minor tweaks to the parameters in the OM keep-up algorithm. Snarl selection algorithm changed such that all SGATES are now processed in the ND. Cosmic snarls are still subject to 1-in-N sampling. 2005-06-30 23:07 Robert Hatcher * AnalysisNtuples/Module/ANtpInfoObjectFiller.h: make VldContext fVldc "protected" so derived classes can access it. 2005-06-30 22:12 Brian Rebel * AnalysisNtuples/Module/: ANtpInfoObjectFiller.cxx, ANtpInfoObjectFiller.h: add a VldContext data member to the base ANtpInfoObjectFiller class. 2005-06-30 21:25 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: update event display, add the same preselections as in Mad and a button that allows you to enable or disable the cuts 2005-06-30 19:59 Brett Viren * BeamDataUtil/BDSpillAccessor.cxx: Invalidate local cache if initial query lands in a gap. This was at least one source of bogus data getting returned. 2005-06-30 16:04 Robert Hatcher * NeugenInterface/neugen_wrapper.cxx: fix memory leak reported by Tricia Vahle. 2005-06-30 14:38 Nick West * DatabaseMaintenance/scripts/: arc_convert_rows.pm, arc_main.pm: Support the --update_slave mode 2005-06-30 14:37 Nick West * DatabaseMaintenance/scripts/call_system.pm: Remove temporary output file after use 2005-06-30 10:22 Nathaniel Tagg * DataUtil/: PurgeCandidateModule.cxx, PurgeCandidateModule.h: Add a module to delete candidates from Mom. By default, the PurgeCandidateModule removes everything that is not a CandDigitList 2005-06-30 10:21 Nathaniel Tagg * CandData/: CandRecord.cxx, CandRecord.h: Add a return value to RemoveCandHandle. 2005-06-30 07:44 Nick West * DatabaseInterface/test/DbiValidate.cc: Fix gcc 3.4 error - it won't use the templated MsgStream::operator << with an enum 2005-06-29 23:25 George Irwin * CandData/: CandRecord.cxx, CandRecord.h: Add new method: void RemoveCandHandle(CandHandle *ch); 2005-06-29 23:21 Robert Hatcher * Plex/: PlexHandle.h, Plexus.cxx, Plexus.h: new methods GetAllPindDiodes() and GetAllLeds(). addition (currently disabled) paranoia code when entering PinDiode and Led maps such that it verifies that there isn't already an entry -- there shouldn't be as these maps should be 1:1 -- though this only checks if the map's _key_ is duplicated ... need to expand to verify that the value also isn't duplicated. Currently disabled as the underlying data does seem to have "oddities". 2005-06-29 22:33 dap56 * Monitoring/: ChargeInjectAnalysis.cxx, DigitAnalysis.cxx, DigitAnalysis.h, Producer_dispatcher.cc, SinglAnalysis.cxx, SinglAnalysis.h, near.config: NearDet: - added SGATE QIE Priority Truncate Errors master v minder plot to Raw Digits checklist folder - added SGATE Event master vs minder and T-T0 plots to Status & Summary Plots folder - tweaked code to speed up processing of NearCheckCal runs - DDSTimeOut reduced from 40 to 20 seconds FarDet: - added SpillServer status (spills served, timestamp of last true spill) to Status Canvas - New "Spill type vs time" plot added to "SpillServer Monitoring" folder - removed crate 2, varc 0, vmm 5 (special timing channels) from charge injection plots - scaled down shield channels in Raw Digits "Electronics canvas" to make distributions more uniform. General: - End-run activity now triggered by an OR of a) detection of a RawRunEndBlock b) receiving a DDS::TimeoutNewFile message from the dispatcher 2005-06-29 21:29 moeller * Contrib/IMD/.cvsignore: ignore some stuff 2005-06-29 21:02 shanahan * Contrib/IMD/: ANtpEventInfoIMD.cxx, ANtpEventInfoIMD.h, ANtpShowerInfoIMD.cxx, ANtpShowerInfoIMD.h, ANtpTrackInfoIMD.cxx, ANtpTrackInfoIMD.h, ANtpTruthInfoIMD.cxx, ANtpTruthInfoIMD.h, GNUmakefile, LinkDef.h, Module/ANtpInfoObjectFillerIMD.cxx, Module/ANtpInfoObjectFillerIMD.h, Module/CondensedPshModuleIMD.cxx, Module/CondensedPshModuleIMD.h, Module/GNUmakefile, Module/LinkDef.h: Inverse Muon Decay Versions of ANtp. Peter S. and Vickie M. 2005-06-29 20:31 zheng * CandShowerSR/AlgShowerSS.cxx: tiny cleanup 2005-06-29 20:24 Robert Hatcher * CVSROOT/check_access: add "zheng" to CandShowerSR. 2005-06-29 20:18 zheng * CandSubShowerSR/AlgSubShowerSR.cxx: tiny cleanup. 2005-06-29 19:59 Brett Viren * Util/: LinkDef.h, MsgUtil.cxx, MsgUtil.h: Add simple function to make it easier to change msg levels from non job control scripts 2005-06-29 18:19 boehm * Filtration/: NeardetBeamSelect.cxx, NeardetBeamSelect.h: Backporting the neardet trigger 2005-06-29 18:13 asousa * CVSROOT/check_access: Fixing typo. 2005-06-29 16:32 Nick West * DatabaseMaintenance/scripts/: analyse_checksum.pm, auto_distribute.perl, create_checksum.pm: When creating/updating checksum logs, save time by skipping any that are totally excluded by the checksum analysis filter file. 2005-06-29 15:51 Nick West * DatabaseMaintenance/scripts/: arc_convert_rows.pm, arc_get_todo_list_of_seqnos.pm, arc_main.pm: Still work in progress: Standard mode appears to work, --update_slave not yet supported 2005-06-29 15:49 Nick West * DatabaseMaintenance/scripts/call_system.pm: Add option to check standard output for warnings and errors 2005-06-29 15:03 tjyang * NueAna/Display/NueDisplayModule.cxx: close the file 2005-06-29 14:35 musser * CandNtupleSR/: LinkDef.h, NtpSRShower.h, NtpSRShowerPulseHeight.cxx, NtpSRShowerPulseHeight.h, Module/NtpSRModule.cxx: add new members to shower tree, holding shower energy for different shower types shw.ph.linCCgev shw.ph.wtCCgev shw.ph.linNCgev shw.ph.wtNCgev shw.ph.EMgev fix event energy, which is now calculated in AlgEventSR, and uses range if the track is contained, and curvature if the event is not contained. 2005-06-29 14:30 musser * CandEventSR/AlgEventSR.cxx: fix logic error in code setting event containment flag 2005-06-29 10:07 Nick West * DatabaseMaintenance/: doc/ChangeLog, scripts/add_row_counters.pm, scripts/arc_add_row_counter_to_sql.pm, scripts/arc_convert_rows.pm, scripts/arc_get_table_status.pm, scripts/arc_get_todo_list_of_seqnos.pm, scripts/arc_main.pm, scripts/auto_distribute.perl, scripts/call_system.pm: Work in progress on a new ROW_COUNTER conversion method. This method will be required to convert the large automatically updating tables as it works in-situ (not need to move data between databases) and only requires only a very short pause in updating. 2005-06-29 09:38 Nick West * DatabaseMaintenance/scripts/: add_row_counter.pm, dbi_query_mysql.pm: Place account options first on mysql and mysqldump commands to keep sgi-irix happy 2005-06-29 06:21 Nick West * DatabaseMaintenance/tools/load_tables.sh: If --server_v3 force conversion of table type to TYPE=MyISAM 2005-06-29 06:11 Nick West * DatabaseMaintenance/tools/load_tables.sh: Add --server_v3 (MySQL server is version 3) 2005-06-29 03:21 tjyang * NueAna/Display/NueDisplayModule.cxx: fix a bug 2005-06-29 03:02 tjyang * NueAna/: Display/NueDisplayModule.cxx, Display/NueDisplayModule.h, macros/RunNueDisplay.C: update NueDisplay, add functionality for hand scan. 2005-06-29 00:00 George Irwin * NueAna/: FracVarAna.cxx, HitCalcAna.cxx, OscProb.cxx, ShwfitAna.cxx: Replace fabs by TMath::Abs for code portability. 2005-06-28 19:06 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerBeam.cxx: oops - was getting target_in instead of beam_type for the targetPosition variable. 2005-06-28 17:04 boehm * CandDigit/DBtxt_AlgDeMuxDigitList_devel.C: Adding the altdemux config file to R1.17 as well 2005-06-28 17:03 boehm * CandDigit/DBtxt_AlgDeMuxDigitList_devel.C: Adding a config file for the AltDeMux setting 2005-06-28 14:26 musser * RecoBase/: CandEvent.cxx, CandEvent.h, CandEventHandle.cxx, CandEventHandle.h, CandShower.cxx, CandShower.h, CandShowerHandle.cxx, CandShowerHandle.h, CandTrackHandle.cxx: Chris's changes to CandShowerHandle to make BelongsWithTrack/Shower virtual fix bug in BelongsWithTrack found by Chris Support new private members fEnergy and fIsContained in CandEvent Support new private energy members in CandShower for NC/CC/EM shower reco, with versions for a signal deweighted calibration and a simple linear charge sum based calibration. 2005-06-28 14:21 musser * CandEventSR/: AlgEventSR.cxx, AlgEventSRList.cxx, DBtxt_AlgEventSR_default.C: mods to code that subtracts track eloss from shower - CandShower now has separ\ate energy members for CC, NC, and EM shower hypotheses. CandEvent now has private member fEnergy, that is filled with shower + track en\ergy, where track energy is based on range if track is contained. Chris's changes to support use of overloaded BelongsWithTrack and BelongsWithShower 2005-06-28 14:13 musser * CandShowerSR/: AlgShowerSR.cxx, DBtxt_AlgShowerSR_default.C, ShowerSRListModule.cxx: add ability to calibrate CC/NC/EM showers with different non-linear calibrations. 2005-06-28 12:34 Nathaniel Tagg * Calibrator/PEGainCalScheme.cxx: Copy the DbiResKey on intialization. 2005-06-28 07:37 cbs * CandShowerSR/AlgShowerSS.cxx: Saome changes Hai made for determining shower Z vertex from constituent SubShowers 2005-06-28 07:09 cbs * Mad/MadAnalysis.cxx: Update to be consistent with AnalysisNtuples 2005-06-28 05:18 Nick West * DatabaseMaintenance/tools/load_tables.sh: Only convert SQL for MySQL client < 4.0 (rather than 4.1) 2005-06-27 21:37 tjyang * NueAna/: ANtpTruthInfoBeamAna.cxx, Display/NueDisplayModule.cxx, Display/NueDisplayModule.h, macros/gen_md.C: Modify ANtpTruthInfoBeamAna according to Brian's recent update on AnalysisNtuples. Add event number control in the event display. 2005-06-27 21:26 vahle * NueAna/macros/AnalysisFunctions.C: Added code to make delta vs. UE32 plot 2005-06-27 18:36 Brian Rebel * AnalysisNtuples/Module/: ANtpInfoObjectFillerBeam.cxx, ANtpInfoObjectFillerBeam.h: dont really need the Sqr methods in the derived ANtpInfoObjectFillerBeam class as they are the same in the ANtpInfoObjectFiller class 2005-06-27 18:34 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerBeam.cxx: include the appropriate headers too. 2005-06-27 18:32 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerBeam.cxx: oops - forgot to get rid of some commenting out. fixed now. 2005-06-27 18:12 Brian Rebel * AnalysisNtuples/Module/: ANtpInfoObjectFiller.cxx, ANtpInfoObjectFiller.h, ANtpInfoObjectFillerBeam.cxx, ANtpInfoObjectFillerBeam.h, ANtpRecoNtpManipulator.cxx, ANtpRecoNtpManipulator.h, CondensedNtpModule.cxx: make some changes to further remove the NtpSR(t)Record split personality: ANtpRecoNtpManipulator now holds run, snarl, subrun as data members and returns them through getters ANtpInfoObjectFiller ctor now takes run, snarl, subrun, NtpSREventSummary, and NtpSRCosmicRay arguments, ctors for NtpSR(t)Records are commented out (but not yet forgotten) ANtpInfoObjectFillerBeam ctor now takes a VldTimeStamp instead of either NtpSR(t)Records ANtpInfoObjectFillBeam::FillBeamMCTruthInformation now takes a TClonesArray * for the stdArray, rather than either type of record sorry to all who have to experience a little pain for the greater good with these changes 2005-06-27 16:55 Nathaniel Tagg * DetSim/LightInjector.cxx: Fix remaining compiler warning. 2005-06-27 16:47 Sue Kasahara * GeoGeometry/: GeoGeometry.cxx, GeoGeometry.h, GeoScintMdlNode.h: GeoGeometry: Implement former dummy methods: virtual GeoSteelPlnNode* GetNearestSteelPlnNode(Double_t z); virtual void GetTransverseExtent(PlaneView::PlaneView_t view, Double_t& tmin, Double_t& tmax) const; New method: const std::map& GetSteelPlnNodeMap(); to store steel planes using z0 position of steel planes as key. 2005-06-27 14:21 Brett Viren * BeamDataUtil/test/BDTestData.cxx: Tweaks 2005-06-27 12:54 cbs * NueAna/macros/AnalysisFunctions.C: Updated functions used for MDC. 2005-06-27 11:17 cbs * CandShowerSR/: AlgShowerSSList.cxx, CandShowerSRHandle.cxx, CandShowerSRHandle.h: Added functions to CandShowerSRHandle for event building with subshowers. Added extra sanity checks to 3D shower formation algorithm. 2005-06-27 11:13 cbs * CandSubShowerSR/: CandSubShowerSRHandle.cxx, CandSubShowerSRHandle.h: Added functions to return number of strips per plane and max/min U/V strip per plane. 2005-06-27 09:31 Nathaniel Tagg * Filtration/: NeardetBeamSelect.cxx, NeardetBeamSelect.h: Add a simple SGATE filter. Much simpler than Robert's, ---Nathaniel 2005-06-27 03:32 avva * ControlRoomSoftware/CRLForms/: OmCheckListFar.htm, OmCheckListNear.htm: Updated OM checklists per David's recommendations. 2005-06-25 20:07 Robert Hatcher * JobControl/: JobCPath.cxx, JobCPath.h: Backport BeginJob() fix to R1.17 2005-06-25 20:03 Robert Hatcher * JobControl/JobCRootCommandModule.cxx: Add a bit of verbosity (JobCModule's "unique" (eg. path) name) to the kDebug messages for the various entry points. 2005-06-25 20:01 Robert Hatcher * JobControl/: JobCPath.cxx, JobCPath.h: Make sure BeginJob() signal gets propagated to all the attached paths as well as the nodes (i.e. JobCModules) in the top level path. 2005-06-25 12:24 cbs * Mad/: MadAnalysis.cxx, MadEvDisplay.cxx, MadQuantities.cxx, MadQuantities.h, SpillInfo.cxx, SpillInfo.h: Added new function RecoEMFrac() to MadQuantities which uses SubShowers to estimate EMFrac. Added branch to write out true and reco emfrac in MadAnalysis::CreatePAN(). Changed the way clusters are displayed in Event Display. Added an internal map to SpillInfo class to speed up spill entry look up. 2005-06-25 12:10 cbs * CandSubShowerSR/AlgSubShowerSRList.cxx: Not including NearDet hits from plane>=121 in subshower clustering. 2005-06-24 20:42 Mayly Sanchez * CandClusterSR/ClusterSRListModule.cxx, CandEventSR/EventSRListModule.cxx, CandTrackSR/TrackSRListModule.cxx: Backport of changes to JobC error codes if no slicelist present. 2005-06-24 20:27 Mayly Sanchez * Filtration/Blinder.cxx, Filtration/Blinder.h, Filtration/FardetBeamSelect.cxx, SpillTiming/SpillTimeFinder.cxx, SpillTiming/SpillTimeFinder.h: Backport recent changes to Blinder and SpillTimeFinder for production runs. 2005-06-24 19:34 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: change BeginFile() to BeginRun() for the consistency 2005-06-24 19:33 Robert Hatcher * Midad/UserDisplay/: UserDisplayModule.cxx, UserDisplayModule.h: Trigger BuildDisplay off of BeginRun() rather than BeginJob() which won't necessarily have anything in mom yet. Currently only notices whether it has a canvas already but doesn't check if the geometry has changed (for instance if two sequential files were for Near vs. Far det). 2005-06-24 18:41 tjyang * NueAna/Display/: NueDisplayModule.cxx, NueDisplayModule.h: Change 'virtual void BeginJob()' to 'virtual void BeginFile()' as suggested by Robert H. It seems mom is no longer available in BeginJob() since Robert changed the executing order of BeginJob,BeginRun and BeginFile in the job module so we couldn't get detector information in BeginJob(). But BeginFile() is a more reasonable place to get such information. 2005-06-24 15:20 Nathaniel Tagg * PulserCalibration/PulserTimingPoint.cxx: Remove my oh-so-pretty-but-unappreciated DBI commit comment. 2005-06-24 13:36 cbs * CandSubShowerSR/: AlgSubShowerSR.cxx, AlgSubShowerSR.h, DBtxt_AlgSubShowerSRList_default.C, DBtxt_AlgSubShowerSR_default.C: Updated ID definitions for track-like subshowers 2005-06-24 13:34 cbs * NueAna/: NueRWHelpers.cxx, NueRWHelpers.h, NueSensitivity.cxx, OscProb.cxx, OscProb.h: Tidied up OscProb functions. Added delta and hierarchy as inputs to OscillateMatter() functions. 2005-06-24 11:48 cbs * CandShowerSR/AlgShowerSSList.cxx: Bug fix for a rare seg fault. 2005-06-24 02:56 Jon Urheim * CandEventSR/EventSRListModule.cxx: don't set a JobC error code (was kError) for snarls where no slicelist is present (but do return a selection state kFailed). Use MAXMSG for warning about this condition and downgrade message from kWarning to kInfo. 2005-06-24 02:54 Jon Urheim * CandTrackSR/TrackSRListModule.cxx: don't set a JobC error code (was kWarning) for snarls where no slices are present. Also use MAXMSG for "Bail out.." message, to keep output down to a minimum. 2005-06-24 02:49 Jon Urheim * CandClusterSR/ClusterSRListModule.cxx: don't set a JobC error code (was kWarning) for snarls where no slices are present. Also downgrade "Bail out.." MSG from kWarning to kInfo, and use MAXMSG for this to keep output down to a minimum. 2005-06-23 21:05 avva * OfflineHistograms/dccpnewfiles: [no log message] 2005-06-23 20:33 Robert Hatcher * CVSROOT/check_access: add yumiceva to numisoft access. 2005-06-23 19:43 avva * OfflineHistograms/: OfflineHistograms.C, StripEffHistogramBlock.cxx, cleanoldfiles, dccpnewfiles, offhists: Fixed strip numbering (first strip is 0, not 1), axis labels, set print level for "Cand", "Plex" streams to Error. 2005-06-23 15:51 Nathaniel Tagg * SpillTiming/: SpillTimeFinder.cxx, SpillTimeFinder.h: Add DataIsAvailable() function call, which can be used to determine whether valid data is available at the given context. 2005-06-23 15:31 Nick West * DatabaseInterface/: DbiResult.cxx, DbiResult.h, DbiResultKey.cxx, DbiResultKey.h, DbiResultPtr.tpl, doc/ChangeLog: Create a static DbiResultKey to be returned whenever a DbiResultKey is requested but none exists. 2005-06-23 11:45 Nathaniel Tagg * CVSROOT/check_access: Add Rustem to PhotonTransport 2005-06-23 11:43 Nathaniel Tagg * PhotonTransport/: LinkDef.h, PhotonCaldetNoise.cxx, PhotonConfiguration.cxx, PhotonDefaultModel.cxx, PhotonDefaultModel.h, PhotonEventResult.cxx, PhotonEventResult.h, PhotonNdAfterpulseModel.cxx, PhotonNdAfterpulseModel.h, PhotonTransport.cxx, PhotonTransport.h, PhotonTransportModule.cxx, PhotonTransportModule.h, test/GNUmakefile: Add support for afterpulsing. Add support for new DigiPE model. Add the 'PhotonNdAfterpulseModel' as a playground for Rustem to work in.. at the moment, it generates afterpulsing 1-3us after a PE, randomly on pixels 1-8 and 57-64, and generates an afterpulse PE 4% of the time following a genuine PE. Afterpulses do not beget afterpulses, just for simplicity. 2005-06-23 11:40 Nathaniel Tagg * DetSim/: CustomLightInjector.cxx, SimPixelTimeBucket.cxx, SimPmt.cxx: Modifications for using the new DigiPE interface. 2005-06-23 11:40 Nathaniel Tagg * Digitization/: DigiPE.cxx, DigiPE.h, DigiSignal.h: Changed the format of the DigiPE to hold more non-genuine flags. Accessors are all still available. Constructors changed. Added kAfterpulse as a possible truth. 2005-06-22 19:16 asousa * CVSROOT/check_access: Granting Josh trusted status with the blessing of a core software member. 2005-06-22 19:12 zheng * CandSubShowerSR/AlgSubShowerSR.cxx: Added EndZ for clusters. 2005-06-22 16:07 Ed Larty * OfflineMonitor/MoqQuantities.cxx: # removed unused variables 2005-06-22 15:52 Ed Larty * OfflineMonitor/MoqQuantities.cxx: # removed unused variables 2005-06-22 15:52 Nathaniel Tagg * TriD/TridAnaglyphGLFrame.cxx: Yuch. Allowing green to filter in through both channels looks yucky with my glasses. 2005-06-22 15:49 Nathaniel Tagg * TriD/: TridAnaglyphGLFrame.cxx, TridAnaglyphGLFrame.h, TridControl.cxx, TridControl.h, TridCratePage.cxx, TridModel.cxx, TridModel.h, TridModelCrate.cxx, TridModelCrate.h, TridModelDigits.cxx, TridModelDigits.h, TridModelIntersect.cxx, TridModelIntersect.h, TridModelPmt.cxx, TridModelPmt.h, TridModelStrip.cxx, TridModelStrip.h, TridModelStripEnd.cxx, TridModelStripEnd.h, TridPage.cxx, TridPage.h, TridPageDetector.cxx, TridPmtPage.cxx, TridUVPage.cxx: Fairly major overhaul of the Model system, in an attempt to move away from CandDigits as the only data source. (I figure that if I make TriD work with Ntuples people will get a whole lot more interested.) Some functionality taken away, but the system works. I managed to snag a few red/blue 3d glasses from the Ely open house, so I coded up a quick-n-dirty anaglyph display package to use them. Works, mostly, although objects close to the objective get distorted pretty badly, same as stereo and crosseyed. 2005-06-21 23:12 Liz Buckley-Geer * WebDocs/WebDocs.html: Fix formatting 2005-06-21 23:09 Liz Buckley-Geer * WebDocs/WebDocs.html: Add SAM link and clean up a few links in the Data section 2005-06-21 22:47 George Irwin * TriD/gltest/GNUmakefile: Darwin-only mods: Add "-I/usr/X11R6/include" to CPPFLAGS for GL and remove "-lpthread" from BINLIBS. 2005-06-21 21:33 tjyang * LISummary/LITuning.cxx: using only low gain pin diodes for near detector led pulseheight tuning for the time being 2005-06-21 20:58 George Irwin * CVSROOT/check_access: Authorize tjyang for LISummary package. 2005-06-21 20:38 bspeak * Contrib/bspeak/BenAna/: ShowerAna.cxx, ShowerAna.h, ThroughAna.cxx, ThroughAna.h, LinkDef.h, StopperAna.cxx, StopperAna.h: [no log message] 2005-06-21 20:34 bspeak * Contrib/bspeak/BenAna/: PlotMan.cxx, PlotMan.h, macros/camevd.C, macros/ntpana.C: clean up 2005-06-21 19:09 Brian Rebel * Contrib/style/: README, minosPub.rootlogon.C, minosTalks.rootlogon.C: add initial style files and instructions/guidelines to style directory 2005-06-20 21:35 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerBeam.cxx: fix typo in include 2005-06-20 20:18 avva * ControlRoomSoftware/ShiftersGuide/: Introduction.tex, Shifting.tex: Fixed some broken links in the Shifters Guide, pointed out by Alan Wehmann. 2005-06-20 19:40 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerBeam.cxx: add SpillTimeFinder code to ANtpInfoObjectFillerBeam::FillBeamInformation() method to get the time to the nearest spill variables filled. 2005-06-20 19:14 avva * ControlRoomSoftware/CRLForms/DcsCheckListNear.htm: Added timing checks, suggested by Nathaniel 2005-06-20 19:05 avva * ControlRoomSoftware/CRLForms/DcsCheckListFar.htm: Added the timing checks suggested by Nathaniel to the FD checklist. 2005-06-20 18:56 Brian Rebel * AnalysisNtuples/: ANtpBeamInfo.cxx, ANtpBeamInfo.h, Module/ANtpInfoObjectFillerBeam.cxx, Module/ANtpInfoObjectFillerBeam.h: change the targetPosition variable from Double_t to Int_t add code into ANtpInfoObjectFillerBeam to get the beam information out of the db 2005-06-20 18:33 avva * ControlRoomSoftware/CRLForms/DcsCheckListNear.htm: Just renaming DcsCheckListNearDraft -> DcsCheckListNear. 2005-06-20 16:24 Brian Rebel * AnalysisNtuples/: ANtpBeamInfo.cxx, ANtpBeamInfo.h: add in a few variables to keep track of the time to the nearest spill: Double_t timeToNearestSpill; // time to nearest spill in seconds Int_t nearestSecToSpill; // second from unix epoc to nearest spill Int_t nearestNSToSpill; // ns past second from unix epoc to nearest spill 2005-06-20 15:24 Nathaniel Tagg * Filtration/: Blinder.cxx, Blinder.h: One final addition to the Blinder: it now rescrables the blinding function based upon an 'epoch number'. This means that: - Real and MC data will be scrambled with different blind functions - You can set a watershed date to reblind the data with a new set of paramters. 2005-06-20 12:04 cbs * CandSubShowerSR/DBtxt_AlgSubShowerSR_default.C: By default, do EM energy profile fitting. 2005-06-18 18:47 Nathaniel Tagg * Filtration/FardetBeamSelect.cxx: Fix up config paramaters 2005-06-18 18:16 Nathaniel Tagg * Filtration/FardetBeamSelect.cxx: Optmize: look at trigger word first, THEN at the DB. ---N 2005-06-18 16:21 Robert Hatcher * Filtration/: Blinder.cxx, Blinder.h: Copy Nathaniel's just-post-tagging changes onto the R1.17 branch. 2005-06-18 16:17 Robert Hatcher * CandNtupleSR/Module/: NtpSRModule.cxx, NtpSRModule.h: backport Jim/Pedro's changes to R1.17 branch. 2005-06-18 15:35 Brett Viren * CVSROOT/: check_access, modules: Add John Marshall and CandFitTrackCam 2005-06-18 15:01 Brian Rebel * AnalysisNtuples/: ANtpTrackInfoAtm.cxx, ANtpTrackInfoAtm.h: add another charge id cut 2005-06-17 18:44 Robert Hatcher * Filtration/Blinder.cxx: assert needs #include in general. 2005-06-17 17:23 Nick West * SRT_MINOS/SoftRelTools/arch_spec_doc.mk: Run latex2html with -local_icons so that icons are O.K. if viewed from site w/o latex2html 2005-06-17 16:01 Nick West * DatabaseMaintenance/DbmModule.cxx: Use single quotes for insert condition (thanks Dennis) 2005-06-17 15:26 Nick West * UserManualDoc/src/alg_cand.tex: Fix broken links 2005-06-16 23:02 musser * CandNtupleSR/Module/: NtpSRModule.cxx, NtpSRModule.h: replace old veto shield code with CandShield imp. 2005-06-16 17:17 Nathaniel Tagg * Filtration/: Blinder.cxx, Blinder.h: Recode the algorithm a little for easier development cycle. Retune the algorithm for a larger data fraction: now data fraction is typically 40-50%, with a guanenteed fraction of 25% for each point in phase space. ---N 2005-06-16 16:53 Ed Larty * WebDocs/packages-info.txt: #updated for new frozen release 2005-06-16 16:48 Ed Larty * setup/packages-R1.17: # new frozen release