Changeset 5189 for trunk/MagicSoft/Mars
- Timestamp:
- 10/05/04 15:56:01 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5185 r5189 22 22 2004/10/05: Thomas Bretz 23 23 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 27 30 28 31 … … 30 33 2004/10/05: Markus Meyer and Keiichi Mase 31 34 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, then37 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. 38 41 39 42 … … 41 44 2004/10/04: Markus Gaug 42 45 43 * mjobs/MJPedestal.h44 - added function SetPedContainerName()46 * mjobs/MJPedestal.h 47 - added function SetPedContainerName() 45 48 46 49 -
trunk/MagicSoft/Mars/Makefile.conf.general
r5187 r5189 18 18 # export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib" 19 19 # 20 DEFINES = -DMARSVER=\" 0.8.6\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)20 DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES) 21 21 22 22 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES) -
trunk/MagicSoft/Mars/macros/tar.C
r3957 r5189 55 55 gSystem->cd(".."); 56 56 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+"/*"; 58 58 59 59 cout << "Executing: " << cmd << endl;
Note:
See TracChangeset
for help on using the changeset viewer.