Changeset 2398 for trunk/MagicSoft
- Timestamp:
- 10/20/03 11:47:47 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2397 r2398 1 1 -*-*- END OF LINE -*-*- 2 2003/10/20: Thomas Bretz 3 4 * manalysis/MMcPedestalCopy.cc: 5 - changed GetpedestalRms to GetElecNoise to make Mars compile with 6 the changes done in MMcFadcHeader 7 8 * mmc/MMcTrig.cxx: 9 - changed <iostream.h> to <iostream> according to C++ 10 11 * mhistmc/MHMcTriggerLvl2.[h,cc]: 12 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and 13 changed return type to TH1 according to definition in MH. 14 15 * Makefile.conf.general: 16 - changed MARSVERSION to 0.8.1 17 18 19 2 20 2003/10/17: Oscar Blanch 3 21 -
trunk/MagicSoft/Mars/Makefile.conf.general
r2386 r2398 18 18 # export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib" 19 19 # 20 DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES) 20 #DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES) 21 DEFINES = -DMARSVER=\"0.8.1\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES) 21 22 22 23 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
Note:
See TracChangeset
for help on using the changeset viewer.