Changeset 8386 for trunk


Ignore:
Timestamp:
03/29/07 14:47:32 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8385 r8386  
    2525       origin
    2626
     27   * mgeom/MGeomCamDwarf.[h,cc]:
     28     - added
     29
     30   * mgeom/Makefile, mgeom/GeomLinkDef.h:
     31     - added MGeomCamDwarf
     32
    2733
    2834
  • trunk/MagicSoft/Mars/NEWS

    r8379 r8386  
    22
    33 *** <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
    48
    59   - merpp: Implemented file format version 8 (MUX FADC data). The 16-bit
     
    1418   - callisto: The code calculating the pulse position checknow takes
    1519     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
    1626
    1727
  • trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h

    r7988 r8386  
    1414//#pragma link C++ class MGeomCamCT1Daniel+;
    1515
     16#pragma link C++ class MGeomCamDwarf+;
    1617#pragma link C++ class MGeomCamMagic+;
    1718//#pragma link C++ class MGeomCamMagicHG+;
  • trunk/MagicSoft/Mars/mgeom/Makefile

    r7985 r8386  
    2424           MGeomCam.cc \
    2525           MGeomCamCT1.cc \
     26           MGeomCamDwarf.cc \
    2627           MGeomCamMagic.cc \
    2728           MGeomCorsikaCT.cc \
Note: See TracChangeset for help on using the changeset viewer.