Ignore:
Timestamp:
01/29/04 16:52:22 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraDC.h

    r2632 r2958  
    22#define MARS_MCameraDC
    33
     4#ifndef MARS_MParContainer
     5#include "MParContainer.h"
     6#endif
    47#ifndef MARS_MCamEvent
    58#include "MCamEvent.h"
     
    1013#endif
    1114
    12 class MCameraDC : public MCamEvent
     15class MCameraDC : public MParContainer, public MCamEvent
    1316{
    1417private:
     
    3033    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const
    3134    {
    32         val = (*this)[idx];
     35        val = fArray[idx];
    3336        return val>0;
    3437    }
Note: See TracChangeset for help on using the changeset viewer.