Ignore:
Timestamp:
03/30/01 12:01:58 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillHStarMap.cc

    r710 r711  
     1////////////////////////////////////////////////////////////////////////
     2//
     3//  MFillHStarMap
     4//
     5//  This task fills a star map (a 2D histogram, MHStarMap)
     6//  from the calculated hillas parameter (MHillas).
     7//  The algorithm for this can be found in MHStarMap::Fill
     8//
     9////////////////////////////////////////////////////////////////////////
    110#include "MFillHStarMap.h"
    211
     
    3342Bool_t MFillHStarMap::Process()
    3443{
    35 //    if (fabs(fEvt->GetAlpha())>60)
    36 //        return kCONTINUE;
    37 
    3844    fHistos->Fill(fEvt);
    3945
Note: See TracChangeset for help on using the changeset viewer.