- Timestamp:
- 10/26/04 20:21:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r3610 r5321 52 52 Float_t fLow2HighGain; // low gain factor 53 53 54 Bool_t fGainFluctuations; 55 // kTRUE if PMT gain fluctuations were simulated (=> default in camera simulation) 56 57 54 58 public: 55 59 MMcFadcHeader(const char *name=NULL, const char *title=NULL); … … 100 104 } 101 105 106 void SetGainFluctuations(Bool_t x) { fGainFluctuations = x; } 107 102 108 Float_t GetPedestal(UInt_t i) const { return fPedesMean[i]; } 103 109 Float_t GetPedestalRmsHigh(UInt_t i) const { return fPedesSigmaHigh[i]; } … … 111 117 UInt_t GetNumPixel() const { return MFADC_CHANNELS; } 112 118 113 ClassDef(MMcFadcHeader, 4) //Stores Montecarlo Information describing the FADC behaviour119 ClassDef(MMcFadcHeader, 5) //Stores Montecarlo Information describing the FADC behaviour 114 120 115 121 };
Note:
See TracChangeset
for help on using the changeset viewer.