Changeset 698 for trunk/MagicSoft/include-Classes
- Timestamp:
- 03/22/01 12:24:47 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r693 r698 56 56 fElecNoise[i]=sigma[i]; 57 57 } 58 59 Float_t GetPedestal(UInt_t i) const { return fPedesMean[i]; } 60 Float_t GetPedestalRms(UInt_t i) const { return fElecNoise[i]; } 61 62 const UInt_t GetNumPixel() const { return MFADC_CHANNELS; } 58 63 59 64 ClassDef(MMcFadcHeader, 1) //Stores Montecarlo Information
Note:
See TracChangeset
for help on using the changeset viewer.