Changeset 5694 for trunk/MagicSoft
- Timestamp:
- 01/03/05 13:05:12 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5693 r5694 32 32 mhft/Makefile: 33 33 - 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 34 46 35 47 * Makefile: -
trunk/MagicSoft/Mars/NEWS
r5692 r5694 15 15 16 16 - added class to perform fourier tranformation of a hexagonal structure 17 in a tasklist (MHexagonalFTCalc) 17 in a tasklist (MHexagonalFTCalc) example: hft.C 18 18 19 19 - added class to enhance the MCerPhotEvt from the Magic camera geometry 20 20 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only 21 small pixels 21 small pixels, example: extendcam.C 22 22 23 23 - added possibility to write data to memory (TTree) using MReadTree -
trunk/MagicSoft/Mars/macros/dohtml.C
r5190 r5694 70 70 sourcedir += "mhbase:"; 71 71 sourcedir += "mhflux:"; 72 sourcedir += "mhft:"; 72 73 sourcedir += "mhist:"; 73 74 sourcedir += "mhistmc:"; … … 129 130 html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 130 131 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"); 131 134 } -
trunk/MagicSoft/Mars/macros/rootlogon.C
r5190 r5694 138 138 gInterpreter->AddIncludePath(dir+"mhbase"); 139 139 gInterpreter->AddIncludePath(dir+"mhflux"); 140 gInterpreter->AddIncludePath(dir+"mhft"); 140 141 gInterpreter->AddIncludePath(dir+"mhist"); 141 142 gInterpreter->AddIncludePath(dir+"mhistmc"); -
trunk/MagicSoft/Mars/mhft/HftLinkDef.h
r5691 r5694 9 9 #pragma link C++ class MHexagonFreqSpace+; 10 10 11 #pragma link C++ class MGeomCamMagicXT+; 11 12 #pragma link C++ class MGeomCamMagicEnhance+; 12 13 -
trunk/MagicSoft/Mars/mhft/Makefile
r5691 r5694 26 26 MHexagonalFTCalc.cc \ 27 27 MHexagonFreqSpace.cc \ 28 MGeomCamMagicXT.cc \ 28 29 MGeomCamMagicEnhance.cc 29 30
Note:
See TracChangeset
for help on using the changeset viewer.