[Clas_offline] minutes from OLTWG meeting Nov 12, 2009
Johann Goetz
jgoetz at ucla.edu
Mon Nov 16 16:04:04 EST 2009
attached are a list of changes made to the SVN repository since
September 1st. It is too long to put in the email directly.
-Johann.
On Fri, 2009-11-13 at 16:38 -0500, Stepan Stepanyan wrote:
> Eugene,
>
> Interesting statistics. Do you have any thing similar for svn
> for the past 2 months?
>
> Stepan
>
> Eugene Pasyuk wrote:
> > Here are some statistics of cvs activity. I looked over the same period
> > of time from September 16 till today. All the information is from
> > commitlog file which keeps all commits done in repository since day one,
> > May 12, 1997. It has 42186 records total.
> >
> > So, since September 16 2009:
> >
> > Total number of commits 66.
> > The majority of the changes are for Current Run web page.
> >
> > There are 18 commits related to software.
> > Out of these 12 are in packages ported to svn.
> > Details for these 12:
> >
> > 1 commit in ClasTool. (Sep 28)
> >
> > 5 commits in packages/utilities/sync. (Oct 9) They were done in one day,
> > almost simultaneously. Can count as 1 commit.
> >
> > 5 commits in packages/eloss Sep30 Oct2 Oct22 Oct 23 Oct 29
> > There is ongoing development of this package for FROST target.
> >
> > 1 commit in packages/seb done yesterday.
> >
> > These are all changes over the last two months.
> >
> > -Eugene
> >
> >
> >
> >
> >
> > On Fri, 2009-11-13 at 09:03 +0100, Marco Ripani wrote:
> >
> >> Hi Stepan,
> >> yes, it is necessary to put more efforts to fix everything and then take
> >> an action. More help is needed to port the missing packages and test
> >> that they build and work fine (there are still many, as we see from
> >> Eugene's new test).
> >> But currently there is also the problem of keeping CVS and SVN in sync
> >> for packages that have been ported (e.g. user_ana). Johann is doing that
> >> using scripts but he also has to do some manual adjustments. To avoid
> >> this, the sooner we start using packages in the new system, the better.
> >>
> >> Marco
> >>
> >> Stepan Stepanyan wrote:
> >>
> >>> Hi Marco,
> >>>
> >>> I am not sure how to read your email. What do you mean "freeze CVS
> >>> asap, not today".
> >>> At the software meeting couple of month ago I though we came to
> >>> agreement that we
> >>> will discuss cvs vs svn after some experience will be gained. Several
> >>> groups expressed
> >>> interest to test svn/scon (e1-dvcs, eg1-dvcs, frost ...). So far only
> >>> Eugene made an attempt
> >>> to use svn and scon and as I can see from his email he succeeded using
> >>> the staff that
> >>> was polished by g12 for about a year, but there are still things that
> >>> either missing or not
> >>> ready yet. Why not put more efforts to fix every thing and then take
> >>> an action?
> >>>
> >>> Stepan
> >>>
> >>> Marco Ripani wrote:
> >>>
> >>>> Hi,
> >>>> need to freeze CVS but asap, not today. Need to first figure out what
> >>>> the best time is, with minimum impact on the other run groups, in
> >>>> particular due to the missing packages.
> >>>>
> >>>> Marco
> >>>>
> >>>> Johann Goetz wrote:
> >>>>
> >>>>
> >>>>> Thursday, Nov 12, 2009: SCons Build System and CLAS 6 Software
> >>>>> 12:00 pm Eastern
> >>>>> Cebaf Center A-110
> >>>>> Call in information: Dial 1-877-643-6951
> >>>>> International access: 1-302-607-2017
> >>>>> Passcode: 24630562#
> >>>>>
> >>>>>
> >>>>> RPMs, yum, and all that (Maurizio)
> >>>>> * creating RPM (installable pre-compiled packages with dependency
> >>>>> tree) of the CLAS software is a great idea.
> >>>>> * these RPMs can served with a JLab yum server so that
> >>>>> installation on a Fedora or Red Hat (or CentOS) system could be
> >>>>> done with a line like:
> >>>>> yum install clas6-reconstruction clas6-generators etc...
> >>>>> * CLAS12 has already implemented this on several flavors of Linux
> >>>>> *
> >>>>> Eugene's Review of SCons Build System
> >>>>> * Generally favourable review. Eugene points out that there are
> >>>>> many packages missing that are needed.
> >>>>> * Many packages will have to copied over directories from CVS.
> >>>>> * sconstruct files will have to be made.
> >>>>> * gamecock (TOF calib program) has some problems
> >>>>> (ROOT/GUI
> >>>>> related)
> >>>>> * CLASTool should be fairly easy to get to work now that
> >>>>> ROOT dictionaries can be built properly.
> >>>>> From: Eugene Pasyuk <pasyuk at jlab.org>
> >>>>> To: CLAS Offline <clas_offline at jlab.org>
> >>>>> Subject: [Clas_offline] testing svn/scons
> >>>>> Date: Wed, 16 Sep 2009 10:29:31 -0400 (07:29 PDT)
> >>>>>
> >>>>> Hi all,
> >>>>>
> >>>>> I tried new software tools today on ifarm. Here are some first
> >>>>> impressions about this experience.
> >>>>>
> >>>>> I followed prescription given on the Wiki:
> >>>>> http://clasweb.jlab.org/wiki/index.php/Building_CLAS_libraries_with_SCons_on_ifarm
> >>>>>
> >>>>> It took 20 minutes get the entire source tree source from svn.
> >>>>> Then I tried to build. The very first attempt failed. I figured out
> >>>>> that
> >>>>> the problem was in suggested environment setup file. I modified a
> >>>>> couple
> >>>>> of lines in it (2 minutes to figure out and fix). After that I made a
> >>>>> second attempt to run scons. This time it worked. It took about 3
> >>>>> minutes to build all clas libraries and a just few executables by
> >>>>> default:
> >>>>> a1c countbos g12Anal gsim_bat tagraw view-kaon view-tag
> >>>>> bosdump g12skim skim user_ana view-st view-tracks
> >>>>>
> >>>>> Out of these only few (a1c, gsim_bat, countbos, bosdump, user_ana and
> >>>>> tagraw) are of interest to general CLAS user. The rest seem to be g12
> >>>>> specific.
> >>>>> After doing some archeology in sconstruct files for about a half an
> >>>>> hour
> >>>>> and making some modifications to them here and there (I have zero
> >>>>> knowledge of scons or python at the moment) I managed to build a few
> >>>>> more utilities, particularly DC calibration tools trk_mon, trk_mon_lite
> >>>>> and dc3. I failed to build start counter calibration code. I was
> >>>>> able to
> >>>>> build fdump. gflux would not build because of the compiler errors. I
> >>>>> wonder how g12 managed to build it in new build scheme from the source
> >>>>> in svn. ced would not build because of the compiler errors too.
> >>>>> TOF calibration source code is in svn, but it was not modified for
> >>>>> scons
> >>>>> at all. It was imported as is from cvs with all Makefiles which will
> >>>>> not
> >>>>> work because of the different tree structure. sc_mon is missing. As was
> >>>>> mentioned at the meeting ec timing calibration utilities are not
> >>>>> included as several other general purpose utilities. For some reason
> >>>>> gsim_int and gpp are not included.
> >>>>>
> >>>>> To summarize, I succeeded in building most of the libraries and a few
> >>>>> executables. Quite a few tools are missing (gsim_int, gpp, some
> >>>>> calibration tools). Some programs which build fine with make would not
> >>>>> build with scons (gflux, ced ...?) I don't know if those executables I
> >>>>> built are working, I had not had a chance to test them yet. I have not
> >>>>> tried to build any of the event generators with scons.
> >>>>> By the way, there are only three of them in svn, while we have more in
> >>>>> cvs.
> >>>>>
> >>>>> All in all, svn works just fine, apart from having different directory
> >>>>> structure. scons works for some pieces of the software and does not for
> >>>>> some
> >>>>> others. Perhaps it is not quite ready for the prime time yet. Some
> >>>>> essential
> >>>>> utilities are not working yet in new build. -Eugene
> >>>>>
> >>>>>
> >>>>> What We Should Do Now
> >>>>> * Hire some undergraduates to move packages from CVS to SVN and
> >>>>> add sconstruct files to build these packages.
> >>>>> * Armand Fraiser was a big help initially with the move to
> >>>>> SVN/SCons and he could continue to do so.
> >>>>> * There is some detailed help information already, it probably
> >>>>> needs a bit of reorganization on the wiki.
> >>>>> * Should we have a list of programs/libraries that should be
> >>>>> moved
> >>>>> from CVS to SVN (Armand already created an spreadsheet that has
> >>>>> some of this information. It will be sent to Craig and he will
> >>>>> look into it.
> >>>>> * We need to freeze CVS today.
> >>>>>
> >>>>> _______________________________________________
> >>>>> Clas_offline mailing list
> >>>>> Clas_offline at jlab.org
> >>>>> https://mailman.jlab.org/mailman/listinfo/clas_offline
> >>>>>
> >>>>>
> >>>>
> >>>>
> >
> > _______________________________________________
> > Clas_offline mailing list
> > Clas_offline at jlab.org
> > https://mailman.jlab.org/mailman/listinfo/clas_offline
> >
> _______________________________________________
> Clas_offline mailing list
> Clas_offline at jlab.org
> https://mailman.jlab.org/mailman/listinfo/clas_offline
-------------- next part --------------
------------------------------------------------------------------------
r591 | craigb | 2009-09-10 12:17:59 -0700 (Thu, 10 Sep 2009) | 3 lines
Changed paths:
D /trunk/simulation/gsim/geom_foil_new.F
Removed geom_foil_new.F -- this file looks like it has not been used in quite some time and it breaks the build of the CLAS software. If it is needed, send an email to clas_offline and it can be restored.
------------------------------------------------------------------------
r602 | craigb | 2009-09-14 07:54:57 -0700 (Mon, 14 Sep 2009) | 2 lines
Changed paths:
M /trunk/include/PartUtil.h
adding #include <ec.h> to PartUtil bc I'm tired of having to include it myself. So there.
------------------------------------------------------------------------
r610 | goetz | 2009-09-14 11:19:48 -0700 (Mon, 14 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/trk_mon_lite/sconstruct
building trk_mon_lite program.
------------------------------------------------------------------------
r611 | goetz | 2009-09-14 11:20:15 -0700 (Mon, 14 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/trk_mon/sconstruct
building trk_mon program.
------------------------------------------------------------------------
r613 | goetz | 2009-09-14 12:26:15 -0700 (Mon, 14 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/trk_mon_lite/sconstruct
set project name so executable and headers go into the usual clas6 directory.
------------------------------------------------------------------------
r614 | goetz | 2009-09-14 12:30:18 -0700 (Mon, 14 Sep 2009) | 1 line
Changed paths:
M /trunk/calibration/dc3/dc3_caldb.cc
M /trunk/calibration/dc3/dc3_filter.cc
M /trunk/calibration/dc3/dc3_help.cc
M /trunk/calibration/dc3/dc3_map.cc
M /trunk/calibration/dc3/dc3_plot.cc
M /trunk/calibration/dc3/dc3_quality.cc
M /trunk/calibration/dc3/sconstruct
update from CVS
------------------------------------------------------------------------
r615 | goetz | 2009-09-14 12:31:59 -0700 (Mon, 14 Sep 2009) | 1 line
Changed paths:
M /trunk/io/caldb/C/calib_envir.h
bug fix. made cladb_verbose an extern variable. caldb_verbose must be declared where it is used.
------------------------------------------------------------------------
r623 | ungaro | 2009-09-23 12:31:46 -0700 (Wed, 23 Sep 2009) | 1 line
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/src/SPE_Control_W.cc
M /trunk/calibration/cc_calib/Cerenkov/src/SPE_Display_W.cc
------------------------------------------------------------------------
r627 | craigb | 2009-09-25 07:41:36 -0700 (Fri, 25 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/ced/.sconsign.dblite
M /trunk/analysis/g12_monitor/sconstruct
M /trunk/reconstruction/a1/sconstruct
it's lapack3 not lapack
------------------------------------------------------------------------
r633 | craigb | 2009-09-25 08:37:50 -0700 (Fri, 25 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/ced/.sconsign.dblite
M /trunk/analysis/ced/sconstruct
first attempt to get ced to build w scons
------------------------------------------------------------------------
r634 | craigb | 2009-09-25 08:39:47 -0700 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
A /trunk/analysis/ced/Hv/sconstruct
first attempt to get Hv to build alongside ced
------------------------------------------------------------------------
r635 | craigb | 2009-09-25 10:24:27 -0700 (Fri, 25 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/ced/.sconsign.dblite
M /trunk/analysis/ced/Hv/sconstruct
M /trunk/analysis/ced/sconstruct
now failing on et.h...?
------------------------------------------------------------------------
r639 | craigb | 2009-09-25 12:25:11 -0700 (Fri, 25 Sep 2009) | 1 line
Changed paths:
A /trunk/analysis/ced/Hv
[... many Hv files ...]
ok. made some progress on build but it still fails at link stage.
------------------------------------------------------------------------
r646 | craigb | 2009-09-27 11:57:40 -0700 (Sun, 27 Sep 2009) | 1 line
Changed paths:
A /trunk/analysis/ced/sconstruct
oops forgot to add sconstruct
------------------------------------------------------------------------
r647 | craigb | 2009-09-27 11:58:00 -0700 (Sun, 27 Sep 2009) | 1 line
Changed paths:
A /trunk/analysis/ced/Hv/sconstruct
A /trunk/analysis/ced/Hv/src/jpeg/sconstruct
oops forgot to add sconstruct
------------------------------------------------------------------------
r648 | craigb | 2009-09-27 12:10:01 -0700 (Sun, 27 Sep 2009) | 1 line
Changed paths:
D /trunk/analysis/ced/main.c
main.c and and ced.c identical except one defines 'int main' and the other 'void main'
------------------------------------------------------------------------
r649 | craigb | 2009-09-27 13:04:57 -0700 (Sun, 27 Sep 2009) | 11 lines
Changed paths:
M /trunk/analysis/ced/Hv/sconstruct
M /trunk/analysis/ced/init.c
M /trunk/analysis/ced/sconstruct
ced builds but does not run:
[craigb at bdwarf ced]$ ./build/bin/ced
Warning: XmManager ClassInitialize: XmeTraitSet failed
Running under Linux
Hv version: 1.0930
Error: attempt to add non-widget child "DropSiteManager" to parent "ced"
which supports only widgets
------------------------------------------------------------------------
r650 | craigb | 2009-09-27 19:17:49 -0700 (Sun, 27 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/ced/sconstruct
oh snap. it works.
------------------------------------------------------------------------
r651 | craigb | 2009-09-28 07:16:36 -0700 (Mon, 28 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/ced/sconstruct
egads it worketh
------------------------------------------------------------------------
r652 | dschott | 2009-09-28 12:23:52 -0700 (Mon, 28 Sep 2009) | 1 line
Changed paths:
M /trunk/analysis/view/sconstruct
added command to install view.hpp to global include dir
------------------------------------------------------------------------
r657 | mpaolone | 2009-10-01 10:34:55 -0700 (Thu, 01 Oct 2009) | 1 line
Changed paths:
A /trunk/simulation/gpp
A /trunk/simulation/gpp/Makefile
A /trunk/simulation/gpp/README.tagr
A /trunk/simulation/gpp/gpp.cc
A /trunk/simulation/gpp/gpp.h
A /trunk/simulation/gpp/gpp.pl
A /trunk/simulation/gpp/printhis.kumac
A /trunk/simulation/gpp/ran2.c
A /trunk/simulation/gpp/sconstruct
M /trunk/simulation/sconstruct
added gpp
------------------------------------------------------------------------
r658 | craigb | 2009-10-01 12:13:17 -0700 (Thu, 01 Oct 2009) | 1 line
Changed paths:
M /trunk/simulation/gpp/gpp.cc
M /trunk/simulation/gpp/gpp.h
added paul mattiones fix for tagger time shifts
------------------------------------------------------------------------
r659 | craigb | 2009-10-01 14:10:16 -0700 (Thu, 01 Oct 2009) | 2 lines
Changed paths:
A /trunk/io/part2gamp
A /trunk/io/part2gamp/Makefile
A /trunk/io/part2gamp/Makefile_alt
A /trunk/io/part2gamp/countgamp.cc
A /trunk/io/part2gamp/gamp2part.cc
A /trunk/io/part2gamp/part2gamp.cc
A /trunk/io/part2gamp/partMaker.cc
A /trunk/io/part2gamp/sconstruct
added part2gamp
------------------------------------------------------------------------
r660 | craigb | 2009-10-01 14:17:24 -0700 (Thu, 01 Oct 2009) | 1 line
Changed paths:
M /trunk/io/sconstruct
M /trunk/simulation/sconstruct
added part2gamp dir to io sconstruct
------------------------------------------------------------------------
r661 | ungaro | 2009-10-02 13:48:25 -0700 (Fri, 02 Oct 2009) | 1 line
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/src/PED_Display_W.cc
M /trunk/calibration/cc_calib/Cerenkov/src/SPE_Display_W.cc
M /trunk/calibration/cc_calib/Cerenkov/src/cc_calib.cc
------------------------------------------------------------------------
r662 | ungaro | 2009-10-02 14:05:14 -0700 (Fri, 02 Oct 2009) | 1 line
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/src/PED_Control_W.cc
------------------------------------------------------------------------
r663 | ungaro | 2009-10-03 07:03:03 -0700 (Sat, 03 Oct 2009) | 1 line
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/farm/runs.txt
------------------------------------------------------------------------
r664 | ungaro | 2009-10-03 08:39:47 -0700 (Sat, 03 Oct 2009) | 3 lines
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/src/cc_widget.cc
M /trunk/calibration/cc_calib/Cerenkov/src/cc_widget.h
Porting to qt 4.5
------------------------------------------------------------------------
r673 | ungaro | 2009-10-07 14:40:51 -0700 (Wed, 07 Oct 2009) | 1 line
Changed paths:
A /trunk/calibration/cc_calib/Cerenkov/docs/img
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60668_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60668_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60761_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60761_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60763_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60763_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60764_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60764_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60767_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60767_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60768_s2_1-4.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/60768_s3_20-23.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/img/threshold.gif
A /trunk/calibration/cc_calib/Cerenkov/docs/threshold.C
A /trunk/calibration/cc_calib/Cerenkov/docs/threshold.txt
------------------------------------------------------------------------
r674 | ungaro | 2009-10-08 06:30:50 -0700 (Thu, 08 Oct 2009) | 1 line
Changed paths:
M /trunk/calibration/cc_calib/Cerenkov/docs/threshold.txt
------------------------------------------------------------------------
r700 | craigb | 2009-10-26 12:40:27 -0700 (Mon, 26 Oct 2009) | 3 lines
Changed paths:
A /trunk/simulation/generators/genr8
adding a home for genr8 in the clas6 trunk
------------------------------------------------------------------------
r701 | craigb | 2009-10-26 13:09:10 -0700 (Mon, 26 Oct 2009) | 1 line
Changed paths:
A /trunk/simulation/generators/genr8/KstarKstar.input
A /trunk/simulation/generators/genr8/Makefile
A /trunk/simulation/generators/genr8/ParticleType.h
A /trunk/simulation/generators/genr8/etapr_pip.input
A /trunk/simulation/generators/genr8/genkin.c
A /trunk/simulation/generators/genr8/genkin.h
A /trunk/simulation/generators/genr8/genr8.c
A /trunk/simulation/generators/genr8/n_pi-pi+pi+.input
A /trunk/simulation/generators/genr8/rho.input
A /trunk/simulation/generators/genr8/sconstruct
initial commit of genr8
------------------------------------------------------------------------
r705 | craigb | 2009-10-27 13:12:43 -0700 (Tue, 27 Oct 2009) | 1 line
Changed paths:
M /trunk/io/part2gamp/gamp2part.cc
Rewrote the -S argument for gamp2part to use a full-blooded 2D gaussian to specify the target X-Y position
------------------------------------------------------------------------
r714 | craigb | 2009-11-11 13:31:25 -0800 (Wed, 11 Nov 2009) | 1 line
Changed paths:
A /trunk/analysis/bos2ntuple
A /trunk/analysis/bos2ntuple/3piNtp.cc
A /trunk/analysis/bos2ntuple/4piNtp.cc
A /trunk/analysis/bos2ntuple/Makefile
A /trunk/analysis/bos2ntuple/TNtupleUtil.cc
A /trunk/analysis/bos2ntuple/TNtupleUtil.h
A /trunk/analysis/bos2ntuple/p3piNtp.cc
A /trunk/analysis/bos2ntuple/sconstruct
M /trunk/analysis/sconstruct
added install_headers to bos2ntuple sconstruct
------------------------------------------------------------------------
r724 | craigb | 2009-11-12 10:17:32 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
A /trunk/calibration/sc_calib/gamecock/sconstruct
first sconstruct for gamecock
------------------------------------------------------------------------
r725 | craigb | 2009-11-12 16:34:26 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
M /trunk/analysis/gflux/gflux_util.c
M /trunk/analysis/sconstruct
added gflux, trk_mon, trk_mon_lite, and ced to default builds
------------------------------------------------------------------------
r726 | craigb | 2009-11-12 16:35:15 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
M /trunk/calibration/dc3/sconstruct
M /trunk/calibration/ecGammaCal/computeCalibConsts.cc
M /trunk/calibration/ecGammaCal/sconstruct
M /trunk/calibration/sc_calib/gamecock/sconstruct
D /trunk/calibration/sc_calib/packages
M /trunk/calibration/sconstruct
M /trunk/calibration/stn_calib/sconstruct
wrote sconstructs for CC, ecGammaCal, and all TOF calibration programs.
------------------------------------------------------------------------
r727 | craigb | 2009-11-12 16:36:04 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
M /trunk/simulation/gsim/sconstruct
added gsim_int to repository and it now builds by default
------------------------------------------------------------------------
r728 | craigb | 2009-11-12 16:37:03 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
A /trunk/simulation/gsim/gsim_int
A /trunk/simulation/gsim/gsim_int/Makefile
A /trunk/simulation/gsim/gsim_int/gsim_int.F
A /trunk/simulation/gsim/gsim_int/sconstruct
adding gsim_int for real this time
------------------------------------------------------------------------
r729 | craigb | 2009-11-12 16:48:07 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
A /trunk/calibration/sc_calib/sconstruct
adding sconstruct to sc_calib dir
------------------------------------------------------------------------
r730 | craigb | 2009-11-12 16:49:58 -0800 (Thu, 12 Nov 2009) | 1 line
Changed paths:
A /trunk/calibration/sc_calib/atten/sconstruct
A /trunk/calibration/sc_calib/gmean/sconstruct
A /trunk/calibration/sc_calib/p2p_delay_el/sconstruct
A /trunk/calibration/sc_calib/tdc_calib/sconstruct
A /trunk/calibration/sc_calib/time_walk/sconstruct
A /trunk/calibration/sc_calib/veff/sconstruct
adding sconstructs for std TOF calib programs
------------------------------------------------------------------------
r732 | craigb | 2009-11-13 08:24:29 -0800 (Fri, 13 Nov 2009) | 3 lines
Changed paths:
A /trunk/calibration/sc_calib/sc_mon
Adding dir for sc_mon
------------------------------------------------------------------------
r733 | craigb | 2009-11-13 10:45:49 -0800 (Fri, 13 Nov 2009) | 1 line
Changed paths:
D /trunk/calibration/cc_calib/Cerenkov/SConstruct
cc calib sconstruct was ancient. removing...
------------------------------------------------------------------------
r734 | craigb | 2009-11-15 16:26:57 -0800 (Sun, 15 Nov 2009) | 1 line
Changed paths:
M /trunk/simulation/gsim/gsim_int/sconstruct
added explicit inclusion of -lmathlib to clear undefined reference errors.
------------------------------------------------------------------------
r735 | craigb | 2009-11-16 08:48:20 -0800 (Mon, 16 Nov 2009) | 1 line
Changed paths:
M /trunk/calibration/dc3/sconstruct
M /trunk/simulation/gsim/gsim_bat/sconstruct
M /trunk/simulation/gsim/gsim_int/sconstruct
M /trunk/simulation/gsim/sconstruct
changes to make builds work on rhel5
------------------------------------------------------------------------
r736 | craigb | 2009-11-16 09:02:59 -0800 (Mon, 16 Nov 2009) | 1 line
Changed paths:
M /trunk/calibration/sc_calib/atten/sconstruct
added -lscat to work with rhel5
------------------------------------------------------------------------
r738 | craigb | 2009-11-16 11:15:54 -0800 (Mon, 16 Nov 2009) | 1 line
Changed paths:
M /trunk/analysis/ClasTool/EventSelector/TCTOperations.h
M /trunk/analysis/sconstruct
3piNtp doesn't need to be built by default
------------------------------------------------------------------------
More information about the Clas_offline
mailing list