Ignore:
Timestamp:
10/26/04 20:21:50 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3610 r5321  
    5252  Float_t fLow2HighGain;    // low gain factor
    5353
     54  Bool_t  fGainFluctuations;
     55  // kTRUE if PMT gain fluctuations were simulated (=> default in camera simulation)
     56
     57
    5458 public:
    5559  MMcFadcHeader(const char *name=NULL, const char *title=NULL);
     
    100104  }
    101105 
     106  void SetGainFluctuations(Bool_t x) { fGainFluctuations = x; }
     107
    102108  Float_t GetPedestal(UInt_t i) const    { return fPedesMean[i]; }
    103109  Float_t GetPedestalRmsHigh(UInt_t i) const { return fPedesSigmaHigh[i]; }
     
    111117  UInt_t GetNumPixel() const { return MFADC_CHANNELS; }
    112118
    113   ClassDef(MMcFadcHeader, 4)  //Stores Montecarlo Information describing the FADC behaviour
     119  ClassDef(MMcFadcHeader, 5)  //Stores Montecarlo Information describing the FADC behaviour
    114120
    115121};
Note: See TracChangeset for help on using the changeset viewer.