Ignore:
Timestamp:
09/07/04 13:32:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r4650 r4883  
    1313#ifndef ROOT_TArrayD
    1414#include <TArrayD.h>
     15#endif
     16#ifndef ROOT_MArrayD
     17#include <MArrayD.h>
    1518#endif
    1619#ifndef ROOT_TClonesArray
     
    146149    virtual void     AddCamContent(const MHCamera &evt, Int_t type=0);
    147150    virtual void     AddCamContent(const TArrayD &arr, const TArrayC *used=NULL);
     151    virtual void     AddCamContent(const MArrayD &arr, const TArrayC *used=NULL);
    148152    virtual void     SetCamContent(const MCamEvent &evt, Int_t type=0) { Reset(); AddCamContent(evt, type); }
     153    virtual void     SetCamContent(const MHCamera &d, Int_t type=0) { Reset(); AddCamContent(d, type); fEntries=d.fEntries; }
    149154    virtual void     SetCamContent(const TArrayD &evt, const TArrayC *used=NULL) { Reset(); AddCamContent(evt, used); }
    150     virtual void     SetCamContent(const MHCamera &d, Int_t type=0) { Reset(); AddCamContent(d, type); fEntries=d.fEntries; }
     155    virtual void     SetCamContent(const MArrayD &evt, const TArrayC *used=NULL) { Reset(); AddCamContent(evt, used); }
    151156
    152157    virtual void     SetCamError(const MCamEvent &evt, Int_t type=0);
Note: See TracChangeset for help on using the changeset viewer.