Changeset 7717 for trunk/MagicSoft/Mars
- Timestamp:
- 05/18/06 18:11:33 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7715 r7717 43 43 - enabled grids 44 44 - slightly improved calculation of shown threshold 45 46 * mhflux/MHThetaSqN.[h,cc]: 47 - added 48 49 * mhflux/Makefile, mhflux/FluxLinkDef.h: 50 - added MHThetaSqN 45 51 46 52 -
trunk/MagicSoft/Mars/mhflux/FluxLinkDef.h
r7250 r7717 12 12 //#pragma link C++ class MHAlphaTime+; 13 13 #pragma link C++ class MHThetaSq+; 14 #pragma link C++ class MHThetaSqN+; 14 15 #pragma link C++ class MHEnergyEst+; 15 16 #pragma link C++ class MHFalseSource+; -
trunk/MagicSoft/Mars/mhflux/MHThetaSqN.cc
r7716 r7717 29 29 // For more detailes see MHAlpha. 30 30 // 31 // How to use this class: 32 // - in your ganymed.rc add: 33 // MJCut.NameHist: MHThetaSqN 34 // - setup the number of off-source regions in your ganymed.rc by: 35 // MHThetaSqN.NumOffSourcePos: 2 36 // - switch on/off whether an off-theta cut should be done: 37 // MHThetaSqN.DoOffCut: Yes,No 38 // - and if necessary switch off the Theta cut in your Magic cuts: 39 // Cut1.ThetaCut: None 40 // 31 41 ////////////////////////////////////////////////////////////////////////////// 32 42 #include "MHThetaSqN.h" -
trunk/MagicSoft/Mars/mhflux/Makefile
r7250 r7717 27 27 MHAlpha.cc \ 28 28 MHThetaSq.cc \ 29 MHThetaSqN.cc \ 29 30 MHPhi.cc \ 30 31 MHDisp.cc \
Note:
See TracChangeset
for help on using the changeset viewer.