Changeset 2028


Ignore:
Timestamp:
04/28/03 16:16:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r2026 r2028  
    3030//  This is a task to calculate the Hillas parameters from each event
    3131//
     32//  By default MHillas, MHillasExt and MNewImagePar are calculated
     33//  with the information from MCerPhotEvt and MGeomCam.
     34//
     35//  To switch of the calculation you may use:
     36//   - Disable(MHillasCalc::kCalcHillas)
     37//   - Disable(MHillasCalc::kCalcHillasExt)
     38//   - Disable(MHillasCalc::kCalcNewImagePar)
     39//
     40//  If the calculation of MHillas is switched off a container MHillas
     41//  in the parameter list is nevertheless necessary for the calculation
     42//  of MHillasExt and MNewImagePar.
     43//
     44//  The names of the containers to be used can be set with:
     45//   - SetNameHillas("NewName")
     46//   - SetNameHillasExt("NewName")
     47//   - SetNameNewImgPar("NewName")
     48//
    3249//  Input Containers:
    33 //   MCerPhotEvt, MGeomCam
     50//   MCerPhotEvt, MGeomCam[, MHillas]
    3451//
    3552//  Output Containers:
    36 //   MHillas, MHillasExt
     53//   [MHillas,] MHillasExt, MNewImagePar
    3754//
    3855/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.