2004-01-23 23:02 Ed Larty * setup/packages-R1.4.0-tmp: # added new tmp file for frozen release R1.4 2004-01-23 00:16 dap56 * Monitoring/: ChargeInjectAnalysis.cxx, ChargeInjectAnalysis.h, DigitAnalysis.cxx, DigitAnalysis.h, GNUmakefile, LIAdcAnalysis.cxx, LIAdcAnalysis.h, MonState.cxx, Producer_dispatcher.cc, SinglAnalysis.cxx, SinglAnalysis.h: - most OM objects converted from simple TH*F to TCanvas - date/time/run number now appears on most OM canvases - added VFB voltage plots from CrateMonitor block - fixed strip profile bug (planes 1&2) - DDS MaxSyncDelay parameter set to 30 secs (was 99999) 2004-01-22 20:10 Brian Rebel * CandEventSR/EventSRListModule.cxx: fix hardcoded value for z extent to change if the run number is after full detector readout started. doesnt entirely fix the problem, but then again, this class isnt the default anymore anyway. 2004-01-22 19:42 Brian Rebel * CandFitTrackSR/AlgFitTrackSR.cxx: protect against divide by zero when testing new way of finding error in q/p 2004-01-22 17:35 Robert Hatcher * setup/: setup_minossoft_FNALU.csh, setup_minossoft_FNALU.sh: latest versions of FNALU setup scripts. 2004-01-22 17:29 avva * CandFitTrackSA/: AlgFitTrackSA.cxx, AlgFitTrackSA.h, CandFitTrackSA.cxx, CandFitTrackSAHandle.cxx, FitTrackSAListModule.cxx, NtpFitSA.cxx, NtpFitSA.h, NtpFitSAModule.cxx, NtpFitSAVtx.cxx, NtpFitSAVtx.h, README, plotTrack.C, reco.C: Added NtpSRCosmicRay record, calculated for each track to NtpFitSA. Changed fitsa.vtx structure from (u,v,z,du/dz,dv/dz) to (x,y,z,dcosx,dcosy,dcosz). 2004-01-22 17:05 Nathaniel Tagg * WebDocs/WebDocs.html: Add link to new doc. 2004-01-22 16:59 Nathaniel Tagg * PhotonTransport/doc/MC_Calibration.html: Some quick and dirty info on how the MC works and is calibrated. 2004-01-22 16:49 Robert Hatcher * setup/setup_minossoft_MINOS-RHATCHER.sh: Robert's desktop machine. 2004-01-22 16:42 Robert Hatcher * setup/setup_minossoft_RHATCHER02.sh: latest incarnation of RHATCHER02 setup 2004-01-22 16:26 Robert Hatcher * CandShowerSR/AlgShowerSR.cxx: backport Jim Musser's protecting against empty daughter list to R1.3. 2004-01-22 13:21 Nathaniel Tagg * DetSim/DigiPEtoRawDigitModule.cxx: Whups! Got passed/failed backwards. That'll teach me to work late. 2004-01-21 21:07 Robert Hatcher * Fabrication/: FabPlnInstallLookup.cxx, FabPlnInstallLookup.h: improve (fix?) how NextInstall() works. Should now give more correct results -- but problems may still lurk there. 2004-01-21 20:24 Nathaniel Tagg * DetSim/: DigiPEtoRawDigitModule.cxx, SimDetector.cxx, SimDetector.h: Re-allow the labour-saving of keeping generated PMTs, but force them NOT to simulate unless they have DigiPEs attached to them. This still satisfies reproducability. Tested for ND, not FD. Change the way DetSim handles kPassed/kFailed: now it Fails only if NO digits (i.e. no snarl) is created, not if there is no trigger. This should make use easier. I'll add a 'passed trigger' module later. 2004-01-21 20:16 Nathaniel Tagg * PhotonTransport/: PhotonDefaultModel.cxx, PhotonFullFibreModel.cxx, PhotonMuonComputer.cxx, ScintHitToDigiPE.cxx, ScintHitToDigiPE.h: Fix non-reproducability bug: events are now generated the same the first time as the tenth time: - Removed explicity gRandom from Default and FullFibre modules - Ensured that SetRandom() is called on all modules at creation time, not configuration time. Hack to allow scint hits that just miss end of strips (by 0.1cm). Should be pretty safe and save a lot of problems. Downgrade missing-energy message if the energy lost is less than 100keV. Added sanity-check warning message for zero proton track length (after table lookup). 2004-01-21 18:39 Nathaniel Tagg * PhotonTransport/ScintHitToDigiPE.cxx: Add sanity check: do not store DigiPEs for invalid PixelSpotIds. These happen in the ND for valid strips that are not read out. This removes a few warnings in DetSim. 2004-01-21 18:38 hartnell * LISummary/: LIAnalysis.cxx, LILookup.cxx, LIPlex.C, LIPlexMaps.cxx, LIPlexMaps.h, LITune.C, LITuning.cxx: A few tweaks to the tuning software. ND number of planes etc should be right now. Added a method to LIPlexMaps that compares the actual non-linearity with the measured non-linearity. They agree pretty well to better than 99% even in the worst region in my simple simulation. 2004-01-21 18:38 Nathaniel Tagg * DetSim/: SimDetector.cxx, SimPmtDecalibrator.cxx, SimPmtDecalibrator.h: Change the handler for the SimPmtDecalibrator again, so that it returns a very small gain for zero-gain channels. This should prevent FPEs AND give the appoximately correct result. Also, add debugging info for invalid PixelSpotIds. 2004-01-21 18:20 Brett Viren * Midad/Cheezy/CheezyPage.cxx: add #include 2004-01-21 17:16 Nathaniel Tagg * DetSim/SimPmtDecalibrator.cxx: Insert a test to prevent a divide-by-zero error in the case of a zero in the ADCtoPE gain table. 2004-01-21 16:46 Brett Viren * PerfTools/doc/todo.txt: Record Sergei's requests 2004-01-20 22:13 Sue Kasahara * GeoGeometry/: .cvsignore, GeoGeometry.cxx, GeoGeometry.h, DemoMC/DemoMCApplication.cxx, DemoMC/DemoMCApplication.h: Add new method: PlexPlaneId GeoGeometry::GetPlaneIdFromZ(Double_t z) const to GeoGeometry class for determining the detector plane associated with a given z value (excluding shield). Implement DemoMCApplication::Field method to return B-field associated with a given xyz during particle tracking. This method makes use of the BField class with RequireInZTest off and UseEverywhere option on to avoid having UgliGeometry check the Z coordinate validity. The validity of a given z is checked using GeoGeometry::GetPlaneIdFromZ. Unfortunately, the BField class is currently written such that a BField object cannot be constructed without having the UgliGeometry object of the same vldc constructed, even if this UgliGeometry object is not to be used, so the user ends up with two geometries built - one Ugli & one Geo. This is harmless but annoying and can easily be fixed with a minor modification to the BField package. Change particle tracked from a geantino to a mu- so that the effect of the field can be seen. 2004-01-20 15:56 Nathaniel Tagg * DetSim/: LoadDetSimDB.cxx, SimDetector.cxx, SimPmtM64.cxx, tables/GainTable.near_mc: Add 'deprecated' flags to 'loadDetSimDB' Remove dependence on gRandom in SimPmtM64 SimDetector now completely wipes it's PMT list on every event. This will cause a mild performance hit, but may improve or cure event-reproducability. 2004-01-19 20:07 hartnell * LISummary/: LIAna.C, LILookup.cxx, LISummarySorter.cxx, LISummarySorter.h: A few tweaks that should allow ND LI summary data to be reconstructed once it starts flowing. Not totally sure about the number of planes in the detector, etc. 282? Will need the plex tables to actually work out which strips were flashed! 2004-01-19 17:01 Brian Rebel * CandFitTrackSR/: AlgFitTrackSR.cxx, CandFitTrackSRHandle.cxx, CandFitTrackSRHandle.h: change array indicies to static const's reflecting which of the state vector values the index corresponds to 2004-01-19 13:21 Nick West * setup/packages-development: Add MuELoss, needed by CalDetTracker. 2004-01-19 12:11 hartnell * CalDetTracker/CDAnalysis.h: Missing std:: 2004-01-19 11:13 hartnell * CalDetTracker/: CDAna.C, CDAnalysis.cxx, CDAnalysis.h: Now includes a dependence on the MuELoss package. Various methods to look at stopping muons 2004-01-19 11:07 hartnell * CalDetTracker/macros/: mcTracker.C, prefilter.C, tracker.C, tracker_prefilt.C, tracker_prefilt_beam.C: Updated loading of libraries so that you don't get undefined symbols 2004-01-16 17:10 vahle * CalDetDBUtils/: LinkDef.h, LoadBeamErrors.cxx, LoadBeamErrors.h: [no log message] 2004-01-16 16:57 vahle * CalDetDBUtils/: CalDetSuperCycle.cxx, CalDetSuperCycle.h, DCSEnvCal.cxx, DCSEnvCal.h, DCSMagCal.cxx, DCSMagCal.h, ECuts.cxx, ECuts.h, GNUmakefile, LinkDef.h, LoadBeamErrors.cxx, LoadBeamErrors.h, LoadECuts.cxx, LoadECuts.h, LoadSuperCycle.cxx, LoadSuperCycle.h, MomSetErrors.cxx, MomSetErrors.h, SpillErrors.cxx, SpillErrors.h, SpillFinder.cxx, SpillFinder.h, data/ECuts.txt, data/MomSetErrors.txt, data/SpillErrors.txt, data/SuperCyclePeriod.txt, macros/MakeSE.C, macros/MakeSE.C~, macros/TempvsTime.C, macros/TempvsTime.C~, macros/TempvsTime_C.so: Addition of a new package to read CalDet specific db tables 2004-01-16 16:30 Brett Viren * CVSROOT/: check_access, modules: Add CalDetDBUtils with access for Tricia. 2004-01-16 12:47 Nathaniel Tagg * PhotonTransport/macros/: mc.C, simple.C: Changed my mind.. using Data as a fallback can cause some nasty repercussions.. like applying gain drifts to MC. 2004-01-16 12:44 Nathaniel Tagg * PhotonTransport/macros/: mc.C, simple.C: Change comments. 2004-01-16 12:40 hartnell * CalDetTracker/macros/mcTracker.C: Nathaniel tells me that detsim should be picking up MC data first then data. So this line is now in use: dbiCfg.Set("SimFlagAssociation:MC = 'MC,Data'"); Not: dbiCfg.Set("SimFlagAssociation:MC = 'Reroot,MC'"); as was before. 2004-01-16 12:38 Nathaniel Tagg * PhotonTransport/macros/: mc.C, simple.C: Changed default DBI association to default to kData if there is no kMC rows. 2004-01-16 09:29 hartnell * CalDetTracker/CDEvDisplay/SetUpDisplay.C: Add loading of libraries 2004-01-16 09:27 hartnell * CalDetTracker/macros/mcTracker.C: Missing colon 2004-01-16 00:24 George Irwin * DeMux/AlgDeMuxBeam.cxx: Backport crash protection. Get VldContext from primary input CandHandle. 2004-01-16 00:20 George Irwin * DeMux/AlgDeMuxBeam.cxx: Crash protection. Get VldContext from primary input CandHandle. 2004-01-15 20:13 Robert Hatcher * CVSROOT/users: change rhatcher@slac.stanford.edu to rhatcher@fnal.gov 2004-01-15 17:01 Costas Andreopoulos * AltReco/: AltModuleSliceQualityCheck.cxx, AltModuleSliceQualityCheck.h, jcm/AltRecoSlice.C: -small change: the AltModuleSliceQualityCheck now excludes the 'rubbish' slice that contains unmatched muon spectrometer hits. -Slightly better config params ~ AltRecoSlice.C 2004-01-15 16:28 Nathaniel Tagg * Digitization/DigiSignal.h: Change DigiPE pointers to be non-persistable so they never get saved to a file. Results in smaller files, but files are not backwards-compatable. 2004-01-15 11:29 hartnell * CalDetTracker/macros/: load_mc_tables.C, mcTracker.C: load_mc_tables.C is totally Mike K's work. I'm just putting it here for convenience. mcTracker.C is based on Mike's MC macro but with the CalDetTracker in the path and a few tweaks. 2004-01-15 08:16 Nick West * DatabaseMaintenance/scripts/ac_read_next_entry.pm: Support skip to next file. 2004-01-15 08:16 Nick West * DatabaseMaintenance/doc/ChangeLog: Improve performance of checksum analysis. 2004-01-15 08:15 Nick West * DatabaseMaintenance/scripts/auto_distribute.perl: Load ac_skip_incomplete_tables. 2004-01-15 08:14 Nick West * DatabaseMaintenance/scripts/analyse_checksum.pm: Replace logic that suppressed the printing of table summaries where everything was ignored by call to ac_skip_incomplete_tables. 2004-01-15 08:14 Nick West * DatabaseMaintenance/scripts/ac_skip_incomplete_tables.pm: Now working. 2004-01-15 02:34 Sue Kasahara * MCNtuple/macro/: recoMC.C, testNtpMCModuleReroot.C: Update demo macros to use new DetSim modules in place of RerootToRawDataModule 2004-01-14 21:43 Robert Hatcher * JobControl/JobCRootCommandModule.cxx: make "Addline" work in Cmd like "AddLine". add some debug messages. 2004-01-13 19:32 Sue Kasahara * GeoGeometry/macro/testGeoDrawInCM.C: Add macro for demonstrating use of scaling. 2004-01-13 19:31 Sue Kasahara * GeoGeometry/: .cvsignore, GeoGeometry.cxx, GeoGeometry.h, GeoVolumeMaker.cxx, GeoVolumeMaker.h, DemoMC/DemoMCApplication.cxx: Add "scale factor" argument to GeoGeometry constructor (default = 1). The geometry is created in units of meters (Minos standard unit) by default, but the user may adjust the units by setting the scale factor, e.g. setting scale = 1./Munits::cm will build the geometry in cm for compatibility with Geant. Changed the medium of an active detector plane volume shell, within which the scint strip volumes are added as nodes, from vacuum to air. The use of vacuum was causing the tracking to fail. The tracking through the geometry now works using the geant3 implementation, at least for geantino particles. 2004-01-13 17:10 Robert Hatcher * PhotonTransport/macros/simple.C: remove the explicit limit of 5 records in Run(); users can use -r on the command line to limit the number of record sets to process. This avoids lots of unnecessary edits to the file. 2004-01-13 15:21 Nick West * DatabaseMaintenance/scripts/ac_skip_incomplete_tables.pm: Work in progress, not yet finished. 2004-01-13 14:44 Nick West * DatabaseMaintenance/scripts/: ac_get_report_ages.pm, ac_read_next_entry.pm: Add debug pprint line. 2004-01-12 11:59 Nick West * WebDocs/Companion/overview/tutorial_preparation.html: Recommend using a local copy rather than rely on AFS. 2004-01-12 11:58 Nick West * WebDocs/Companion/overview/validation.html: Display job now works. 2004-01-12 00:28 Sue Kasahara * GeoGeometry/macro/: basiclibs.C, run_g3.C, run_g4.C: Move load of GeoGeometryDemoMC subdirectory library from after to before load of GeoGeometry library to work around root funny of not being able to instantiate a GeoGeometryDemoMC object in a root session otherwise. 2004-01-12 00:16 Sue Kasahara * GeoGeometry/GNUmakefile: Add makefile overlooked on previous commits. whoops. 2004-01-11 09:38 George Irwin * CandEventSR/EventSRListModule.cxx: Backport null-pointer checks from development. 2004-01-10 17:43 bspeak * RunSummary/RSM.h: Unified header 2004-01-10 17:38 bspeak * RunSummary/rate_plot.cc: Change binning convention and runtime accumulation. 2004-01-10 14:48 George Irwin * CandEventSR/EventSRListModule.cxx: Test null slicelist, similar to Nick's tests on other lists. 2004-01-08 21:02 vahle * CalDetPID/data/: CERRangeTable.rawinput, CERTimeWinTable.rawinput, TOFRangeTable.rawinput: Added more values to pid tables 2004-01-08 01:19 vahle * CalDetPID/data/: CERRangeTable.rawinput, TOFRangeTable.rawinput: Added values to pid tables 2004-01-07 08:58 Nick West * DatabaseMaintenance/scripts/create_checksum.pm: Reduce time limit to 15 mins. 2004-01-07 08:57 Nick West * DatabaseMaintenance/scripts/cs_order_tables.pm: Bug fix: make mandetory any that have expired but keep every table (was only keeping expired tables). 2004-01-07 07:24 Nick West * DatabaseMaintenance/scripts/ac_open_stream.pm: Assume that all non-local checksum reports reside on the publish directory. 2004-01-07 07:23 Nick West * DatabaseMaintenance/scripts/create_analyse_checksum.pm: Compare local report with Fnal, not Master. 2004-01-06 22:26 Ed Larty * WebDocs/FrozenRel.html: # corrected typo. Also changed recommended root version from 3.10.02 to 3.10.01 due to some problems found with the former 2004-01-06 20:47 avva * CandFitTrackSA/: AlgFitTrackSA.cxx, AlgFitTrackSA.h, CandFitTrackSA.cxx, CandFitTrackSA.h, CandFitTrackSAHandle.cxx, CandFitTrackSAHandle.h, ConstFT.h, DataFT.cxx, FitTrackSAListModule.cxx, NtpFitSAModule.cxx, NtpFitSARecord.cxx, NtpFitSARecord.h, README, TrackFT.cxx, plotTrack.C, reco.C: Updates - implemented "binary search" convergence algorithm, possibile multiple fits from one track, option of "reversed" fitting. 2004-01-06 17:47 Costas Andreopoulos * AltReco/: AltModuleSliceQualityCheck.cxx, AltModuleSliceQualityCheck.h, LinkDef.h, jcm/AltRecoSlice.C: Added a module for checking slice quality using the new MC back-tracking capabilities. Not ready yet. 2004-01-06 11:58 Nick West * CandEventSR/EventSRListModule.cxx: Protect against null pointers: tracklist, showerlist and clusterlist. 2004-01-06 10:57 Costas Andreopoulos * AltReco/: LinkDef.h, jcm/AltRecoSlice.C: Adding #pragma link C++ class AltCandStpProbHandleItr; #pragma link C++ class AltCandStpProbHandleKeyFunc; #pragma link C++ class AltCandStpProbHandleKeyFunctor; #pragma link C++ class AltCandStpProbListHandleItr; #pragma link C++ class AltCandStpProbListHandleKeyFunc; #pragma link C++ class AltCandStpProbListHandleKeyFunctor; in LinkDef.h This solves the dlopen error: /home/minos/minosoft/.... undefined symbol: _ZN27AltCandStpProbHandleKeyFunc11ShowMembersER16TMemberInspectPc problem reported by Jim. 2004-01-06 09:33 Nick West * DatabaseMaintenance/: DbmJob.cc, doc/ChangeLog: Remove logic that updates ENV_TSQL_* using ENV_TSQL_UPDATE_* (now done in DBI). 2004-01-06 09:31 Nick West * DatabaseInterface/: DbiCascader.cxx, doc/ChangeLog: If ENV_TSQL_UPDATE_* variables exist, use them in preference. 2004-01-06 07:48 Nick West * DatabaseMaintenance/scripts/create_checksum.pm: Fix backward compatible log file: name is checksum_Master.log not checksum.log. 2004-01-06 07:46 Nick West * DatabaseMaintenance/scripts/cs_write_header.pm: Change "a_header" to "AAA_header" to ensure correct ordering on RH7 whose collating sequence is case sensitive. 2004-01-06 07:31 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Define entry for DBILOGENTRY. 2004-01-05 19:20 musser * CandTrackSR/: AlgTrackSR.cxx, AlgTrackSRList.cxx, AlgTrackSRList.h, TrackSRListModule.cxx, TrackSRListModule.h: add Niki's near det tracker tuning. Note: IsCosmic parameter now deprecated in favor of IsType!! 2004-01-05 18:54 musser * CandShowerSR/: AlgShowerSR.cxx, ShowerSRListModule.cxx: check for empty daughter list in AlgShowerSR 2004-01-05 17:14 Robert Hatcher * Calibrator/: CalMapperFits.cxx, StripCalibrator.cxx: backport Jim Musser's changes to R1.3 2004-01-05 16:11 Costas Andreopoulos * MuELoss/: BetheBlochModel.cxx, BetheBlochModel.h, BezrukovBugaevModel.cxx, BezrukovBugaevModel.h, Bremsstrahlung.cxx, Bremsstrahlung.h, Cache.cxx, Cache.h, CacheBuffer.cxx, CacheBuffer.h, Constants.h, DirectElectronPairProduction.cxx, DirectElectronPairProduction.h, EnergyLossProcess.h, Ionization.cxx, Ionization.h, KokoulinPetrukhinModel.cxx, KokoulinPetrukhinModel.h, LinkDef.h, Material.cxx, Material.h, Model.cxx, Model.h, ModelSelector.cxx, ModelSelector.h, MuEnergyLoss.cxx, MuEnergyLoss.h, MuEnergyLossCint.cc, MuEnergyLossCint.h, NuclearInteraction.cxx, NuclearInteraction.h, NullModel.cxx, NullModel.h, PetrukhinShestakovModel.cxx, PetrukhinShestakovModel.h, Process.h, ProcessModel.cxx, ProcessModel.h, StandardMaterial.cxx, StandardMaterial.h, Utils.h, checksums.md5, mueloss.ps.gz, test.C: MuELoss: new version 2004-01-05 15:11 Brett Viren * CVSROOT/check_access: Add MuELoss/costas 2004-01-05 13:15 Costas Andreopoulos * AltReco/jcm/AltRecoSlice.C: [no log message] 2004-01-05 12:59 Nick West * DatabaseMaintenance/doc/: ChangeLog, dbmauto_validation.html: Reorganise checksum report creation so that it works incrementally part of the time to speed it up. 2004-01-05 12:55 Nick West * DatabaseMaintenance/scripts/update_log.pm: Cosmetic change. 2004-01-05 12:55 Nick West * DatabaseMaintenance/scripts/make_priming_set.pm: Hardwire account details to FNAL. Use get_table_list.pm to get the list of tables. 2004-01-05 12:54 Nick West * DatabaseMaintenance/scripts/mail_checksum_report.pm: Obsolete - full checksum reports are no longer mailed. 2004-01-05 12:54 Nick West * DatabaseMaintenance/scripts/get_time.pm: Return current time for supplied time-stamp. 2004-01-05 12:54 Nick West * DatabaseMaintenance/scripts/get_table_list.pm: Get list of all DBI compatible tables. 2004-01-05 12:54 Nick West * DatabaseMaintenance/scripts/get_db_acc_info.pm: If temp is first in cascade, skip to end of cascade. 2004-01-05 12:53 Nick West * DatabaseMaintenance/scripts/cs_write_header.pm: Write checksum header file. 2004-01-05 12:53 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Define refresh intervals for each table. 2004-01-05 12:53 Nick West * DatabaseMaintenance/scripts/cs_order_tables.pm: Determine order in which to perform checksums so that high priority ones come first. 2004-01-05 12:53 Nick West * DatabaseMaintenance/scripts/cs_do_table.pm: Perform checksum on individual table. 2004-01-05 12:53 Nick West * DatabaseMaintenance/scripts/create_checksum.pm: Major rewrite to perform checksum on each table individually, either in full or incrementally. 2004-01-05 12:52 Nick West * DatabaseMaintenance/scripts/create_analyse_checksum.pm: Slave checksum report now named after local host not "Slave". 2004-01-05 12:52 Nick West * DatabaseMaintenance/scripts/auto_distribute.perl: Load new routines and drop obsolete mail_checksum_report.pm. 2004-01-05 12:52 Nick West * DatabaseMaintenance/scripts/analyse_checksum.pm: Record report dates. 2004-01-05 12:52 Nick West * DatabaseMaintenance/scripts/ac_read_next_entry.pm: Record report incremental and full dates. Open next log file file when current one exhausted. 2004-01-05 12:51 Nick West * DatabaseMaintenance/scripts/ac_open_stream.pm: Assemble list of checksum report files (one for each table). Call ac_open_file to open first file. 2004-01-05 12:51 Nick West * DatabaseMaintenance/scripts/ac_open_file.pm: Open file. 2004-01-05 12:51 Nick West * DatabaseMaintenance/scripts/ac_get_report_ages.pm: Determine age of report. 2004-01-05 09:46 Costas Andreopoulos * AltReco/: AltModuleStpPatternRec.cxx, AltModuleStpPatternRec.h: Added the AltModuleStpPatternRec.h/cxx which apparently forgot to add before Xmass although it was included in the Linkdef.h Hopefully this should resolve the build problem experienced by Jim. 2004-01-01 14:32 musser * Calibrator/StripCalibrator.cxx: fix typo introduced in last upload. 2003-12-30 20:31 musser * Calibrator/: CalMapperFits.cxx, StripCalibrator.cxx: mapper-based atten coef's were in wrong units (cm rather than m) 2003-12-30 15:31 musser * EventDisplay/: EVD.C, EVD.cxx, GNUmakefile, GfxMCVec.cxx, GfxMCVecList.cxx: move truthhelper to datautil 2003-12-26 22:58 Sue Kasahara * TruthHelperNtuple/macro/: recoTH.C, testNtpTHDraw.C, testNtpTHRead.C: Add macros to demonstrate use of truth helper ntuple. recoTH.C performs reconstruction on reroot file and generates file ntupleSR.root as output containing trees NtpMC,NtpSR,NtpTH. testNtpTHDraw.C reads the three trees back into memory in a root session, and demonstrates how the TTree::AddFriend method can be used to create a master tree that has access to the branches of the 3 individual trees. testNtpTHRead.C demonstrates how the 3 tree records can be read back into a loon job using JobC commands, using a selection string to select a subset of events of interest. This package is still in the prototype stage pending approval from the reconstruction group, especially Jim. 2003-12-26 22:41 Sue Kasahara * TruthHelperNtuple/Module/: GNUmakefile, LinkDef.h, NtpTHModule.cxx, NtpTHModule.h: New job module to fill truth helper ntuple. 2003-12-26 22:38 Sue Kasahara * TruthHelperNtuple/: GNUmakefile, LinkDef.h, NtpTHRecord.cxx, NtpTHRecord.h, NtpTHShower.cxx, NtpTHShower.h, NtpTHSlice.cxx, NtpTHSlice.h, NtpTHTrack.cxx, NtpTHTrack.h: New truth helper ntuple classes are used to store the association between the reconstructed data and the mc truth as determined by the DataUtil/TruthHelper. 2003-12-26 22:28 Sue Kasahara * MCNtuple/: NtpMCStdHep.cxx, NtpMCStdHep.h, NtpMCTruth.cxx, NtpMCTruth.h, Module/NtpMCModuleReroot.cxx: Add new data member "index" to both NtpMCStdHep and NtpMCTruth to keep track of index of object in NtpMCRecord TClonesArray. 2003-12-26 22:23 Sue Kasahara * IoModules/IoOutputModule.cxx: Add default definitions for Config,NtpMC,NtpSR & NtpTH streams to output ConfigRecord,NtpMCRecord,NtpSRRecord & NtpTHRecord's respectively. The user may override the default definitions with the DefineStream method if desired, but the user is no longer required to define this set of streams in the job script if using the default definition. 2003-12-24 16:52 Brett Viren * CVSROOT/modules: Add MuELoss for costas 2003-12-24 15:23 Costas Andreopoulos * MuELoss/: BetheBlochModel.cxx, BetheBlochModel.h, BezrukovBugaevModel.cxx, BezrukovBugaevModel.h, Bremsstrahlung.cxx, Bremsstrahlung.h, Cache.cxx, Cache.h, CacheBuffer.cxx, CacheBuffer.h, Constants.h, DirectElectronPairProduction.cxx, DirectElectronPairProduction.h, EnergyLossProcess.cxx, EnergyLossProcess.h, GNUmakefile, Integrator.cxx, Integrator.h, Ionization.cxx, Ionization.h, KokoulinPetrukhinModel.cxx, KokoulinPetrukhinModel.h, LinkDef.h, Make.include, Makefile.nonSRT, MuEnergyLoss.cxx, MuEnergyLoss.h, MuEnergyLossCint.cc, MuEnergyLossCint.h, NuclearInteraction.cxx, NuclearInteraction.h, PetrukhinShestakovModel.cxx, PetrukhinShestakovModel.h, Process.cxx, Process.h, ProcessModel.cxx, ProcessModel.h, README, Utils.h: Initial revision 2003-12-24 15:23 Costas Andreopoulos * MuELoss/: BetheBlochModel.cxx, BetheBlochModel.h, BezrukovBugaevModel.cxx, BezrukovBugaevModel.h, Bremsstrahlung.cxx, Bremsstrahlung.h, Cache.cxx, Cache.h, CacheBuffer.cxx, CacheBuffer.h, Constants.h, DirectElectronPairProduction.cxx, DirectElectronPairProduction.h, EnergyLossProcess.cxx, EnergyLossProcess.h, GNUmakefile, Integrator.cxx, Integrator.h, Ionization.cxx, Ionization.h, KokoulinPetrukhinModel.cxx, KokoulinPetrukhinModel.h, LinkDef.h, Make.include, Makefile.nonSRT, MuEnergyLoss.cxx, MuEnergyLoss.h, MuEnergyLossCint.cc, MuEnergyLossCint.h, NuclearInteraction.cxx, NuclearInteraction.h, PetrukhinShestakovModel.cxx, PetrukhinShestakovModel.h, Process.cxx, Process.h, ProcessModel.cxx, ProcessModel.h, README, Utils.h: MuELoss package for computing muon energy losses in the energy range up to 10 TeV --------------------------------------------------------------------- - Processes Models - --------------------------------------------------------------------- - Ionization ................... Bethe-Bloch - - Direct e+e- pair production .. Kokoulin-Petrukhin - - Bremsstrahlung ............... Bethe-Heitler, Petrukhin-Shestakov - - Photo-nuclear interactions ... Bezrukov-Bugaev - --------------------------------------------------------------------- 2003-12-22 18:08 Costas Andreopoulos * AltReco/: AltAlgEvent.cxx, AltAlgEvent.h, AltAlgPatternRecognition.cxx, AltAlgPatternRecognition.h, AltAlgStpPatternRec.cxx, AltAlgStpPatternRec.h, AltAlgStpPatternRecList.cxx, AltAlgStpPatternRecList.h, AltCandStpProb.cxx, AltCandStpProb.h, AltCandStpProbHandle.cxx, AltCandStpProbHandle.h, AltCandStpProbList.cxx, AltCandStpProbList.h, AltCandStpProbListHandle.cxx, AltCandStpProbListHandle.h, LinkDef.h, jcm/AltRecoSlice.C: [no log message] 2003-12-22 16:33 Ed Larty * WebDocs/FrozenRel.html: # announced new point frozen release R1.3.0 2003-12-22 16:30 Ed Larty * setup/packages-R1.3.0: # added package file for newly created point frozen release R1.3.0