Changeset 859 for trunk/MagicSoft/include-Classes
- Timestamp:
- 07/06/01 14:48:54 (23 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
r847 r859 60 60 Float_t GetPedestalRms(UInt_t i) const { return fElecNoise[i]; } 61 61 62 constUInt_t GetNumPixel() const { return MFADC_CHANNELS; }62 UInt_t GetNumPixel() const { return MFADC_CHANNELS; } 63 63 64 64 ClassDef(MMcFadcHeader, 1) //Stores Montecarlo Information describing the FADC behaviour -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r847 r859 62 62 } 63 63 64 Int_t GetFirstLevel() {64 Int_t GetFirstLevel() const { 65 65 return ( fNumFirstLevel ); 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.