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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.h

    r454 r654  
    2727    MArrayB *fLoGainFadcSamples;  // list of lo gain samples of all pixels (ordering: see fLoGainPixId)
    2828
    29     void InitArrays();
     29    void InitArrays(Bool_t flag=kFALSE);
    3030    void DeleteArrays();
    3131
     
    4747    void Draw (Option_t * = NULL);
    4848
    49     void DeletePixels();
     49    void DeletePixels(Bool_t flag=kFALSE);
    5050    void AddPixel(UShort_t nOfPixel, TArrayC *data, Bool_t lflag=kFALSE);
    5151
     
    5454    Byte_t GetNumPixels() const;
    5555
    56     void ReadEvt(ifstream &fin);
     56    void ReadEvt(istream &fin);
    5757
    5858    ClassDef(MRawEvtData, 1) //Container to store the raw Event Data
Note: See TracChangeset for help on using the changeset viewer.