Ignore:
Timestamp:
06/16/03 13:45:01 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCurrents.h

    r2173 r2178  
    22#define MARS_MCurrents
    33
    4 #ifndef MARS_MParContainer
    5 #include "MParContainer.h"
     4#ifndef MARS_MCamEvent
     5#include "MCamEvent.h"
    66#endif
    77
     
    1010#endif
    1111
    12 class MCurrents : public MParContainer
     12#include <iostream.h>
     13class MCurrents : public MCamEvent
    1314{
    1415private:
     
    3738    void Print(Option_t *opt=NULL) const;
    3839
     40    Bool_t GetPixelContent(Float_t &val, Int_t idx, Float_t ratio=1, Int_t type=0) const
     41    {
     42        val = (*this)[idx];
     43        return val>0;
     44    }
     45    void DrawPixelContent(Int_t num) const
     46    {
     47    }
     48
    3949    ClassDef(MCurrents, 1) // Storage Container for the Currents (PRELIMINARY)
    4050};
Note: See TracChangeset for help on using the changeset viewer.