Ignore:
Timestamp:
10/29/01 10:55:41 (23 years ago)
Author:
tbretz
Message:
:
File:
1 edited

Legend:

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

    r842 r1002  
    66#endif
    77
    8 class TArrayC;
     8class TList;
    99class MCerPhotEvt;
    1010class MPedestalCam;
     
    1616    MCerPhotEvt  *fNphot;       // the data container for all data.
    1717    MPedestalCam *fPedest;      // ct1 pedestals
    18     TArrayC      *fFileNames;   // Array which stores the \0-terminated filenames
     18    TList        *fFileNames;   // Array which stores the \0-terminated filenames
    1919
    2020    Bool_t OpenNextFile();
Note: See TracChangeset for help on using the changeset viewer.