Changeset 7717


Ignore:
Timestamp:
05/18/06 18:11:33 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7715 r7717  
    4343     - enabled grids
    4444     - slightly improved calculation of shown threshold
     45
     46   * mhflux/MHThetaSqN.[h,cc]:
     47     - added
     48
     49   * mhflux/Makefile, mhflux/FluxLinkDef.h:
     50     - added MHThetaSqN
    4551
    4652
  • trunk/MagicSoft/Mars/mhflux/FluxLinkDef.h

    r7250 r7717  
    1212//#pragma link C++ class MHAlphaTime+;
    1313#pragma link C++ class MHThetaSq+;
     14#pragma link C++ class MHThetaSqN+;
    1415#pragma link C++ class MHEnergyEst+;
    1516#pragma link C++ class MHFalseSource+;
  • trunk/MagicSoft/Mars/mhflux/MHThetaSqN.cc

    r7716 r7717  
    2929// For more detailes see MHAlpha.
    3030//
     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//
    3141//////////////////////////////////////////////////////////////////////////////
    3242#include "MHThetaSqN.h"
  • trunk/MagicSoft/Mars/mhflux/Makefile

    r7250 r7717  
    2727           MHAlpha.cc \
    2828           MHThetaSq.cc \
     29           MHThetaSqN.cc \
    2930           MHPhi.cc \
    3031           MHDisp.cc \
Note: See TracChangeset for help on using the changeset viewer.