Changeset 8386 for trunk/MagicSoft
- Timestamp:
- 03/29/07 14:47:32 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8385 r8386 25 25 origin 26 26 27 * mgeom/MGeomCamDwarf.[h,cc]: 28 - added 29 30 * mgeom/Makefile, mgeom/GeomLinkDef.h: 31 - added MGeomCamDwarf 32 27 33 28 34 -
trunk/MagicSoft/Mars/NEWS
r8379 r8386 2 2 3 3 *** <cvs> 4 5 - mars: The default cleaning is now Abolsute 8.5/4.0. 6 7 - mars: The resource file mars.rc now contains examples for MUX data 4 8 5 9 - merpp: Implemented file format version 8 (MUX FADC data). The 16-bit … … 14 18 - callisto: The code calculating the pulse position checknow takes 15 19 the pedestal into account 20 21 - ganymed: The output files now contain run- and event-number for all 22 events, accessible as RunNumber.fVal and EvtNumber.fVal 23 24 - ganymed: Added a plot showing the source position in the camera also 25 for wobble mode 16 26 17 27 -
trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h
r7988 r8386 14 14 //#pragma link C++ class MGeomCamCT1Daniel+; 15 15 16 #pragma link C++ class MGeomCamDwarf+; 16 17 #pragma link C++ class MGeomCamMagic+; 17 18 //#pragma link C++ class MGeomCamMagicHG+; -
trunk/MagicSoft/Mars/mgeom/Makefile
r7985 r8386 24 24 MGeomCam.cc \ 25 25 MGeomCamCT1.cc \ 26 MGeomCamDwarf.cc \ 26 27 MGeomCamMagic.cc \ 27 28 MGeomCorsikaCT.cc \
Note:
See TracChangeset
for help on using the changeset viewer.