Ignore:
Timestamp:
03/22/01 12:24:47 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
3 edited

Legend:

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

    r664 r698  
    8989    void Draw(Option_t *t="GRAPH");
    9090
    91     ClassDef(MRawEvtPixelIter, 1) // iterates over all pixels of one MRawEvtData object
     91    ClassDef(MRawEvtPixelIter, 0) // iterates over all pixels of one MRawEvtData object
    9292};
    9393
  • trunk/MagicSoft/Mars/mraw/MRawFileRead.h

    r690 r698  
    3333    Bool_t Process();
    3434
    35     ClassDef(MRawFileRead, 1)   // Task to read the raw data binary file
     35    ClassDef(MRawFileRead, 0)   // Task to read the raw data binary file
    3636};
    3737
  • trunk/MagicSoft/Mars/mraw/MRawFileWrite.h

    r454 r698  
    4444    Bool_t PostProcess();
    4545
    46     ClassDef(MRawFileWrite, 1)  // Task to write the raw data containers to a root file
     46    ClassDef(MRawFileWrite, 0)  // Task to write the raw data containers to a root file
    4747};
    4848
Note: See TracChangeset for help on using the changeset viewer.