Changeset 2730 for trunk


Ignore:
Timestamp:
12/20/03 16:35:16 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2729 r2730  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/20: Abelardo Moralejo
     7
     8   * mmc/MMcFadcHeader.hxx
     9     - added getter function for fAmplitudOuter.
    610
    711 2003/12/20: Thomas Bretz
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx

    r2434 r2730  
    8282  Float_t GetDigitalNoise(UInt_t i) const { return fElecNoise[i]; }
    8383  Float_t GetAmplitud() const { return fAmplFadc; }
     84  Float_t GetAmplitudOuter() const { return fAmplFadcOuter; }
    8485
    8586  UInt_t GetNumPixel() const { return MFADC_CHANNELS; }
Note: See TracChangeset for help on using the changeset viewer.