Changeset 5694 for trunk/MagicSoft


Ignore:
Timestamp:
01/03/05 13:05:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5693 r5694  
    3232     mhft/Makefile:
    3333     - added
     34
     35   * macros/extendcam.C:
     36     - added: tutorial for MGeomCamExtend
     37
     38   * macros/hft.C:
     39     - added: tutorial for MHexgonalFTCalc
     40
     41   * macros/dohtml.C:
     42     - updated
     43
     44   * macros/rootlogon.C:
     45     - updated
    3446
    3547   * Makefile:
  • trunk/MagicSoft/Mars/NEWS

    r5692 r5694  
    1515
    1616   - added class to perform fourier tranformation of a hexagonal structure
    17      in a tasklist (MHexagonalFTCalc)
     17     in a tasklist (MHexagonalFTCalc) example: hft.C
    1818
    1919   - added class to enhance the MCerPhotEvt from the Magic camera geometry
    2020     MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
    21      small pixels
     21     small pixels, example: extendcam.C
    2222
    2323   - added possibility to write data to memory (TTree) using MReadTree
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r5190 r5694  
    7070    sourcedir += "mhbase:";
    7171    sourcedir += "mhflux:";
     72    sourcedir += "mhft:";
    7273    sourcedir += "mhist:";
    7374    sourcedir += "mhistmc:";
     
    129130    html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
    130131    html.Convert("readIPR.C",       "MARS - Example to read and display the IPRs from a (merpped) report file");
     132    html.Convert("extendcam.C",     "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
     133    html.Convert("hft.C",           "MARS - Example of using MHexagonalFTCalc");
    131134}
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r5190 r5694  
    138138    gInterpreter->AddIncludePath(dir+"mhbase");
    139139    gInterpreter->AddIncludePath(dir+"mhflux");
     140    gInterpreter->AddIncludePath(dir+"mhft");
    140141    gInterpreter->AddIncludePath(dir+"mhist");
    141142    gInterpreter->AddIncludePath(dir+"mhistmc");
  • trunk/MagicSoft/Mars/mhft/HftLinkDef.h

    r5691 r5694  
    99#pragma link C++ class MHexagonFreqSpace+;
    1010
     11#pragma link C++ class MGeomCamMagicXT+;
    1112#pragma link C++ class MGeomCamMagicEnhance+;
    1213
  • trunk/MagicSoft/Mars/mhft/Makefile

    r5691 r5694  
    2626           MHexagonalFTCalc.cc \
    2727           MHexagonFreqSpace.cc \
     28           MGeomCamMagicXT.cc \
    2829           MGeomCamMagicEnhance.cc
    2930
Note: See TracChangeset for help on using the changeset viewer.