Ignore:
Timestamp:
11/30/05 13:19:55 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx

    r5410 r7436  
    44#ifndef MARS_MParContainer
    55#include "MParContainer.h"
     6#endif
     7#ifndef MARS_MCamEvent
     8#include "MCamEvent.h"
    69#endif
    710
     
    1518//   Added member fNoiseGainFluctuations
    1619//
     20// Version 7:
     21//   Derived class from MCamEvent
     22//
    1723
    18 class MMcFadcHeader : public MParContainer{
     24class MMcFadcHeader : public MParContainer, public MCamEvent {
    1925 private:
    2026
     
    7177 public:
    7278  MMcFadcHeader(const char *name=NULL, const char *title=NULL);
    73 
    74   ~MMcFadcHeader();
    7579
    7680  void Print(Option_t *opt=NULL) const;
     
    131135  UInt_t GetNumPixel() const { return MFADC_CHANNELS; }
    132136
    133   ClassDef(MMcFadcHeader, 6)  //Stores Montecarlo Information describing the FADC behaviour
     137  // MCamEvent
     138  Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
     139  void   DrawPixelContent(Int_t num) const { }
     140
     141  ClassDef(MMcFadcHeader, 7)  //Stores Montecarlo Information describing the FADC behaviour
    134142
    135143};
    136144
    137145#endif
    138 
Note: See TracChangeset for help on using the changeset viewer.