Ignore:
Timestamp:
10/20/06 19:26:01 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsIntensityCam.h

    r7189 r8140  
    1515#endif
    1616
    17 class TOrdCollection;
     17#ifndef ROOT_TOrdCollection
     18#include <TOrdCollection.h>
     19#endif
     20
    1821class TGraph;
    1922class MHCamera;
     23
    2024class MBadPixelsIntensityCam : public MParContainer, public MCamEvent
    2125{
     
    4246        MBadPixelsCam *GetCam     ( Int_t i=-1);
    4347  const MBadPixelsCam *GetCam     ( Int_t i=-1) const;
    44 
     48  /*
    4549        MBadPixelsCam *GetCam     ( const char *name );
    4650  const MBadPixelsCam *GetCam     ( const char *name ) const;
     51  */
     52
     53  // The "DeleteOldCam" function must not delete the first entry in
     54  // the array because it is a special cam from the MParList. (see above)
     55  void DeleteOldCam(MBadPixelsCam *cam) {/* if (fCams->IndexOf(cam)>0) delete fCams->Remove(cam);*/ }
    4756
    4857        MBadPixelsPix &operator[] ( Int_t i );
Note: See TracChangeset for help on using the changeset viewer.