Changeset 3970


Ignore:
Timestamp:
05/05/04 10:26:15 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MRunIter.h

    r3966 r3970  
    1717
    1818    Bool_t fIsRawFile;
    19 
    20     void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }
    2119
    2220    void AddRunNumber(UInt_t run)
     
    4442public:
    4543    MRunIter(const char *path=0) : fPath(path), fIsRawFile(0) { }
     44
     45    void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }
    4646
    4747    Int_t AddRun(UInt_t run, const char *path=0);
Note: See TracChangeset for help on using the changeset viewer.