2004-11-12 17:52 Ed Larty * setup/packages-R1.12: # added new frozen release package 2004-11-11 23:05 Robert Hatcher * DatabaseUpdater/DbuDaqConfigFilesText.cxx: TEXT column type is limited to 65535 characters (2^16-1) which for the concatenated daq config files isn't long enough. 2004-11-11 15:49 Robert Hatcher * DatabaseUpdater/: DbuDaqFileSummary.cxx, DbuDaqFileSummary.h, DbuDaqMonitorModule.cxx, DbuRunSummary.cxx, DbuRunSummary.h: move much closer to a working system. All three pieces (DbuRunSummary, DbuDaqFileSummary and DbuDaqConfigFilesText) can be written to the database. 2004-11-11 15:47 Robert Hatcher * DatabaseUpdater/LinkDef.h: Change from DbuDaqConfigFiles to DbuDaqConfigFilesText. Make DbuBits::EConsistencyBits available to CINT. 2004-11-11 15:46 Robert Hatcher * DatabaseUpdater/DbuBits.h: define default enum that is all the legal bits turned on. 2004-11-11 15:45 Robert Hatcher * DatabaseUpdater/: DbuDaqConfigFiles.cxx, DbuDaqConfigFiles.h, DbuDaqConfigFilesText.cxx, DbuDaqConfigFilesText.h: name change in class (plus numerous enhancements) 2004-11-11 15:42 Robert Hatcher * UserManualDoc/src/database_interface.tex: "UInt_t aggNo = -1;" is problematic: unsigned int's can't be negative. The "U" was spurious. 2004-11-11 15:38 Robert Hatcher * CandDigit/DBtxt_AlgFilterDigitList_NearDet.C: Configuration script for using 'strategy' 1 to filter digits in the NearDet. Rejects digits below charge=20 (70 sparsification threshold - 50 adc offset) or those that have (at least) the CapIdError on. 2004-11-11 15:36 Robert Hatcher * CandDigit/AlgFilterDigitList.cxx: Implement simple 'strategy' 1 that allow rejection of digits based on minimum charge, minimum subtracted time, or selected presense of error bits. 2004-11-11 15:33 Robert Hatcher * RawData/RawTpSinglesSummaryBlock.cxx: fix minor typo 2004-11-11 15:33 Robert Hatcher * RawData/RawRunCommentBlock.cxx: allow debug flags to force "x" option in FormatToOStream. 2004-11-11 15:32 Robert Hatcher * RawData/LinkDef.h: make Raw{Va|Qie}Digit error code enums available to CINT. 2004-11-11 15:20 hartnell * LISummary/: LILookup.cxx, LIPlex.C, LIPlexMaps.cxx, LIPlexMaps.h: ReadDbGains now able to read in MC values from db. Had to get it to work for ND too - should be useful for when ND gains go into the database. Didn't realise that ND and FD had different encodings for stripendid key; fixed this now. Various other ND fixes to LILookup too. 2004-11-11 15:09 Nick West * UserManualDoc/src/database_interface.tex: Using Dbi::kAnyTask to generalise Extended Context queries 2004-11-11 15:00 Nick West * DatabaseInterface/: DbiDBProxy.cxx, doc/ChangeLog: Reorganise SQL query to allow more generic extended context queries. 2004-11-11 12:23 Nick West * DatabaseInterface/: DbiStatement.cxx, DbiStatement.h, doc/ChangeLog: Return Int_t not Bool_t from DbiStatement::ExecuteUpdate(...) 2004-11-11 11:31 hartnell * Calibrator/PulserSigLinCalScheme.cxx: Get rid of annoying unused parameter warnings. 2004-11-11 11:18 hartnell * Calibrator/MIPCalScheme.cxx: Change default MIP number to something sensible (565) now we have a strip-to-strip calibration that doesn't introduce a large offset to the ADC scale. This shouldn't really affect anyone since we now use the database to get the MIP number for all three detectors. 2004-11-11 11:00 Nathaniel Tagg * PhotonTransport/: PhotonConfiguration.cxx, PhotonDefaultModel.cxx, PhotonDefaultModel.h, macros/mc.C: Add a new parmater: FibreVelocityFudge. Will allow Andy B. et. al. to play with speed of light down the scintillator fibre without mucking up other optical properties. 2004-11-11 01:45 Nick West * setup/packages-R1.12.0-tmp: Record tags for DatabaseInterface, DatabaseMaintenance, Lattice, LeakChecker, Navigation, UserManualDoc, Util. 2004-11-11 01:35 Nick West * Util/doc/ChangeLog: Record tag version: V01-01-05 2004-11-11 01:30 Nick West * UserManualDoc/doc/ChangeLog: Record tag version: V01-01-05 2004-11-11 01:26 Nick West * UserManualDoc/src/UserManual.tex: Switch to R1.12. 2004-11-11 01:23 Nick West * Navigation/doc/ChangeLog: Record tag version: V01-01-02 2004-11-11 01:17 Nick West * LeakChecker/doc/ChangeLog: Record tag version: V01-01-02 2004-11-11 01:08 Nick West * DatabaseMaintenance/doc/ChangeLog: Record tag version: V01-04-03 2004-11-11 00:59 Nick West * DatabaseInterface/doc/ChangeLog: Record tag version: V01-04-01 2004-11-10 20:26 Robert Hatcher * Conventions/: Mphysical.h, Munits.h: namespace definitions should not end with a semi-colon following the brace. 2004-11-10 20:23 Brian Rebel * Contrib/brebel/NtupleHelper/NtpHelperModule.cxx: fill tree then reset variables....not the other way around 2004-11-10 17:12 Ed Larty * Contrib/cbs/Mad/MadQuantities.cxx: # add David's shower scale factor to shower reconstruction 2004-11-10 17:06 murgia * PulserCalibration/PulserDBModule.cxx: WriteGC and WriteTempGC at the end of run, not at the end of file. 2004-11-10 17:04 avva * Contrib/sergei/OmHistory/: Makefile, histogrammanager.cpp, omfile.cpp, omfile.h, omhistory.cpp, omhistorymain.ui, omhistorymain.ui.h: Replaced all debugging cout output with qDebug's. 2004-11-10 16:59 Ed Larty * Contrib/cbs/Mad/: MadEdAnalysis.cxx, MadEdAnalysis.h: # move a function from private to public 2004-11-10 16:16 avva * Contrib/sergei/OmHistory/: Makefile, OmHistory.pro, mousepresscatcher.cpp, mousepresscatcher.h, omhistorymain.ui, omhistorymain.ui.h: Connected "Save" buttons. Removed mousepresscatcher.h,.cpp - made the main form to act as the event filter for TQtWidget. 2004-11-10 15:20 Robert Hatcher * RawData/RawTpSinglesSummaryBlock.cxx: oops, committed code with RawChannelId method that hasn't yet been committed. 2004-11-10 01:13 Sue Kasahara * Persistency/PerInputStream.cxx: Add warning print statement when a file assigned to the stream file list does not contain a tree with the stream's assigned treename. 2004-11-09 23:45 Sue Kasahara * IoModules/: IoFileListItem.cxx, IoInputModule.cxx: Bug fix to IoFileListItem::BuildDefStreamList so that file is now closed after determining the file TTree contents. This should help with the dcache access to large lists of files when the streamslist argument to AddFile hasn't been specified. Fix jc.Input.List() format 2004-11-09 23:23 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # take care of some new fpe 2004-11-09 22:45 avva * Contrib/sergei/OmHistory/: mousepresscatcher.cpp, mousepresscatcher.h: Added two files - event filter to catch mouse clicks. 2004-11-09 22:44 avva * Contrib/sergei/OmHistory/: Makefile, OmHistory.pro, histogrammanager.cpp, histogrammanager.h, omfile.h, omhistorymain.ui, omhistorymain.ui.h: Added functionality - show run numbers in history plots, selecting and showing history of individual bins, "new window" button etc. 2004-11-09 22:08 Ed Larty * setup/: packages-R1.11.0-tmp, packages-R1.12.0-tmp: # added tmp file for new release 2004-11-09 20:10 raufer * LISummary/LILookup.cxx: I changed the FIRSTEND, SECONDEND and LASTEND variables to 2 to make it consistent with the li_tree variable stripEnd. Otherwise it screws up the indexing of some vectors resulting in results being attributed to the wrong strips. 2004-11-09 20:08 raufer * LISummary/LIAnalysis.cxx: I added separate quality cuts for the near detector in order to determine whether the gain calculation for a particular strip makes sense (cut on number of entries and mean ADC ). I added some output to compare bad strips with the REAL number of strips in the near detector. The loop variables go through many plane-strip-combinations which don't exist. This is caused by the partial and uninstrumented planes in the near detector. 2004-11-09 19:48 Brian Rebel * Contrib/brebel/NtupleHelper/NtpHelperModule.cxx: dont include neutrinos in summing the leptonic energy 2004-11-09 19:45 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelperModule.cxx, NtpHelperModule.h: add flag to say if mc record had corresponding sr record. get snarl, etc from mc record if no correpsonding sr record. 2004-11-09 19:07 Brian Rebel * Contrib/brebel/NtupleHelper/NtpHelperModule.cxx: work on functionality to get stdhep variables 2004-11-09 18:19 Robert Hatcher * RawData/RawTpSinglesSummaryBlock.cxx: allow global debug flag to set "x" option. 2004-11-09 17:59 Robert Hatcher * CandDigit/: AlgCaldetDigit.cxx, AlgDigit.cxx, AlgMCDigit.cxx: Set appropriate ErrorBits data in CandDigit obj base on RawDigit's error bit value and electronics type. Eke out miniscule improvement by using temp RawChannelId for digit->GetChannel() rather than repeating call 3-4 times. 2004-11-09 17:57 Robert Hatcher * CandDigit/: CandDigit.cxx, CandDigit.h, CandDigitHandle.cxx, CandDigitHandle.h: New data members in CandDigit: fVaErrorBits and fQieErrorBits Appropriate get/set methods in the handle; initialization in the ctors; tests in IsEquivalent(); printout in the FormatToOStream() method; bump ClassDef version #. 2004-11-09 16:38 raufer * LISummary/LIAnalysis.cxx: Include the secondary emission correction factor of 0.844 for M64 (near detector). Hope I didn't miss any places. 2004-11-09 16:29 Robert Hatcher * RawData/: RawTpSinglesSummaryBlock.cxx, RawTpSinglesSummaryBlock.h: Best guess implementation of unpacking of new extended summaries: Source = 4 : plane by plane 5 : by Master 6 : by Master/Minder 7 : by Master/Minder/Menu This was done in the absense of seeing any real blocks for testing. 2004-11-09 13:41 Nathaniel Tagg * Calibrator/: Calibrator.cxx, Calibrator.h: Output of GetTDCFromTime really should be an Int_t. Include round() function to ensure that it gives the right answer back. 2004-11-09 11:25 hartnell * LISummary/LILookup.cxx: Added support for Near detector calculations of NearOrFar side - it always returns kNearSide (of the detector relative to where the LI occurred). 2004-11-09 09:19 weber * Demo/PrintStat.C: Add example for PrintStat job module. 2004-11-09 00:06 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelperModule.cxx, NtpHelperModule.h: add functionality to fill tree information for MC quantities even when there was no reconstructed event. 2004-11-08 23:22 George Irwin * AltReco/: AltAlgSlice.h, AltAlgSliceList.h, AltAlgStpPatternRec.h, AltAlgStpPatternRecList.h, AltEInteractionType.h, AltENuFlavour.h, AltEStripPattern.h, AltEWeakCurrent.h, AltNeuralNetFunc.h, AltNeuralNetI.h, AltNeuralNetNcCcI.h, AltNeuralNetStripPatternI.h, AltWrapperStlVecStripHandle.h, LinkDef.h: Put "+" on Candidate and CandHandle LinkDef lines. Turn non-I/O classes to version "0" in ClassDef to prevent Streamer generation. The STL map members of these classes were causing compilation problems for old non-automatic Streamers in newest versions of ROOT. Philippe fixed rootcint code, but we shouldn't be generating these Streamers at all. 2004-11-08 22:37 asousa * Production/MDC/R1.12/: reco_far_R1.12.C, reco_far_cosmic_R1.12.C: Fix problem reported by Katarzyna where untriggered events are not written to the candidate output, rendering it inconsistent with Sue's ntuples, which do contain them. 2004-11-08 22:02 murgia * PulserCalibration/PulserSummaryModule.cxx: If empty summaries are encountered, do not calculate trigfrac and print a warning message. 2004-11-08 20:45 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx, NtpHelperModule.h, make_analysis_ntuple.C: add utilities to get MCNtuple StdHep info 2004-11-08 19:41 Minos CVS group account. Do not commit from here! * Contrib/cbs/Mad/MadUserAnalysis.h: Bug fix: removed an old method from the .h file that was not defined in .cxx 2004-11-08 19:30 avva * Contrib/sergei/OmHistory/: Makefile, OmHistory.pro, histogrammanager.cpp, histogrammanager.h, main.cpp, omfile.cpp, omfile.h, omhistory.cpp, omhistory.h, omhistorymain.ui, omhistorymain.ui.h, images/editcopy, images/editcut, images/editpaste, images/filenew, images/fileopen, images/filesave, images/folder_t.xpm, images/h1_t.xpm, images/newcanvas.xpm, images/ofolder_t.xpm, images/print, images/redo, images/root_t.xpm, images/searchfind, images/undo: OM History browser - initial commit. 2004-11-08 16:55 Brett Viren * BeamData/python/: Makefile, main/load-devices.py: Add cmd line load-devices to load connections from a cfg file 2004-11-08 11:36 Nathaniel Tagg * Production/MDC/R1.12/: GNUmakefile, reco_far_R1.12.C, reco_far_cosmic_R1.12.C, reco_near_R1.12.C: Copy R1.10 scripts to R1.12 to give us a place to put mods. Modify scripts to remove all photon transport/detsim configurations and calibration setup: all of this now uses the hardwired defaults. In particular, light level will now come from the database (the MIP calibration). Triggers are now set to default: 4/5 plane trigger and 1500 ADC energy trigger, with the trigger bits the same as the data. 2004-11-08 07:42 Nick West * DatabaseInterface/doc/ChangeLog: Improvements to ORACLE SQL translation. 2004-11-08 07:37 Nick West * DatabaseInterface/DbiStatement.cxx: More ORACLE SQL translation fixes from Dennis:- 1) Move drop public synonym statement ahead of create table. 2) Fix a bug that translated varchar to varvarchar 3) Convert COMMENT to RUN_COMMENT. 4) Remove ALTER TABLE STORAGE(MAXEXTENTS UNLIMITED)- obsoleted in Oracle 10. 2004-11-08 06:44 Nick West * DatabaseMaintenance/doc/dbmauto_db_priming.html: Add bfield.lis and bflddbi.lis 2004-11-08 06:41 Nick West * DatabaseMaintenance/scripts/make_priming_set.pm: Add bflddbi.lis. Add BFLDDBI* to priming list, not BFIELD* 2004-11-08 02:20 Sue Kasahara * ParticleTransportSim/PTSimApplication.cxx: Adapt to change of GeoStripVolume inclusion of coextrusion shell. 2004-11-08 02:17 Sue Kasahara * GeoGeometry/: Geo.h, GeoGeometry.cxx, GeoStripVolume.cxx, GeoStripVolume.h: Add coextrusion TiO2-pstyrene shell (thickness 0.025 cm) to scintillator strip volumes as is used in gminos. The active strip material is correspondingly reduced by 0.025 cm on all sides. 2004-11-08 02:12 Sue Kasahara * MCNtuple/: NtpMCDigiScintHit.cxx, NtpMCDigiScintHit.h: Correct type of pId data member from UShort_t to Short_t. 2004-11-08 00:57 asousa * Production/R1.11/reco_production_R1.11.C: Backport into R1.11. 2004-11-08 00:56 asousa * Production/R1.11/reco_production_R1.11.C: Fix a typo. 2004-11-07 21:01 hartnell * CalDetTracker/CDAnalysis.cxx: change to fabs from abs 2004-11-05 19:28 Brian Rebel * Contrib/brebel/genTimingCalibration.C: make sure the previous t0 corrections are loaded in the right index for each side 2004-11-05 17:20 Brian Rebel * CandTrackSR/HoughTrackSR.cxx: put the CVSID macro back in so that you can use MessageService in HoughTrackSR 2004-11-05 17:12 Brian Rebel * CandTrackSR/: AlgTrackSRList.cxx, HoughTrackSR.cxx: change cout to MSG("AlgTrackSRList", Msg::kDebug) to turn off some debugging messages 2004-11-05 16:36 raufer * LISummary/.cvsignore: Added *.root and a few other suffixes I use. 2004-11-05 16:32 Ed Larty * Contrib/cbs/Mad/MadQuantities.cxx: # fixed shower energy reconstruction bug 2004-11-05 16:31 raufer * LISummary/LIAnalysis.cxx: Make it work for the Near Detector as well. Added a line if (detectortype==kDetectorType::kNear) { .... } 2004-11-05 15:13 Brian Rebel * DeMux/: AlgDeMuxBeam.cxx, DmxDeMuxModule.cxx: fix typo in getting configurable parameter for ResetDigitCut. 2004-11-05 14:19 Nick West * DatabaseMaintenance/DbmJob.cc: Cosmetic - add commented out Dbi::SetLogLevel for future debugging 2004-11-05 14:17 Nick West * DatabaseMaintenance/DbmModule.cxx: Get Global SEQNO from any cascade entry 2004-11-05 13:41 Nathaniel Tagg * PhotonTransport/macros/mc.C: Change example script to match the defaults. 2004-11-05 13:39 Nathaniel Tagg * DetSim/: DigiPEtoRawDigitModule.cxx, DigiPEtoRawDigitModule.h, SimDetector.cxx: Fix up initialization so it works properly. Add a better Report() to the module. 2004-11-05 13:01 Nathaniel Tagg * DetSim/: SimDaqEnergyTrigger.cxx, SimDaqMultTrigger.cxx, SimDaqMultTrigger.h, SimDaqTrigger.cxx, SimDaqTrigger.h, SimDetector.cxx: Make 'Nhits' a standard trigger parameter. Modify the existing energy trigger to mirror the algorithm now used in the trigger farm. The new Energy Trigger now uses: - min ADCs in the window - min planes hit in the window - min number of digits in the window Add the standard energy trigger to the default trigger settings (used if the user chooses not to set up any triggers himself). 2004-11-05 06:34 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Add BFLDDBIPLANEMAP, PULSERPINSCALE, PULSERXSCALE 2004-11-05 00:38 Brian Rebel * DeMux/AlgDeMuxCosmics.cxx: turn a message level down to Debug 2004-11-04 23:43 dap56 * Contrib/cbs/Mad/MadEvDisplay.cxx: Fixed truth nu unit vector on Main Canvas and StdHep canvas by converting mc vertex coords from cm to m Added process code (QEL,RES,DIS...) to truth info on Main Canvas 2004-11-04 23:21 phil.adamson * Calibrator/PulserDriftCalScheme.cxx: Fix stupid error 2004-11-04 22:17 phil.adamson * Calibrator/PulserDriftCalScheme.cxx, Calibrator/PulserDriftCalScheme.h, PulserCalibration/PulserPinScale.cxx, PulserCalibration/PulserPinScale.h, PulserCalibration/PulserXScale.h: Minor fix for new calib 2004-11-04 21:43 cbs * Contrib/cbs/Mad/: MadEdAnalysis.cxx, MadEdAnalysis.h: Changes to allow creation of PAN ntuple with MadEdAnalysis class. 2004-11-04 21:42 Robert Hatcher * CandClusterSR/AlgClusterSRList.h: no one should be writing out Alg objects so there's no point on giving it a version # in the ClassDef. Doing so creates a streamer, which in this case against today's ROOT out of CVS causes problems when dealing with: std::map fNNeighbors; 2004-11-04 21:30 cbs * Contrib/cbs/Mad/: MadAnalysis.cxx, MadAnalysis.h, MadBase.cxx, MadBase.h, MadCBSQEAnalysis.cxx, MadCBSQEAnalysis.h, MadDpAnalysis.cxx, MadDpAnalysis.h, MadQuantities.cxx, MadQuantities.h, MadUserAnalysis.cxx, MadUserAnalysis.h: Added changes in order to make PAN ntuple from any of the analysis classes. Added some general methods to MadBase and MadQuantities to get reco and truth quantities. 2004-11-04 17:04 Ed Larty * WebDocs/: FrozenRel.html, WebDocs.html: # added new best release info 2004-11-04 17:00 Ed Larty * setup/packages-R1.11.1: # added new frozen tag to take care of latest commits to R1.11