Ignore:
Timestamp:
02/07/01 16:50:22 (24 years ago)
Author:
harald
Message:
Adding the first version of an Image Cleaning. Therefore a first version
of Class MCamNeigbor was implemented.

The Image cleaning is done in class MNphotEvent.
File:
1 edited

Legend:

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

    r592 r597  
    1717  MNphotEvent *fNphot ; //! the data container for all data.
    1818
     19  Float_t fPedest[127] ; //!
     20
    1921 public:
    2022  MReadCT1Ascii(const char *filename,
     
    2628  Bool_t PostProcess();
    2729 
     30  void   ReadPedestal() ;
     31
    2832  ClassDef(MReadCT1Ascii, 1)    // Reads the CT1 data file
    2933};
    30    
     34
    3135#endif
     36
Note: See TracChangeset for help on using the changeset viewer.