Changeset 2503 for trunk/MagicSoft/Mars
- Timestamp:
- 11/10/03 16:43:02 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r2490 r2503 39 39 sourcedir += "mbase:"; 40 40 sourcedir += "mdata:"; 41 sourcedir += "mdatacheck:";42 sourcedir += "meventdisp:";43 41 sourcedir += "mfileio:"; 44 42 sourcedir += "mfilter:"; -
trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc
r2501 r2503 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de>19 ! Author(s): Harald Kornmayer 1/200120 ! 21 ! Copyright: MAGIC Software Development, 2000-200 118 ! Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Harald Kornmayer, 1/2001 20 ! 21 ! Copyright: MAGIC Software Development, 2000-2003 22 22 ! 23 23 ! … … 41 41 42 42 using namespace std; 43 44 ClassImp(MGDisplayAdc); 43 45 44 46 enum ComIdentDisplayAdc -
trunk/MagicSoft/Mars/mmain/MGDisplayAdc.h
r2501 r2503 49 49 50 50 Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2); 51 52 ClassDef(MGDisplayAdc, 0) 51 53 }; 52 54
Note:
See TracChangeset
for help on using the changeset viewer.