Changeset 17868


Ignore:
Timestamp:
05/16/14 11:52:18 (11 years ago)
Author:
tbretz
Message:
Adapted the AddContainer call to the changes in MWriteRootFile.
Location:
trunk/Mars/mfileio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MWriteFitsFile.cc

    r17763 r17868  
    237237void MWriteFitsFile::AddContainer(const char *cName,
    238238                                  const char *tName,
    239                                   Bool_t must)
     239                                  Bool_t must, UInt_t max)
    240240{
    241241   if (cName == NULL || strlen(cName) == 0)
     
    273273//                                                                           
    274274void MWriteFitsFile::AddContainer(MParContainer *cont, const char *tName,
    275                                   Bool_t must)
     275                                  Bool_t must, UInt_t max)
    276276{
    277277   if (cont == NULL)
  • trunk/Mars/mfileio/MWriteFitsFile.h

    r17764 r17868  
    257257
    258258
    259    void AddContainer(const char *cName,   const char *tName=NULL, Bool_t must=kTRUE);
    260    void AddContainer(MParContainer *cont, const char *tName=NULL, Bool_t must=kTRUE);
     259   void AddContainer(const char *cName,   const char *tName=NULL, Bool_t must=kTRUE, UInt_t max=0);
     260   void AddContainer(MParContainer *cont, const char *tName=NULL, Bool_t must=kTRUE, UInt_t max=0);
    261261
    262262
Note: See TracChangeset for help on using the changeset viewer.