2008-11-18 23:19 Robert Hatcher * setup/msrt: Add new function "testrel" for creating new test releases w/ optional initial package list. Due to shell limitations it can not export SRT_PRIVATE_CONTEXT out so after it is created user still must: cd testrel srt_setup -a User must supply "-n testname" to name the test release. It is created under the current working directory. msrt "migrate" works on test releases using "-r test". msrt "proxy" works on test releases using "-r test". msrt "update" works on test releases using "-r test"; includes proxy resolution, but can not addpkg if given a package not already in the test release. Using -A flag on test release will reset sticky tags (effectively making it CVS HEAD). 2008-11-18 21:20 Robert Hatcher * setup/msrt: msrt "release" and "update" now call "proxy" for .proxy resolution for the given release. also small tweaks to indentation levels to make the script easier to run; "prune" now ignores "-r" if given rather than assume it is the release name. 2008-11-18 21:17 Robert Hatcher * setup/proxy_resolver.py: small tweaks to informative output. 2008-11-18 21:16 Robert Hatcher * Dispatcher/DDSFileHandler.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 20:24 rbpatter * Contrib/condor/doc/index.html: minor edit 2008-11-18 17:31 Robert Hatcher * DetSim/: SimDetector.cxx, SimPixelTimeBucket.cxx, SimPmt.cxx, SimPmtM16.cxx, SimPmtM64.cxx: fix consistent misspelling of "Munits" (was "Muints"). 2008-11-18 17:27 Robert Hatcher * DataUtil/PlaneOutline.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 17:22 Robert Hatcher * Contrib/tagg/Kinema/KinTuple.h, Contrib/tagg/Kinema/MyMad.cxx, DataQualityMonitoring/DataQualityModule.cxx, DataQualityMonitoring/RecoMonitoring.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 17:15 Robert Hatcher * Contrib/ScanTool/: MadDpID.cxx, MadMKAnalysis.cxx, MadTVAnalysis.cxx, NearbyEvents.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 17:12 Robert Hatcher * Contrib/pidtf/MCTuftsID/MadMCTuftsID.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 17:09 Robert Hatcher * CalDetDST/: AlgFilterChannels.cxx, LoadCalDetFilterChannels.cxx: replace non-standard "uint" with "unsigned int". 2008-11-18 17:07 Robert Hatcher * AltDeMux/AlgAltDeMuxBase.cxx: replace non-standard "uint" with "unsigned int" 2008-11-18 16:54 Robert Hatcher * GeoGeometry/test/GeoValidate.cc: replace non-standard "uint" with "unsigned int". 2008-11-18 15:26 rodriges * NCUtils/: NCEventInfo.cxx, NCEventInfo.h, Extrapolation/NCExtrapolationFarNear.cxx, Extrapolation/NCExtrapolationModule.cxx, Extrapolation/PIDSpectrum.cxx: Finally get the systematic shifting right: * Construct nuEnergyNC and nuEnergyCC using the right NC/CC shower energies. * Don't set the track energy to zero for NC events in NCExtrapolationModule... * ...but do set it in FarNear, which requires it And, for good measure: * Make NCEventInfo somewhat const-correct * Comment out some useless output in PIDSpectrum 2008-11-18 14:31 loiacono * MuonPhysics/: Fit/MuData.cxx, Fit/MuonModule.cxx, Fit/MuonModule.h, Fit/PTModule.cxx, Fit/RatioModule.cxx, macros/fit_flux.C, macros/make_plot_fit.C: [no log message] 2008-11-18 14:28 loiacono * MCReweight/Lfluk.cxx, MCReweight/Lfluk.h, PhysicsFit/Beam/ZRatTune.cxx, PhysicsFit/Beam/ZRatTune.h: Added skewing options 2008-11-18 12:48 rodriges * NCUtils/: DataQuality/NCDataQualityModule.cxx, DataQuality/NCDataQualityModule.h, Extrapolation/NCExtrapolationModule.cxx, Extrapolation/NCExtrapolationModule.h, Extrapolation/NCPOTCounter.cxx, Extrapolation/NCPOTCounter.h, macros/do_extrap.h: Alter the way mock data is dealt with: You now pass the run to use, and the subrun. To use the whole mock data set, pass subrun=-1. Remove file-chosing logic from NCExtrapolationModule and just use the one in NCPOTCounter. 2008-11-18 12:47 rodriges * NCUtils/NCEventInfo.cxx: Setting nuEnergyNC and nuEnergyCC still isn't right, so revert it for the moment 2008-11-18 12:44 rodriges * NCUtils/Extrapolation/NCExtrapolationPID.cxx: Only ignore MC events if we read the spectra from file, not all events 2008-11-17 18:35 bckhouse * NCUtils/: NCOscProb.cxx, Extrapolation/NCBeam.cxx, Extrapolation/NCBeam.h, Extrapolation/NCCoordinateConverter.cxx, Extrapolation/NCCoordinateConverter.h, Extrapolation/NCExtrapolation.cxx, Extrapolation/NCExtrapolation.h, Extrapolation/NCExtrapolationFarNear.cxx, Extrapolation/NCExtrapolationFarNear.h, Extrapolation/NCExtrapolationModule.cxx, Extrapolation/NCExtrapolationModule.h, Extrapolation/NCExtrapolationNone.cxx, Extrapolation/NCExtrapolationNone.h, Extrapolation/NCExtrapolationPID.cxx, Extrapolation/NCExtrapolationPID.h, Extrapolation/NCFitMaster.cxx, Extrapolation/NCFitMaster.h, Extrapolation/PIDSpectrum.cxx, macros/do_extrap.C, tests/contlist.C, tests/extrapfit.C: Add a subclass Info to NCBeam, describes what beam this is. Switch to using ERunType in more places. Fix the preferences that control what systematics to fit. NCExtrapolation::GetBeam, a better interface than FindBeamIndex Preference MakeShiftedBeams to control new feature, currently has fairly serious problems. Write best fit chisq and one sigma errors to the output file. Switch decay formulae to normal heirarchy formulation. 2008-11-17 15:31 rodriges * NCUtils/Extrapolation/NCExtrapolationPID.cxx: Don't override the weight on mock data events. 2008-11-17 15:29 bckhouse * NCUtils/: NCEventInfo.cxx, NCEventInfo.h: Definition of SetEventWeight was duplicated for some reason, remove the redundant copy. 2008-11-17 15:05 rodriges * NCUtils/macros/do_extrap.h: Set output filename correctly for mock data runs 2008-11-17 12:31 bckhouse * NCUtils/Extrapolation/NCExtrapolationFarNear.cxx: Fix Far/Near Extrapolation. Setting of the correct beams had accidentally got commented out. 2008-11-17 10:38 rodriges * NCUtils/macros/GuessPaths.C: Use /minos/data/users/rodriges as my output path at FNAL 2008-11-17 10:32 rodriges * NCUtils/NCEventInfo.cxx: Define NC and CC energies correctly 2008-11-17 08:48 Robert Hatcher * Contrib/rhatcher/proxytest/testfv2.root.proxy: another commit test 2008-11-17 08:45 Robert Hatcher * Contrib/rhatcher/proxytest/testfv2.root.proxy: test commit 2008-11-17 07:52 nwest * DatabaseInterface/: doc/ChangeLog, test/DbiValidate.cc: Compiler fix: Replace uint -> unsigned int 2008-11-17 01:42 pawloski * NueAna/NueAnaTools/: NueConvention.cxx, NueConvention.h: Updated energy scale to include flag for Linearity Fixed MC 2008-11-16 22:07 boehm * NueAna/Extrapolation/NueSystematic.cxx: In general a good idea to commit code that actualyl compiles 2008-11-16 21:47 boehm * NueAna/Extrapolation/NueSystematic.cxx: newer pids weren't being hit by pidshift 2008-11-14 19:06 loiacono * MuonPhysics/: macros/make_check_lfluk.C, Fit/GNUmakefile, Fit/MuData.cxx, Fit/MuFunc.cxx, Fit/MuFunc.h, Fit/RatioModule.cxx, Fit/RatioModule.h, Fit/Check/CheckLfluk.cxx, Fit/Check/CheckLfluk.h, Fit/Check/GNUmakefile, Fit/Check/LinkDef.h, Util/DrawHists.cxx, Util/DrawHists.h, macros/fit_flux.C, macros/make_plot_fit.C: [no log message] 2008-11-14 18:34 loiacono * MCReweight/: Lfluk.cxx, Lfluk.h: Modified Lfluk:added functions to get histograms and only return weight 1 for pT > 1.0 for pi+ 2008-11-14 18:30 loiacono * PhysicsFit/Beam/: SKZPTune.cxx, SKZPTune.h, ZRatTune.cxx, ZRatTune.h: change floats to doubles in GetWeight() 2008-11-14 15:39 Nick West * GridTools/Ganga/GBS/python/GBSManager.py: Add: __HouseKeeping(self): Perform any commands defined by configuration: "HouseKeepingCommands" Mod: ctor: call __HouseKeeping() 2008-11-14 15:39 Nick West * GridTools/Ganga/GBS/python/GBSConfig.py: Mod:__ReadConfigFile(self,rcFile): Collect entire line contents except any trailing spaces for value instead of just first white space delimited token. Needed for "HouseKeepingCommands" which can have embedded spaces. 2008-11-14 15:39 Nick West * GridTools/Ganga/GBS/python/.gbsrc: Add configuration: "HouseKeepingCommands" 2008-11-14 14:58 bckhouse * NCUtils/Extrapolation/NCParameter.cxx: Fix intermittent crasher bug. 2008-11-14 01:42 boehm * NueAna/NueAnaTools/OscCalc.cxx: small adjustment to the EtoE probability 2008-11-13 19:26 Brian Rebel * NCUtils/: Extraction/NCAnalysisModule.cxx, Extraction/NCExtraction.cxx, Extrapolation/NCBeam.cxx, Extrapolation/NCContourFinder.cxx, Extrapolation/NCExtrapolation.cxx, Extrapolation/NCExtrapolationJK.cxx, Extrapolation/NCExtrapolationJK_fit.cxx, Extrapolation/NCExtrapolationMQ.cxx, Extrapolation/NCExtrapolationModule.cxx, Extrapolation/NCExtrapolationNS.cxx, Extrapolation/NCExtrapolationRS.cxx, NumRec/MinosMinimization.cxx: convert uints and UInt_ts to unsigned ints to make gcc 4.0.1 happy 2008-11-13 19:24 Brian Rebel * NCUtils/: NCAnalysisUtils.cxx, NCType.cxx: change uints and UInt_ts to unsigned ints to make gcc 4.0.1 happy 2008-11-13 17:54 Nick West * GridTools/Ganga/GBS/docs/gbs_user.html: Add link to cron job authentication 2008-11-13 17:51 Nick West * GridTools/Scripts/docs/Scripts.html: Add link to cron job authentication 2008-11-13 17:45 bckhouse * NCUtils/NCEventInfo.cxx: When applying systematic shifts to an event in NCEventInfo::SetEventWeight, adjust reco->nuEnergyNC and reco->nuEnergyCC as well as reco->nuEnergy. 2008-11-13 17:39 Nick West * GridTools/docs/jobs_tutorial.html: Add section: Cron job authentication 2008-11-13 17:00 rodriges * AutoLibLoad/: mkrootmaps.py, testLoading.sh: Change mkrootmaps.py to generate rootmap files that can safely be loaded in bare root, rather than just loon. This requires a whole lot of new workarounds, some of which are documented in docdb 4980. Update the testLoading.sh script concomitantly to use root for testing instead of loon 2008-11-13 15:07 Nick West * Contrib/rhatcher/gminos_jobs/run_ral_lcg.sh: Report transmitted environment to the log. 2008-11-13 14:47 rodriges * AutoLibLoad/: testLoading.C, testLoading.sh: Trick stolen from Chris: use 42 as exit code for success, since failure can sometimes return 0 2008-11-13 12:35 rodriges * NCUtils/Extrapolation/NCPOTCounter.cxx: For mock files, use the dataPOT histogram to return the POT, instead of assuming 2.5e20 2008-11-13 08:11 nwest * PackageMaintenanceSupport/config/maintainers.pms: Assign RootUtil to Kregg 2008-11-13 03:40 Robert Hatcher * setup/msrt: Add new "proxy" command. This invokes the $SRT_DIST/setup/proxy_resolver.py script for a given release (and optional list of packages). It checks for the existance of a $SRT_DIST/setup/.proxyrc file and gives warning (w/ suggestions) if it is not found. At this time this is _not_ directly called by "update" or "release" commands, but probably should be. 2008-11-13 02:59 Robert Hatcher * setup/proxy_resolver.py: fix typo in informative message. 2008-11-12 22:14 boehm * NueAna/: NueStandard.cxx, NueStandard.h, NueAnaTools/OscCalc.cxx, NueAnaTools/OscCalc.h: Adding a function to return the current osc parameters 2008-11-12 21:45 Robert Hatcher * NueAna/data/fvann032007.root, NueAna/data/templates.root, ParticleTransportSim/test/sample10ev.reroot.root, WebDocs/reconstruction/RecoSRDoc.ps: remove in favor of proxy 2008-11-12 21:42 Robert Hatcher * NCUtils/data/like.pid.near.root, NCUtils/data/norm_fix_far.root, NCUtils/data/norm_fix_near.root, NCUtils/data/vhstrain.far.rot.20x20c40.daikon.cedar.root, NCUtils/data/vhstrain.near.rot.20x20c40.daikon.cedar.root, NtupleUtils/data/pid_evans_cedar_daikon_LE185.root, NtupleUtils/data/xsec_minos_modbyrs4_v3_5_0_mk.root, NuBarPID/files/POpdf_cedar_daikon_ND.root, NuBarPID/files/POpdf_cedar_daikon_ND_hardcuts.root, NuBarPID/files/POpdf_cedar_daikon_ND_Kin.root, NueAna/data/ann040907_6inp.root, NueAna/data/ann050107_30inp.root, NueAna/data/fvann031506.root: remove in favor of proxy 2008-11-12 21:39 Robert Hatcher * NCUtils/data/: dp_pdf_near_L150z200i_cedar_daikon.root, dp_pdf_near_L250z200i_cedar_daikon.root, dp_pdf_near_le.root, dp_pdf_near_me.root, FluxErrorHistos-14.root, FluxErrorHistos14.root, HessNewCorrections_LEall3_pME_pHE.root, knn.train.far.cedar.daikon.root, knn.train.near.cedar.daikon.root, like.pid.far.root, like.pid.near.daikon.root: remove in favor of proxy 2008-11-12 21:36 Robert Hatcher * MCReweight/data/fluka05ptxf.root, MCReweight/data/integrated_smearing_histos_1500.root, MCReweight/data/integrated_smearing_histos_1501.root, MCReweight/data/integrated_smearing_histos_default.root, MCReweight/data/integrated_smearing_histos_offset.root, NCUtils/data/beam_matrix_le010_neut_dataskzp_post.root, NCUtils/data/beam_matrix_le010_neut_dataskzp_pre.root, NCUtils/data/beam_matrix_le010_neut_mc.root, NCUtils/data/dp_pdf_far_le.root, NCUtils/data/dp_pdf_far_le_cedar_daikon.root, NCUtils/data/dp_pdf_near_he.root, NCUtils/data/dp_pdf_near_L010z185i_cedar_daikon.root, NCUtils/data/dp_pdf_near_L100z200i_cedar_daikon.root: remove in favor of proxy 2008-11-12 21:33 Robert Hatcher * Mad/data/QEpdfs_R1_18_2.root, Mad/data/roid.pid.far.cedar.carrot.root, Mad/data/roid.pid.near.cedar.carrot.root, Mad/data/roid.pid.near.cedar.daikon.root, MCReweight/data/beamsys_Boston.root, MCReweight/data/beamsys_DetXs.root, MCReweight/data/beamsys_hists.root, MCReweight/data/beamsys_PiMinus.root, MCReweight/data/beamsys_PiMinus_CedarDaikon.root, MCReweight/data/beamsys_PRL.root: remove in favor of proxy 2008-11-12 21:30 Robert Hatcher * Mad/data/: dp_pdf_near_le_R1.16.root, dp_pdf_near_me.root, dp_pdf_near_me_R1.16.root, dp_pdf_near_phe_cphybh_daikon04.root, knn.train.far.cedar.daikon.root, knn.train.near.cedar.daikon.root, n13011339_0009_L010185N_D00.sntp.cedar.root, QEpdfs_R1_16.root, QEpdfs_R1_18.root: remove in favor of proxy 2008-11-12 21:30 boehm * NueAna/: NueStandard.cxx, NueStandard.h: Adding a new default osc function that has nue appearance set to zero 2008-11-12 21:27 Robert Hatcher * Mad/data/: dp_pdf_near_he_R1.16.root, dp_pdf_near_L010z000i_cedar_daikon.root, dp_pdf_near_L010z170i_cedar_daikon.root, dp_pdf_near_L010z185i_cedar_daikon.root, dp_pdf_near_L010z200i_cedar_daikon.root, dp_pdf_near_L100z200i_cedar_daikon.root, dp_pdf_near_L150z200i_cedar_daikon.root, dp_pdf_near_L250z200i_cedar_daikon.root, dp_pdf_near_le.root, dp_pdf_near_le_cphybh_daikon04.root: remove in favor of proxy 2008-11-12 21:23 Robert Hatcher * Mad/data/: dp_pdf_far_le.root, dp_pdf_far_le_carrot_cedar.root, dp_pdf_far_le_cedar_daikon.root, dp_pdf_far_le_cphybh_daikon04.root, dp_pdf_far_le_predaikon_cedar.root, dp_pdf_far_le_R1.16.root, dp_pdf_far_phe_cedar_daikon.root, dp_pdf_far_phe_cphybh_daikon04.root, dp_pdf_near_he.root: remove in favor of proxy 2008-11-12 21:20 Robert Hatcher * Mad/data/: ab_pdf_far_phe_cedar_daikon.root, ab_pdf_far_phe_cphybh_daikon04.root, ab_pdf_near_le0_cedar_daikon.root, ab_pdf_near_le170_cedar_daikon.root, ab_pdf_near_le200_cedar_daikon.root, ab_pdf_near_le_cedar_daikon.root, ab_pdf_near_le_cphybh_daikon04.root, ab_pdf_near_phe_cedar_daikon.root, ab_pdf_near_phe_cphybh_daikon04.root, ab_pdf_near_pme_cedar_daikon.root, ab_pdf_near_pmhe_cedar_daikon.root: remove in favor of proxy 2008-11-12 21:17 Robert Hatcher * CalDetPID/data/timinghists-2002-t11.root, CalDetPID/data/timinghists-2002-t7.root, CalDetPID/data/timinghists-2003-t11.root, CalDetPID/data/timinghists-2003-t7-n.root, CalDetPID/data/timinghists-2003-t7-nf.root, CalDetPID/data/timinghists.root, Calibrator/macros/GenerateNdAttenConstants.C, CDFMonitoringFwk/photo.xpm, ControlRoomSoftware/ShiftersGuide/figures/minos_acnet.jpg, G3PTSim/data/xsneut95.dat, G3PTSim/gcalor/xsneut.dat, Mad/data/ab_pdf_far_le_cedar_daikon.root, Mad/data/ab_pdf_far_le_cphybh_daikon04.root: remove in favor of proxy 2008-11-12 21:14 Robert Hatcher * BeamData/doc/acnet-devices-to-readout.xls, BeamData/doc/status/040918/data-streams.eps, BeamMegaFit/data/data_hist_cedardaikon_highstat_ro_scaled.root, BeamMegaFit/data/data_hist_cedardaikon_ro_scaled.root, BeamMegaFit/data/data_hist_cedarphy_ro_scaled.root, BeamMegaFit/data/fluka05ptxf.root, BeamMegaFit/data/MRCCratio.root, BeamMegaFit/data/na49.root, BeamMegaFit/data/nue_data_hist.root, BeamMegaFit/data/numu_data_hist.root, BeamMegaFit/data/numubar_data_hist.root, BeamMegaFit/data/truehists-chargesigncut-upto120-rebin.root, BeamMegaFit/data/truehists-reclaim.root: remove in favor of proxy 2008-11-12 21:07 Robert Hatcher * EventKinematics/doc/EventKinematics_UML.eps: remove in favor of proxy 2008-11-12 19:56 loiacono * MuonPhysics/: Fit/PTModule.cxx, Fit/PlotFit.cxx, Fit/PlotFit.h, Fit/RatioModule.cxx, Fit/RatioModule.h, macros/fit_flux.C, macros/make_plot_fit.C: [no log message] 2008-11-12 19:55 loiacono * MuonPhysics/Fit/: ParticleRatios.cxx, ParticleRatios.h: c 2008-11-12 17:37 Robert Hatcher * CandDigit/AlgFilterDigitList.cxx: Add some code to dump the BadChannelList one time if using strategy 3. This assumes that in general the list is short, but it provides a means of verifying that it is indeed getting picked up at all. 2008-11-12 15:16 nwest * GridTools/docs/data_tutorial.html: Add section on DCM. 2008-11-12 15:16 nwest * GridTools/DataCacheManager/sei_dcm_url_unpack.pm: Report error if SE directory or file name missing. 2008-11-12 15:16 nwest * GridTools/DataCacheManager/sei_check_authentication.pm: Fix another debug print bug. 2008-11-12 15:16 nwest * GridTools/DataCacheManager/minos/frs_locate_file.pm: Check for bad DCM URL. 2008-11-12 12:07 bckhouse * NCUtils/macros/: do_extrap.C, do_extrap.h: Phil's commit to detect the macro being run interpreted was incorrect. The error triggers even when being run compiled, due to the dictionary generation pass. Now using a cout and exit(1) in the function body instead of a #error. Also, ifdef out the function body and the entire header file when running under CINT so that there are no confusing errors if one runs interpreted whilst also not loading the libraries. 2008-11-12 11:42 rodriges * NCUtils/macros/do_extrap.C: Bail if script is being run interpreted. Unfortunately only works if you do "loon load_libs.C do_extrap.C", and not if you miss off the load_libs.C at the front, but it's better than nothing 2008-11-11 23:41 rustem * Contrib/rustem/ShortMuStudy/: FillShortVar.cxx, Config/PlotShortVar.xml, macros/make_short.C: Few more updates... 2008-11-11 23:40 rustem * PhysicsNtuple/Config/PlotMuonId.xml: Update histograms for FillMuonId. 2008-11-11 23:24 rustem * Contrib/rustem/ShortMuStudy/: FillShortVar.cxx, FillShortkNN.cxx, macros/make_short.C: Work on macro make_short.C for making PhysicsNtuple ntuples. 2008-11-11 23:06 rustem * PhysicsNtuple/Fill/: FillMuonId.cxx, FillMuonId.h: Add "pass key" variable to FillMuonId. 2008-11-11 21:03 Robert Hatcher * CVSROOT/check_access: Add "ahimmel" and "pa" to numisoft writers. 2008-11-11 18:45 rodriges * NCUtils/NCType.cxx: Return Run I for mock data events in FindRunType(ANtpHeaderInfo*) - this makes it consistent with FindRunType(TString), which uses the filename 2008-11-11 18:13 bckhouse * Production/Dogwood/macros/load_libs.C: Remove TimeCalibratorSR from the library list, it isn't used for anything and is no longer part of the release. 2008-11-11 18:08 bckhouse * NCUtils/: Extrapolation/NCExtrapolation.cxx, Extrapolation/NCExtrapolation.h, Extrapolation/NCExtrapolationFarNear.cxx, Extrapolation/NCExtrapolationFarNear.h, Extrapolation/NCExtrapolationModule.cxx, Extrapolation/NCExtrapolationModule.h, Extrapolation/NCExtrapolationNone.cxx, Extrapolation/NCExtrapolationNone.h, Extrapolation/NCExtrapolationPID.cxx, Extrapolation/NCExtrapolationPID.h, Extrapolation/NCFitMaster.cxx, Extrapolation/NCFitMaster.h, tests/extrapfit.C: - Move majority of the fitting logic out of NCExtrapolation into a new class NCFitMaster. - AddEvent now uses an NCEventInfo instead of lots of ANtp pointers - Split output file into fit/ and beam/ directories - Simplify CombineRuns, it now always creates a new RunAll instead of sometimes renaming an old beam - DoneFilling method is now called on all extrapolations, after all the AddEvent calls and before any GetSpectra calls 2008-11-11 18:03 rodriges * NCUtils/NCType.cxx: Return a run type for mock data files 2008-11-11 17:02 loiacono * MuonPhysics/: Fit/MuData.cxx, Fit/MuonModule.cxx, Fit/MuonModule.h, Fit/PTModule.cxx, Fit/PTModule.h, Fit/ParticleRatios.cxx, Fit/ParticleRatios.h, macros/fit_flux.C, macros/make_plot_fit.C: update 2008-11-11 15:04 Brian Rebel * AnalysisNtuples/Module/ANtpInfoObjectFillerNue.cxx: backport memory leak fixes from josh 2008-11-11 09:30 Nick West * GridTools/docs/ChangeLog: DCM update: DCM URL wildcarding. 2008-11-11 09:30 Nick West * GridTools/DataCacheManager/sei_dcm_url_unpack.pm: Support DCM URL wildcarding. Add additional field: "err_msg". 2008-11-11 09:30 Nick West * GridTools/DataCacheManager/: main.pm, sei_dcm_url_resolve.pm, minos/frs_locate_file.pm: Support DCM URL wildcarding. 2008-11-11 09:30 Nick West * GridTools/DataCacheManager/sei_dcm_url_pack.pm: Cosmetic change in call sequence documentation. 2008-11-11 09:30 Nick West * GridTools/DataCacheManager/sei_check_authentication.pm: Fix bug: was checking ::DEBUG instead of ENV::debug. 2008-11-11 09:30 Nick West * GridTools/: DataCacheManager/init.pm, Scripts/maintenance/version_number: Update version number V01-13-00 -> V01-14-00 2008-11-11 09:29 Nick West * GridTools/DataCacheManager/docs/dcm.html: Add section: A Generic Interface to MINOS Data Update section: Storage Element Access, Names and The DCM URL - describe wildcarding DCM URL. 2008-11-11 09:29 Nick West * GridTools/DataCacheManager/dcm_frs_job.pm: Nasty hack for lcg-cp which can give a benign failure "No pins released" 2008-11-11 09:29 Nick West * GridTools/DataCacheManager/: copy_file_interlock.pm, frs_collect_file_list.pm, frs_retrieve_next_batch.pm, get_cmd_options.pm, docs/help_summary.txt: Replace option --names_not_unique by --ignore_cache by retain the old form as an alias. 2008-11-11 09:29 Nick West * GridTools/DataCacheManager/cmd_test.pm: Add subcommands: sei_dcm_url_resolve and sei_dcm_url_unpack. 2008-11-11 08:47 rodriges * NCUtils/macros/: do_extrap.C, do_extrap.h: Use NCType::EFitParam's for systematics, instead of referring to them by name. Remove some old, commented-out code 2008-11-10 23:27 George Irwin * setup/: packages-R1.31, packages-baserelease: Remove AutoLibLoad and add RootUtil packages. 2008-11-10 22:11 scavan * Contrib/scavan/pid/: ParticleAna/AnaTrim.cxx, ParticleAna/ParticleAna.cxx, ParticleAna/ParticleBeamMon.cxx, ParticleFinder/ParticleFinder.cxx, ParticleTree/Tree.cxx: some compilation warning message cleanup 2008-11-10 19:15 scavan * Contrib/scavan/pid/: ParticleAna/ParticleBeamMonAna.cxx, ParticleAna/ParticlesAna.cxx, ParticleFinder/ChainHelper.cxx, ParticleFinder/Finder.cxx, ParticleFinder/ParticleFinder.cxx, ParticleFinder/ShareHolder.cxx, ParticleFinder/ShwFit.cxx, ParticleFinder/macros/LoadLibs.C: fixing 2008-11-10 18:46 bckhouse * NCUtils/Extrapolation/: NCExtrapolation.h, NCExtrapolationPID.h: Crasher fix: override CombineRuns in ExtrapolationPID to do nothing - currently don't know how to handle this, and if we ignore it we get confused by all the beam numbers changing under us. Correctness fix: only request spectra for each beam once, instead of twice (was accidentally doing once for each detector) 2008-11-10 18:13 rodriges * NCUtils/Extrapolation/: NCExtrapolationPID.cxx, NCExtrapolationPID.h, PIDSpectrum.cxx, PIDSpectrum.h: Some minor changes: * Add some extra asserts requested by Chris * Private function NCExtrapolationPID::PrintSpectraMap to print out the spectra - currently unused, but useful in debugging * PIDSpectrum::getOnePredicted takes a string to add to the name in an attempt to avoid "replacing existing TH1" error messages 2008-11-10 17:03 loiacono * MuonPhysics/: Fit/MuonModule.cxx, Fit/MuonModule.h, Fit/PTModule.cxx, Fit/PTModule.h, Fit/ParticleRatios.cxx, Fit/PlotFit.cxx, macros/fit_flux.C, macros/make_plot_fit.C: adding PTModule and updating 2008-11-10 15:42 Brian Rebel * NCUtils/macros/: nearFarExtrapolationData.C, nearFarExtrapolationMC.C: remove the _ in one contour name for alex. 2008-11-10 15:03 boehm * AnalysisNtuples/Module/ANtpInfoObjectFillerNue.cxx: Pluggin memory leaks 2008-11-10 12:40 rodriges * NCUtils/Extrapolation/: NCExtrapolationPID.cxx, NCExtrapolationPID.h, PIDSpectrum.cxx, PIDSpectrum.h: Catch up with the latest changes in NCUtils, and make everything multi-beam capable. * Make the vector of PIDSpectrum's into a map, indexed on beam index, plus the fallout * Add member variable for PIDSpectrum that tells which beam it is (needed for loading from disk) * Remove the FillOneEvent function - it was just adding an unnecessary extra layer.