Changeset 5189 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/05/04 15:56:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5185 r5189  
    2222 2004/10/05: Thomas Bretz
    2323
    24   * mjobs/MJStar.cc:
    25     - removed rate cut from eventloop because its highly untested and
    26       unstable
     24   * mjobs/MJStar.cc:
     25     - removed rate cut from eventloop because its highly untested and
     26       unstable
     27
     28   * macros/tar.C:
     29     - removed mtemp-directory from tarball
    2730
    2831
     
    3033 2004/10/05: Markus Meyer and Keiichi Mase
    3134 
    32   * mmuon/MMuonSearchPar.[h,cc], mmuon/MMuonCalibPar.[h,cc],
    33     mmuon/Makfile, mmuon/MuonLinkDef.h, mmuon/MuonIncl.h:
    34     - added: Finally our muon classes are merged and commited.
    35       These are container classes and will not work only by themselves.
    36       After Thomas's check, we will commit the task classes, then
    37       you can use it.
     35   * mmuon/MMuonSearchPar.[h,cc], mmuon/MMuonCalibPar.[h,cc],
     36     mmuon/Makfile, mmuon/MuonLinkDef.h, mmuon/MuonIncl.h:
     37     - added: Finally our muon classes are merged and commited.
     38       These are container classes and will not work only by themselves.
     39       After Thomas's check, we will commit the task classes, then
     40       you can use it.
    3841
    3942
     
    4144 2004/10/04: Markus Gaug
    4245 
    43   * mjobs/MJPedestal.h
    44     - added function SetPedContainerName()
     46   * mjobs/MJPedestal.h
     47     - added function SetPedContainerName()
    4548
    4649
  • trunk/MagicSoft/Mars/Makefile.conf.general

    r5187 r5189  
    1818#   export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
    1919#
    20 DEFINES  = -DMARSVER=\"0.8.6\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
     20DEFINES  = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
    2121
    2222CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
  • trunk/MagicSoft/Mars/macros/tar.C

    r3957 r5189  
    5555    gSystem->cd("..");
    5656
    57     TString cmd = "tar cvf "+name+".tar --exclude=Makefile.depend --exclude=Root --exclude=Tag "+name+"/.rootrc "+name+"/*";
     57    TString cmd = "tar cvf "+name+".tar --exclude=Makefile.depend --exclude=Root --exclude=Tag --exclude=mtemp "+name+"/.rootrc "+name+"/*";
    5858
    5959    cout << "Executing: " << cmd << endl;
Note: See TracChangeset for help on using the changeset viewer.