Changeset 1214
- Timestamp:
- 01/23/02 16:58:24 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc
r1210 r1214 18 18 ! Author(s): Thomas Bretz 10/2001 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 120 ! Copyright: MAGIC Software Development, 2000-2002 21 21 ! 22 22 ! -
trunk/MagicSoft/Mars/mhist/MHTimeDiffTheta.cc
r1211 r1214 53 53 // 54 54 MHTimeDiffTheta::MHTimeDiffTheta(const char *name, const char *title) 55 : f Hist(), fLastTime(0)55 : fLastTime(0), fHist() 56 56 { 57 57 // -
trunk/MagicSoft/Mars/mhist/MHTimeDiffTime.cc
r1211 r1214 52 52 // 53 53 MHTimeDiffTime::MHTimeDiffTime(const char *name, const char *title) 54 : f Hist(), fLastTime(0)54 : fLastTime(0), fHist() 55 55 { 56 56 // -
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r1209 r1214 18 18 ! Author(s): Thomas Bretz 9/2001 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 120 ! Copyright: MAGIC Software Development, 2000-2002 21 21 ! 22 22 ! -
trunk/MagicSoft/Mars/mmain/MDataCheck.cc
r1210 r1214 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 !
Note:
See TracChangeset
for help on using the changeset viewer.