2005-04-02 18:52 Ed Larty * setup/packages-R1.15: #new frozen tag 2005-04-02 07:49 Robert Hatcher * UgliGeometry/UgliStripNode.cxx: this I'm pretty sure is right for GetTPos() with rotations. but it really does deserve some more testing/verification. 2005-04-02 03:07 George Irwin * CandDigit/AlgFilterDigitList.cxx: Remove object from TFolder before deleting it. 2005-04-02 01:32 George Irwin * CandDigit/: AlgFilterDigitList.cxx, AlgFilterDigitList.h: Clean up TFolder handling some more. Cache fTFolder for speed. 2005-04-01 22:18 Robert Hatcher * Calibrator/StripAttenCalScheme.cxx: prevent FPE from 1/underflow; these are associated with DB entries that strip attenuation with only a short (~10cm) component. 2005-04-01 21:45 cbs * Mad/: MadBase.cxx, MadBase.h, MadCBSQEAnalysis.cxx, MadCBSQEAnalysis.h, MadChain.cxx, MadChain.h, MadContour.cxx, MadContour.h, MadEvDisplay.cxx, MadEvDisplay.h, MadQuantities.cxx, MadQuantities.h: Added fiducial and containment cuts in MadQuantities + added catch for fpe found by Mike. Added code to find entry in ntuple using run and snarl using BuildIndex, but not currently working. 2005-04-01 19:03 admarino * Contrib/admarino/gminos_jobs_doc.tex: Added documentation about the flux file paths and the variables that need to be set for them. 2005-04-01 19:02 admarino * Contrib/admarino/gminos_jobs.pm: Added variables to set the LE, ME and HE flux file paths. 2005-04-01 18:21 Robert Hatcher * UgliGeometry/: UgliScintPlnHandle.cxx, UgliScintPlnHandle.h, UgliStripABC.h, UgliStripHandle.h, UgliStripNode.h: "orthCoord" is a better name than "lpos" for GetTPos() argument. 2005-04-01 18:20 Robert Hatcher * GeoGeometry/: GeoScintPlnNode.cxx, GeoScintPlnNode.h, GeoStripNode.cxx, GeoStripNode.h: "orthCoord" is a more descriptive name than "lpos" for GetTPos() arg. 2005-04-01 17:53 Robert Hatcher * RawData/RawDigitDataBlock.cxx: In PostFillRawDigits() we clear mode bits off RawChannelId's when making the list of bad channels, but we must also remember to clear the mode bits off non-error channels when looking for SameMenu errors (which checks for same channel via operator==). 2005-04-01 17:15 Nick West * WebDocs/db_adding_primary_keys.html: Schedule conversion of CALDET*, CALTEMPCALIBRATION and CALTIMECALIBRATION 2005-04-01 16:11 bspeak * RunSummary/scripts/farm_list.sh: place sup files in the sup/ directory 2005-04-01 15:55 cbs * MCReweight/: BMPTHistoWeightCalculator.cxx, BMPTHistoWeightCalculator.h, BMPTWeightCalculator.cxx, BMPTWeightCalculator.h, LinkDef.h, MCEventInfo.cxx, MCEventInfo.h, MCReweight.cxx, MCReweight.h, NeugenWeightCalculator.cxx, NeugenWeightCalculator.h, NuParent.h, WeightCalculator.cxx, WeightCalculator.h, macros/TestMCReweightCode_EventObjects.C: Added new GetWeight() functions to the WeightCalculators that pass MCEventInfo and NuParent objects rather than an event registry. Original functions passing two registries are still working. MCEventInfo holds all interaction information as well as a default cross-section (calculated using the Standard Config parameters) and a bool which determines whether or not to use the default stored cross-section in the (neugen) reweight calculation. If the bool is true, then the first time the event is reweighted, the default cross-section is set in the MCEventInfo object, and will be used in subsequent reweighting calls. This should ~halve the number of neugen calculations currently being done. Also added a new macro TestMCReweightCode_EventObjects.C to show how to use new code. 2005-04-01 15:35 kordosky * MCNtuple/Module/NtpMCModule.cxx: fix BuildMCToStdHep to handle nneukin=0 without writing to unallocated memory 2005-04-01 15:23 kordosky * MCNtuple/Module/NtpMCModule.cxx: fix BuildMCToStdHep to handle nneukin=0 without writing to unallocated memory 2005-04-01 13:51 Robert Hatcher * UgliGeometry/UgliStripNode.cxx: This should be closer to the correct GetTPos() calculation in the case of rotations, but it's as yet untested... so don't use it. 2005-04-01 13:48 Nick West * setup/packages-R1.15.0-tmp: Record tags for DatabaseInterface, DatabaseMaintenance, Lattice, LeakChecker, Navigation, UserManualDoc, Util. 2005-04-01 13:42 Nick West * WebDocs/Companion/overview/macros/loon_reco_job.C: Load additional libraries that are now required 2005-04-01 13:38 Nick West * Util/doc/ChangeLog: Record tag version: V01-01-06 2005-04-01 13:32 Nick West * UserManualDoc/: doc/ChangeLog, src/UserManual.tex: Record tag version: V01-01-08 2005-04-01 13:11 Nick West * Navigation/doc/ChangeLog: Record tag version: V01-01-04 2005-04-01 12:50 Nick West * LeakChecker/doc/ChangeLog: Record tag version: V01-01-03 2005-04-01 12:42 Nick West * DatabaseMaintenance/doc/ChangeLog: Record tag version: V01-04-06 2005-04-01 12:30 Nick West * DatabaseInterface/doc/ChangeLog: Record tag version: V01-06-00 2005-04-01 10:36 Nick West * WebDocs/db_adding_primary_keys.html: CALMIPCALIBRATION Scheduled for Wednesday 6 April 2005-04-01 03:09 Robert Hatcher * UgliGeometry/: UgliScintPlnHandle.cxx, UgliScintPlnHandle.h, UgliStripABC.h, UgliStripHandle.h, UgliStripNode.h: strip method GetTPos() now takes "lpos" argument representing the orthogonal coordinate (for U and V planes only) in order to include corrections due to rotations. if lpos>1000 then instead use the center of the strip (whereever it might be in lpos space). UgliScintPlnHandle::GetClosestStrip now also takes a (optional) 2nd arg "lpos". 2005-04-01 03:07 Robert Hatcher * UgliGeometry/UgliStripNode.cxx: prepare for GetTPos() taking "lpos" argument representing the orthogonal coordinate (for U and V planes only) in order to include corrections due to rotations. if lpos>1000 then instead use the center of the strip (whereever it might be in lpos space). the code does not yet work -- it's being committed to allow the interface to change -- so don't use it yet! 2005-04-01 03:03 Robert Hatcher * GeoGeometry/: GeoScintPlnNode.cxx, GeoScintPlnNode.h, GeoStripNode.cxx, GeoStripNode.h: adapt to Ugli interface changes: strip GetTPos now takes an argument that is the coordinate in the orthogonal view to allow for corrections due to rotations (if lpos>1000 interpret lpos center-of-strip and don't perform the correction). 2005-04-01 02:25 Robert Hatcher * CandFitTrackSA/: BFieldFT.cxx, BFieldFT.h: make GetBField() interface the same as base BField class with the addition of a Bool_t isUVZ=false. 2005-03-31 22:13 Ed Larty * setup/: packages-R1.15.0-tmp, setup_minossoft_tamu.csh: # new tmp file for next frozen release