Brat 2.5.0

From: Flemming Videbaek (videbaek@sgs1.hirg.bnl.gov)
Date: Thu Sep 12 2002 - 17:01:11 EDT

  • Next message: Hironori Ito: "brag"

    Commited several changes in particular to BrBbVertex and Td1modules that were needed for
    analysis of performance. Note the new version number of the BrBbVertex class since more 
    data-members were added.
    
    The brat version was bumped to 2-5-0 for this reason.
    
    attached is the changelog list which includes details on recent change also by Kris, Hiro, Steve and Peter.
    
    
    2002-09-12  Flemming Videbaek  <videbaek@rcas0017.rcf.bnl.gov>
    
    * configure.in: Bumped version numbers to 2.5.0
    
    * test/TestMagnetVolume.cxx: Replace all ListParameters with Print
    
    * modules/util/BrAppendContainer.cxx:
    Fix error in default value. The default should be normalMode.
    
    * data/vertex/BrBbVertex.cxx, data/vertex/BrBbVertex.h:
    Add members to BrBbVertex that keeps the hits in left and right
    (nl, nr). Since new data members are added the version number of 
    this persistent class has been incremented.
    
    * modules/vertex/BrBbVertexModule.cxx, 
    modules/vertex/BrBbVertexModule.h:
    The BbVertex now include nl and nr. These are filled by this vertex module.
    In addition for pp (and dA) running there is now n option such  that
    one can specify to use all tubes, rather than specify small or big  by them selves.
    With only small multiplicities it does not make much sense to use either
    set since this will reduce the already low effeciency by a lot.
    
    2002-09-12  Hironori Ito  <hito@rcas0017.rcf.bnl.gov>
    
    * configure.in: geant format has been changed.
    
    * modules/io/BrGeantInput.h, modules/io/BrGeantInput.cxx:
    It changed to accomodate .cdat file format change.
    
    * data/geant/BrGeantHeader.cxx, data/geant/BrGeantHeader.h:
    It changed to accomodates the .cdat file change.
    
    2002-09-12  Flemming Videbaek  <videbaek@rcas0017.rcf.bnl.gov>
    
    * modules/rdo/BrTd1RdoModule.cxx, modules/rdo/BrTd1RdoModule.h:
    Added information to Ntuple.
    Add UseSlewing flag
    
    2002-09-12  Flemming Videbaek  <videbaek@rcas0017.rcf.bnl.gov>
    
    * modules/util/BrAppendContainer.cxx:
    Fix error in default value. The default should be normalMode.
    
    * data/vertex/BrBbVertex.cxx, data/vertex/BrBbVertex.h:
    Add members to BrBbVertex that keeps the hits in left and right
    (nl, nr). Since new data members are added the version number of 
    this
    persistent class has been incremented.
    
    * modules/vertex/BrBbVertexModule.cxx, 
    modules/vertex/BrBbVertexModule.h:
    The BbVertex now include nl and nr. These are filled by
    this vertex module.
    In addition for pp (and dA) running there is now n option such 
    that
    one can specify to use all tubes, rather than specify small or big 
    by them selves.
    With only small multiplicities it does not make much sense to use 
    either
    set since this will reduce the already low effeciency by a lot.
    
    2002-09-12  Hironori Ito  <hito@rcas0017.rcf.bnl.gov>
    
    * configure.in: geant format has been changed.
    
    * modules/io/BrGeantInput.h, modules/io/BrGeantInput.cxx:
    It changed to accomodate .cdat file format change.
    
    * data/geant/BrGeantHeader.cxx, data/geant/BrGeantHeader.h:
    It changed to accomodates the .cdat file change.
    
    2002-09-12  Flemming Videbaek  <videbaek@rcas0017.rcf.bnl.gov>
    
    * modules/rdo/BrTd1RdoModule.cxx, modules/rdo/BrTd1RdoModule.h:
    Added information to Ntuple.
    Add UseSlewing flag
    
    2002-09-11  Truls Martin Larsen  <trulsml@rcas0017.rcf.bnl.gov>
    
    * configure.in: new revision.
    
    * modules/track/tpc/BrTpcAddSeqModule.cxx:
    Getting raw node from "MRS"-node or "FFS"-node.
    
    * modules/digitize/BrDigitizeTPC.h, 
    modules/digitize/BrDigitizeTPC.cxx:
    New Digitization function added.
    
    2002-09-10  Steven Sanders, University of Kansas, x4106  
    <sanders@rcas0017.rcf.bnl.gov>
    
    * applications/bratmain/bratmain.cxx:
    Fixed incorrect conditional compilation that resulted in classes 
    being
    explicitly loaded for non-darwin systems.
    
    * applications/bratroot/BrRintMain.cxx:
    Corrected bad conditional compilation that resulted in
    classes being explicitly loaded even on non-darwin systems.
    
    2002-09-10  Flemming Videbaek  <videbaek@rcas0017.rcf.bnl.gov>
    
    * modules/calib/tof/BrTofAdcGainCalModule.cxx:
    Fix problem with NaN being stored in summary histograms.
    
    2002-09-09  Kris Hagel, Texas AHagelM, (409) 845-1411  
    <hagel@rcas0017.rcf.bnl.gov>
    
    * modules/track/combine/BrFSTrackingModule.cxx, 
    modules/track/combine/BrFSTrackingModule.h:
    Remove BrFSTrackingModule
    
    2002-09-08  Steven Sanders, University of Kansas, x4106  
    <sanders@rcas0017.rcf.bnl.gov>
    
    * modules/track/combine/Include.h, 
    modules/track/combine/LinkDef.h, modules/track/combine/Makefile.am:
    *** empty log message ***
    
    * test/Makefile.am:
    Fixed for darwin build.  We need bind_at_load and flat_namepace
    
    * test/Makefile.am, test/TestMatching.cxx:
    Updated matching test to allow darwin build
    
    * test/TestChkvParameters.cxx:
    Added darwin specific code to load shared library
    
    * applications/bratmain/bratmain.cxx:
    Changed which libraries are loaded for darwin compilation.
    
    * configure.in: Revision bumped with addition of Darwin code
    
    * modules/pid/Makefile.am, modules/raw/Makefile.am, 
    modules/rdo/Makefile.am, modules/test/Makefile.am, 
    modules/track/combine/Include.h, modules/track/combine/LinkDef.h, 
    modules/track/combine/Makefile.am, modules/track/Makefile.am, 
    modules/util/Makefile.am, modules/vertex/Makefile.am, 
    packages/Makefile.am, test/Makefile.am, util/Makefile.am, 
    data/pid/Makefile.am, data/raw/Makefile.am, data/rdo/Makefile.am, 
    data/track/Makefile.am, data/vertex/Makefile.am, db/Makefile.am, 
    managers/Makefile.am, modules/abc/Makefile.am, modules/calib/Makefile.am, 
    modules/centrality/Makefile.am, modules/digitize/Makefile.am, 
    modules/evdisp/Makefile.am, modules/io/Makefile.am, 
    applications/bratmain/bratmain.cxx, applications/bratmain/Makefile.am, 
    applications/bratroot/BrRintMain.cxx, applications/bratroot/Makefile.am, 
    data/abc/Makefile.am, data/calib/Makefile.am, data/centrality/Makefile.am, 
    data/geant/Makefile.am, data/params/Makefile.am, configure.in, 
    acinclude.m4:
    Added code to allow brat to be built on Darwin systems (Macintosh 
    OSX).
    
    2002-09-06  Peter H Christiansen  <pchristi@rcas0017.rcf.bnl.gov>
    
    * data/track/BrSpectrometerTracks.h: Fixed bug in spectrometer 
    tracks
    
    
    ------------------------------------------------------
    Flemming Videbaek
    Physics Department
    Brookhaven National Laboratory
    
    tlf: 631-344-4106
    fax 631-344-1334
    e-mail: videbaek@bnl.gov
    



    This archive was generated by hypermail 2b30 : Thu Sep 12 2002 - 17:00:50 EDT