Ignore:
Timestamp:
01/06/04 16:12:03 (21 years ago)
Author:
raducci
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MArrivalTimeCalc.h

    r2659 r2752  
    66// MArrivalTimeCalc                                                        //
    77//                                                                         //
    8 // Evaluates the number of time slice into which the signal reaches a max. //
    9 // P R E L I M I N A R Y                                                   //
    10 // Other more sophisticated methods have to be implemented.                //
     8// Evaluates the Arrival Times                                            //
     9//                                                                         //
     10//                                                                         //
    1111/////////////////////////////////////////////////////////////////////////////
    1212
     
    2727    MRawRunHeader  *fRunHeader;  // RunHeader information
    2828    MGeomCam       *fGeom;       // Geometry information
    29 //  MArrivalTime   *fArrTime;    // Container with the photons arrival times
     29    MArrivalTime   *fArrTime;    // Container with the photons arrival times
    3030
    3131    Bool_t          fEnableFix;  // fix for a bug in files from older camera versions (<=40)
     
    4242    MArrivalTimeCalc(const char *name=NULL, const char *title=NULL);
    4343
    44     // FIXME: The array size should be checked!
    45 
    4644    ~MArrivalTimeCalc(){}
    4745
    48     ClassDef(MArrivalTimeCalc, 0)   // Task to calculate cerenkov photons from raw data
     46    ClassDef(MArrivalTimeCalc, 0)   // Task to calculate Arrival Times from raw data
    4947};
    5048
Note: See TracChangeset for help on using the changeset viewer.