Changeset 2028
- Timestamp:
- 04/28/03 16:16:33 (23 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/MagicSoft/Mars/mimage/MHillasCalc.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/MagicSoft/Mars/mimage/MHillasCalc.ccr2026 r2028 30 30 // This is a task to calculate the Hillas parameters from each event 31 31 // 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 // 32 49 // Input Containers: 33 // MCerPhotEvt, MGeomCam 50 // MCerPhotEvt, MGeomCam[, MHillas] 34 51 // 35 52 // Output Containers: 36 // MHillas, MHillasExt53 // [MHillas,] MHillasExt, MNewImagePar 37 54 // 38 55 ///////////////////////////////////////////////////////////////////////////// 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
