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 2004-11-04 09:16 Nick West * PulserCalibration/: PulserPinScale.cxx, PulserXScale.cxx: Add dummy versions of missing ctors and dtors 2004-11-04 04:46 phil.adamson * Calibrator/: LinkDef.h, PulserDriftCalScheme.cxx, PulserDriftCalScheme.h: New for new LI calib 2004-11-04 04:22 phil.adamson * PulserCalibration/: LinkDef.h, PulserDBModule.cxx, PulserPinScale.cxx, PulserPinScale.h, PulserXScale.cxx, PulserXScale.h: Extra bits for new calibration 2004-11-03 22:31 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # taeget particle = d quark 2004-11-03 22:22 Brian Rebel * DeMux/: AlgDeMuxBeam.cxx, DBtxt_AlgDeMuxBeam_default.C, DmxDeMuxCosmicsModule.cxx, DmxHypothesis.cxx, DmxMuonPlane.cxx, DmxShowerPlane.cxx, DmxUtilities.cxx: turn down some message levels 2004-11-03 21:57 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx: add in functionality to get the MC truth from a strip as well. turn on the NtpTHEvent stuff by default 2004-11-03 21:37 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # minor 2004-11-03 21:33 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelperModule.cxx, NtpHelperModule.h: put in the EndPlane key to the configuration 2004-11-03 21:26 shanahan * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx: Peter: added macro NTPTHEVENT to deselect NtpTHEvent class when using releases R1.9 and earlier 2004-11-03 20:54 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelperModule.cxx, NtpHelperModule.h: remove the flags for if mc is present and just rely on mom to return null pointers when mc info aint there 2004-11-03 19:20 bspeak * RunSummary/: RunFileModule.cxx, RunFileModule.h: Add NearDet usage 2004-11-03 17:36 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # reversed order of pid super k 2004-11-03 16:55 Nick West * Navigation/test/: GNUmakefile, LinkDef.h, NavTest.C, NavTestMoon.cxx, NavValidate.cxx: Test out NavItrT template. 2004-11-03 16:55 Nick West * Navigation/NavSet.cxx: Suppress class check if name is ???. 2004-11-03 16:55 Nick West * Navigation/: Nav.cxx, Nav.h: Add static std::string GetName(...) to deduce names of templated classes. 2004-11-03 16:54 Nick West * Navigation/: NavItrT.h, NavItrT.tpl, doc/ChangeLog: Templated version of macro class XxxItr. 2004-11-03 15:41 Minos CVS group account. Do not commit from here! * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx: add methods to NtpHelper to get tracks and showers directly from the snarl, rather than just from an event. also change GetPrimaryXXX to GetEventPrimaryXXX and add GetSnarlPrimaryXXX where XXX can be Shower or Track. 2004-11-03 07:33 Nick West * DatabaseMaintenance/scripts/: dbi_query_perl.pm, get_db_acc_info.pm: Retract last commit: Can get ORACLE server from ENV_TSQL_URL if DB name is taken from TWO_TASK 2004-11-03 07:09 Nick West * DatabaseMaintenance/scripts/: dbi_query_perl.pm, get_db_acc_info.pm: When connecting to ORACLE use server name, obtained from TWO_TASK 2004-11-03 00:48 Minos CVS group account. Do not commit from here! * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h: remove some unnecessary data members 2004-11-03 00:25 Minos CVS group account. Do not commit from here! * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx: add functionality to point back to MC truth using truth helper showers or tracks 2004-11-02 17:35 Nathaniel Tagg * PulserCalibration/: PulserTimingPoint.cxx, PulserTimingPoint.h: Further fixes. 2004-11-02 15:54 Nathaniel Tagg * PulserCalibration/: PulserTimingMaker.cxx, PulserTimingPoint.h: First attempt: save points partway through completion and reload when job restarts. 2004-11-01 21:19 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # minor change 2004-11-01 20:54 Brian Rebel * CandTrackSR/DBtxt_AlgTrackSRList_NearCosmic.C: commit Niki's parameters for near detector cosmic ray tracking 2004-11-01 20:26 Robert Hatcher * WebDocs/gminos.html: RerootToRawDataModule has been superceded by ScintHitToDigiPE and DigiPEtoRawDigitModule (PhotonTransport and DetSim respectively). point to newer script example. 2004-11-01 20:12 Brian Rebel * DeMux/: AlgDeMuxBeam.cxx, AlgDeMuxBeam.h, AlgDeMuxCosmics.cxx, DBtxt_AlgDeMuxBeam_default.C, DmxDeMuxModule.cxx, DmxDeMuxModule.h, DmxMuonPlane.cxx, DmxStatus.cxx, DmxStatus.h: lots of changes for the beam demuxing algorithm, including: 1. fix bug in UseShowerSlidingWindow such that one hypothesis of the top 3 choices in the unset plane that is closest to the prediction based on previously set planes is used in finding the fit 2. add method FindRegionMatedChargeFraction to find the fraction of the signal from valid planes that is mated in the reconstruction. the returned value from this method is used to gauge how well the demuxing in a region was done. 3. add method ReconcileShowerAndMuonRegions to check that those regions have a consistent demuxing solution and to use the track to fix the shower if they dont. 4. add values to the configuration for determining when to use the ReconileShowerAndMuonRegions method. 5. add methods and variables to DmxStatus to keep track of the fraction of mated charge in the shower and track regions of each view 6. add some debug statements to DmxMuonPlane 2004-11-01 19:44 Robert Hatcher * BField/BfldMapRect2d.cxx: perform cross check that x,y values appear to be on the grid. 2004-11-01 18:13 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # forgot to added the PID trees 2004-11-01 18:04 Ed Larty * Contrib/cbs/Mad/: MadEdAnalysis.cxx, MadEdAnalysis.h: # make return values of PID a pointer to have to values 2004-11-01 17:43 asousa * Production/R1.11/: GNUmakefile, reco_production_R1.11.C: Backport into R1.11. 2004-11-01 17:41 Robert Hatcher * BField/BfldMapRect2d.cxx: more robustness against loosy-goosy formatting of header info (especially 'quad flags'). read to EOF rather than just expected number of lines. 2004-11-01 17:29 asousa * Production/R1.11/: GNUmakefile, reco_production_R1.11.C: Production reco script to be used with R1.11. 2004-11-01 16:14 Ed Larty * Contrib/cbs/Mad/: MadEdAnalysis.cxx, MadEdAnalysis.h: # added a new name 2004-11-01 14:56 musser * CandTrackSR/HoughTrackSR.cxx: protect against divide by zero 2004-11-01 00:45 Brett Viren * BeamData/doc/: acnet-devices-to-readout.txt, acnet-devices-to-readout.xls: Add Halo monitors 2004-11-01 00:34 Brett Viren * BeamData/python/bdp/util.py: Remove logging from Semaphore running 2004-11-01 00:30 Brett Viren * BeamData/python/: Makefile, bdp/util.py, bdp/mvc/comm.py, main/bdp-server.py, main/start_bdp_gui.sh: Using local acnet-devices-to-readout.txt file for dev->desc lookup instead of slurping it over the web. Args list wasn't getting pased to gui in startup script. 2004-10-31 23:58 Brett Viren * BeamData/python/: bdp/util.py, main/bdp-server.py: Setup logging through xml-rpc again - not yet tested 2004-10-31 23:32 Brett Viren * BeamData/python/bdp/mvc/comm.py: Remove debugging print 2004-10-31 23:31 Brett Viren * BeamData/doc/: acnet-devices-to-readout.txt, acnet-devices-to-readout.xls: Remove duplicates 2004-10-31 23:12 Brett Viren * BeamData/python/cfg/bdp.cfg: Change file roll time to 1 day 2004-10-31 23:07 Brett Viren * BeamData/python/bdp/mvc/comm.py: Fix to handle new format and location of device description file 2004-10-31 23:05 Brett Viren * BeamData/doc/acnet-devices-to-readout.txt: Need to save w/out quotes 2004-10-31 22:45 Mark Messier * MessageService/: MsgService.cxx, MsgService.h: Add SetDefaultFormat method to alter the default format assigned by message service 2004-10-31 22:36 Brett Viren * BeamData/python/: cfg/devices.cfg, main/device-ss-to-cfg.py: Add code that generates devices.cfg from spreadsheat 2004-10-31 22:36 Brett Viren * BeamData/doc/: acnet-devices-to-readout.txt, acnet-devices-to-readout.xls, index.html: Add list of devices to readout 2004-10-31 22:30 Brett Viren * BeamData/doc/index.html: Added link to local copy of xmlrpc jar needed for the JAS3 display 2004-10-31 21:56 hartnell * CalDetTracker/: CDAna.C, CDAnalysis.cxx, CDSimpleMC.cxx, CDSimpleMC.h, macros/mcTracker.C: Change air gap from 3cm to 2.4cm Added a few new plots of energy loss mcTracker: Added lines for all the possible detector effects - can toggle on/off (from Nathaniel) 2004-10-31 15:39 musser * RecoBase/: CandShowerHandle.cxx, CandTrackHandle.cxx: fixed a couple errors introduced into BelongsWith methods in copying from AlgEventSRList 2004-10-30 23:49 Brett Viren * BeamData/python/bdp/mvc/controller.py: Remove CVS conflict-cruft that accidently got committed. 2004-10-30 23:48 Brett Viren * BeamData/python/bdp/roto.py: Try a second roto_close_file if the first succeeds in an attempt to quell rototalk_err_nack's. This hasn't yet fired but the nack erros haven't show up. Not sure why. 2004-10-30 23:47 Brett Viren * BeamData/python/main/bdp-server.py: General clean ups. 2004-10-30 15:15 musser * CandEventSR/: AlgEventSRList.cxx, AlgEventSRList.h: modify AlgEventSRList to use new "BelongsWith" methods in CandTrackHandle and CandShowerHandle. 2004-10-30 15:02 musser * CandTrackSR/: AlgTrackSRList.cxx, AlgTrackSRList.h, DBtxt_AlgTrackSRList_FarBeam.C, DBtxt_AlgTrackSRList_NearBeam.C, HoughTrackSR.cxx, HoughTrackSR.h, HoughViewSR.cxx, HoughViewSR.h, TrackClusterSR.cxx: A number of significant improvements to the track finder 1: The initial hough finder now uses track clusters rather than CandStrips, cleaning up 'hough space' significantly 2: Change hough space slope limit so that slope=0 does not lie on a bin boundary. 3: A new method MergeTracks is used to combine 2D track segments that are non-overlapping, and consistent with being components of the same track, reducing the need for the fitter to find missing track segments. 4: In 3D track formation, change requirement on begPlane/endPlane consistency of 2D tracks to using number of non-overlapping hits. Using plane number did not work correctly for partially instrumented region, requiring the allowable begPlane and endPlane differences between the two 2D tracks to be set very high previously (20). This parameter has now been set down to 4. 5: Maximum allowable residual in spectrometer track swimming set to 0.3m. 2004-10-30 13:57 musser * RecoBase/: CandShowerHandle.cxx, CandShowerHandle.h, CandTrackHandle.cxx, CandTrackHandle.h: add BelongsWithTrack and BelongsWithShower methods to CandShowerHandle and CandTrackHandle. These methods are used in event formation, moving code previously in AlgEventSRList, and improving track-shower matching. Previously, adjacency of shower vertex with track was used. Now, in addition a check is made to see if track passes through shower. 2004-10-30 05:04 Brett Viren * BeamData/python/: Makefile, README, sourceme.sh, bdp/roto.py, bdp/util.py, bdp/mvc/conn.py, bdp/mvc/controller.py, bdp/mvc/util.py, cfg/bdp.cfg, cfg/test.cfg, main/bdp-gui.py, main/bdp-server.py, main/start_bdp.sh, main/start_bdp_gui.sh: Bunch o' fixes: Thanks to Edsger W. Dijkstra, Google and a Twisted Python hacker, add asynchronous semaphore to stop race condition between a data packet comming in and telling rotorooter to change to a new output file. Add README and sourceme.sh describing how things are set up and doing the setup for running on minos-acnet.fnal.gov. Increase the amount of logs that stick around. Clean up how periodicly repeating methods are called. Clean up how the GUI responds to the number of connections changing. Demote from warning to debug when get a callback with no non-empty device data. Have GUI also save pid in a .pid file. Factor out common config elements into their own .cfg file section. Make password setable from .cfg file for server as well as GUI. Allow file roll time to be setable. 2004-10-30 03:24 Brett Viren * BeamData/ana/Bdnt.cxx: Sync to long ago changes to RawBeamData 2004-10-30 03:12 Brett Viren * RawData/: RawBeamMonBlock.cxx, RawBeamMonBlock.h: Make get trig event and delay const methods 2004-10-29 20:39 Ed Larty * Contrib/cbs/Mad/: MadEdAnalysis.cxx, MadEdAnalysis.h: # added new weight functions 2004-10-29 15:42 Robert Hatcher * OnlineUtil/: mdQieReadout.h, mdVaReadout.h: get new version *before* committing. 2004-10-29 15:38 Robert Hatcher * OnlineUtil/: mdQieReadout.h, mdVaReadout.h: sync with 2004-10-28 updates to online CVS repository. 2004-10-29 14:55 bspeak * RunSummary/macros/GenericMode.C: Use a const char[] for Mode instead of string 2004-10-29 10:52 Nathaniel Tagg * DataUtil/: Truthifier.cxx, Truthifier.h: Add some useful functions: - Access to the StdHep and NeuKin tables without having to dig through the simsnarl by hand - Function to get a list of the neutrino indecies in the StdHep table - Ability to ask 'IsDigitFromNeutrino' and a few related things thrown in. 2004-10-29 05:42 Brett Viren * BeamData/python/bdp/mvc/controller.py: Save file, then commit 2004-10-29 05:38 Brett Viren * BeamData/python/main/bdp-server.py: Provide what connections exist 2004-10-29 05:37 Brett Viren * BeamData/python/bdp/mvc/comm.py: Periodically ask what connections exist 2004-10-29 03:24 Brett Viren * BeamData/python/bdp/mvc/comm.py: print more helpful message when can't connect to server 2004-10-29 03:23 Brett Viren * BeamData/python/main/: bdp-server.py, start_bdp_gui.sh: Add script to start gui (called from shift icon). Fix some bugs from previous commit. 2004-10-29 02:30 Brett Viren * BeamData/python/: Makefile, bdp/roto.py, cfg/devices.cfg, main/bdp-server.py, main/start_bdp.sh: Allow server to be configured at startup time with devices. Make start_bdp use the devices.cfg as that startup. 2004-10-29 02:28 Brett Viren * BeamData/python/: bdp/mvc/comm.py, bdp/mvc/conn.py, bdp/mvc/controller.py, bdp/mvc/util.py, cfg/bdp.cfg, main/start_bdp.sh: Add passwd to server cfg. Change server spawning not use ssh if GUI is running on same system as server. Protect against cfg file parse errors. 2004-10-28 17:22 hartnell * LISummary/: LIPlexMaps.cxx, LIPlexMaps.h, macros/MakeCalAdcToPe.C, macros/MakeCalMIPCalibration.C: Bring the MakeCalAdcToPe code up to date with the correct defaults so that Tobi can put the PMT gains for the ND into the database. 2004-10-28 15:59 Robert Hatcher * RecoBase/AlgTrack.cxx: backport NAN protection to R1.11 2004-10-28 15:40 bspeak * RunSummary/scripts/rsm_web.sh: Add rundmc command to -2 option 2004-10-28 15:17 Ed Larty * OfflineMonitor/runscript: # send tag to files 2004-10-28 14:32 Brian Rebel * Contrib/brebel/NtupleHelper/: NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx, NtpHelperModule.h: add method to NtpHelper to find and return the NtpTHEvent object for a given event. also add lines to NtpHelperModule to show how to access the MC information. 2004-10-28 14:07 bspeak * RunSummary/rundmc.cc: Add some verbosity lines to list the runs that are divided up 2004-10-28 13:48 bspeak * RunSummary/rundmc.cc: 1)Open .building_rundmc file in ios_base::app to not erase PID 2)Replace Mode.C references with "%s.C",ModeBase.c_str() 2004-10-28 08:12 bspeak * RunSummary/rundmc.cc: Add RootDataDir into earlier vector lists to save trouble later 2004-10-28 07:18 Nick West * DocBuilder/GNUmakefile: Calibrator requires DcsUser 2004-10-28 06:48 bspeak * RunSummary/rundmc.cc: Add RootDataDir to the PhysicsList (and others) feeding list into the JobCEnv argument. Also check size of PhysicsList (and others) before trying anything with them. 2004-10-28 06:32 bspeak * RunSummary/rundmc.cc: Add all runs with RunType "Test" bit set to the "Other" list, they will not be run through the normal processing 2004-10-28 06:11 bspeak * RunSummary/rundmc.cc: Fix the RootDataDir option to be used in sepruns and cfgtest 2004-10-28 05:36 bspeak * RunSummary/macros/GenericMode.C: Fix line 15 was missing .c_str() on the Mode string 2004-10-28 03:25 Brett Viren * BeamData/python/: Makefile, bdp.pth, bdp/roto.py, bdp/util.py, bdp/mvc/util.py, cfg/bdp.cfg, main/bdp-gui.py, main/bdp-server.py, main/start_bdp.sh: Finish re-org. 2004-10-28 01:37 Brett Viren * BeamData/python/: BeamData.cc, BeamData.h, RRD.cc, RRD.h, beamdata.i, beamdata.py, beamdata_wrap.cxx, bmp.py, callback.py, config.py, d0test.py, data.py, datasink.py, inject-xmlrpc.py, log.py, marshaler.py, minosbd.py, monitor.py, offline.py, request.py, rrd.i, rrd.py, rrd_wrap.cxx, start.sh, test-feed-rotorooter.py, testsink.py, xrlog.py, bdp/BeamData.cc, bdp/BeamData.h, bdp/bdp.cfg, bdp/beamdata.i, bdp/beamdata.py, bdp/beamdata_wrap.cxx, bdp/flow.py, bdp/gmain.py, bdp/gtktest.py, bdp/main.py, bdp/mvcmain.py, bdp/test.cfg, bdp/twist.py, bdp/xmlrpc.py, bdp/mvc/dialog/notice.py, cfg/bdp.cfg, cfg/test.cfg, main/bdp-gui.py, main/bdp-server.py, main/inject-xmlrpc.py, test/gtktest.py, test/test-feed-rotorooter.py: Major restructuring of files locations, removing of many layers of scabby cruft. This definitely won't run as is. Doing this kind of stuff in CVS is a real PITA! Most likely I've accidently removed some crucial file.... 2004-10-28 01:25 Brett Viren * BeamData/python/stripchart/: __init__.py, hgradescale.py, scaledstripchart.py, scaleutils.py, stripchart.py, stripdata.py, striptableau.py, util.py, vgrade.py, vgradescale.py, vgradezoom.py, test/stripchartdemo.py, test/test_data.py: no longer needed 2004-10-28 00:49 Brett Viren * BeamData/python/Makefile: Give up the ghost and turn of rrd building 2004-10-27 22:45 George Irwin * CandEventSR/AlgEventSRList.cxx: Backport Jim's fixes to R1-11. 2004-10-27 21:32 bspeak * RunSummary/rundmc.cc: Add the -R switch to specify the RootDataDir which will contain the mdaq root files. 2004-10-27 21:29 bspeak * RunSummary/GNUmakefile: Still needs the DbiResult entries to work 2004-10-27 20:54 George Irwin * CandFitTrackSR/: AlgFitTrackSR.cxx, AlgFitTrackSR.h, DBtxt_AlgFitTrackSR_Beam.C, DBtxt_AlgFitTrackSR_Cosmic.C, DBtxt_AlgFitTrackSR_default.C: Backport Sergei's and Brian's fixes to R1-11. 2004-10-27 20:51 George Irwin * NoiseFilter/NoiseFilterModule.cxx: Backport Alfons' development fix to R1-11. 2004-10-27 20:39 Brian Rebel * Contrib/brebel/NtupleHelper/NtpHelper.cxx: add new line at end of file to make it compile on linux 2004-10-27 20:01 Brian Rebel * CandFitTrackSR/DBtxt_AlgFitTrackSR_Cosmic.C: set KalmanQPRangeCheck to 1 by default for cosmics. 2004-10-27 19:08 Ed Larty * OfflineMonitor/: runscript, macros/diffscript, macros/runmacro.C, macros/runmacroall.C: # and yet more polishing 2004-10-27 18:47 Nathaniel Tagg * PhotonTransport/PhotonCalibratedPeComputer.cxx: Backport clipping mod. No real reason not to. 2004-10-27 18:47 Nathaniel Tagg * PhotonTransport/PhotonCalibratedPeComputer.cxx: Reduce erronous tails on the scintillator clipping. Will make small change (~2%) of response at 50cm from end of scintillator, no change 20cm and closer. This mod may help with FD/CalDet discrepancies for Jeff H's MIP calibration. 2004-10-27 18:25 bspeak * RunSummary/: GNUmakefile, LinkDef.h, RunSummary.cxx, RunSummaryHeader.cxx, RunSummaryHeader.h, RunSummaryInfo.cxx, RunSummaryInfo.h: Remove the Dbi stuff for now, until I can get it to compile 2004-10-27 18:14 bspeak * RunSummary/lipurge.cc: No longer used 2004-10-27 17:56 bspeak * RunSummary/: GNUmakefile, LinkDef.h, RunFileModule.cxx, RunFileModule.h, rundmc.cc: Add the new running program rundmc to divide out the multiple runtypes. The new JobCModule will write out to the [].run file 2004-10-27 17:56 Ed Larty * OfflineMonitor/: README, macros/runmacroall.C: # again 2004-10-27 17:42 Ed Larty * OfflineMonitor/runscript: # modified 2004-10-27 17:41 Ed Larty * OfflineMonitor/macros/: reco_script.C, runmacroall.C: #modified 2004-10-27 17:26 Nathaniel Tagg * Calibrator/: TemperatureCalScheme.cxx, TemperatureCalScheme.h: Add access methods to pull temperature from DCS tables. Requires that you have DCS tables somewhere in your DBI cascade. Set up now to work for Fardet only. Still uses CalTempCalibration tables for Caldet. 2004-10-27 17:24 Nathaniel Tagg * SRT_MINOS/special/pre_standard.mk: Add DcsUser to MINOSLIBS 2004-10-27 17:02 bspeak * RunSummary/macros/GenericMode.C: Use for the Generic Mode to pass to rundmc 2004-10-27 08:26 Nick West * UserManualDoc/src/database_interface.tex: Add Robert's editorial corrections 2004-10-27 05:46 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Remove duplicate FABPLNINSTALL 2004-10-27 05:44 Nick West * DatabaseMaintenance/scripts/make_priming_set.pm: fab.lis is made from FAB* not FAB_* even though this means that FABPLNINSTALL is in 2 lists 2004-10-27 05:34 Nick West * DatabaseMaintenance/: scripts/make_priming_set.pm, doc/dbmauto_db_priming.html: Add the HWDB (FAB_) tables 2004-10-27 05:27 Nick West * DatabaseMaintenance/scripts/cs_set_refresh_intervals.pm: Add the HWDB (FAB_) tables 2004-10-27 04:21 Brett Viren * BeamData/python/bdp/: bdp.cfg, flow.py, roto.py: Cleanup some error handling and config stuff 2004-10-27 04:07 Brett Viren * BeamData/python/: .cvsignore, bdp/.cvsignore, bdp/mvc/.cvsignore, bdp/mvc/dialog/.cvsignore: Ignore compiled Python files 2004-10-27 03:56 Brett Viren * BeamData/python/bdp/: bdp.cfg, gmain.py, mvc/comm.py, mvc/controller.py, mvc/main.py, mvc/model.py, mvc/util.py, mvc/dialog/config.py: Centralize and clean up configuration. Keep track of the last time the server updated us so we can tell the difference between server death and mere ACNET trigger shenanigans. 2004-10-27 01:41 Brett Viren * BeamData/java/ACNETpackage/Makefile: Simple Makefile to ease building 2004-10-27 01:40 Brett Viren * BeamData/java/sourceme.sh: Set up environment to run JAS display 2004-10-26 23:57 Brett Viren * BeamData/java/: ACNETpackage/AcnetDevice.java, ACNETpackage/AcnetXmlRpcListener.java, ACNETpackage/MuonHadPlotter.java, ACNETpackage/MuonMonitor.java, ACNETpackage/SimpleAcnetMonitor.java, ACNETpackage/SimpleAcnetPlotter.java, ACNETpackage/SwicDevice.java, ACNETpackage/TestAcnetMonitor.java, ACNETpackage/TestAcnetPlotter.java, NuMIMon/NuMIMon.sh, NuMIMon/compile.sh, NuMIMon/device.dat, NuMIMon/device2.dat, NuMIMon/runtest.sh: First commit of Mary's JAS plotter 2004-10-26 21:46 Brian Rebel * Contrib/brebel/NtupleHelper/: GNUmakefile, LinkDef.h, NtpHelper.cxx, NtpHelper.h, NtpHelperModule.cxx, NtpHelperModule.h, make_analysis_ntuple.C: new package to make using the NtpSR, NtpMC, and NtpTH ntuples more transparent. the NtpHelper class takes a NtpSRRecord in the constructor (NtpMCRecord and NtpTHRecord as well if they are present) and allows the user to access events in the record. it will keep track of which event is the current one to make sure that the tracks and showers requested come from the right event. the NtpHelperModule is a bare-bones module to show people how to use the NtpHelper class. it also allows a user to define his/her own analysis ntuple and fill event, shower, and track information through dummy methods for which the user supplies the implementation. 2004-10-26 21:29 Ed Larty * OfflineMonitor/: MoqAnalysis.cxx, MoqAnalysis.h: # added another function 2004-10-26 21:01 Ed Larty * Contrib/cbs/Mad/MadEdAnalysis.cxx: # added new call routines 2004-10-26 20:51 Ed Larty * setup/packages-R1.11.0: # added new frozen tag file for use