Ignore:
Timestamp:
10/20/13 19:16:46 (11 years ago)
Author:
tbretz
Message:
Missed the possibility to setup the number of tiles after the constructor. This a simple thing because it is only used when the catalog is written in close().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/zofits.h

    r17269 r17277  
    571571        }
    572572
     573        uint32_t GetNumTiles() const { return fNumTiles; }
     574        void SetNumTiles(uint32_t num) { fNumTiles=num; }
     575
    573576protected:
    574577
Note: See TracChangeset for help on using the changeset viewer.