Ignore:
Timestamp:
02/10/05 10:51:54 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h

    r6336 r6342  
    5858      { fOuterPixelsGainScaling = tf; }
    5959
     60    void SetSignalType (MCalibrateData::SignalType_t x) { fSignalType = x; }
     61    MCalibrateData::SignalType_t GetSignalType () const { return fSignalType; }
     62
    6063    ClassDef(MMcCalibrationUpdate, 0)   // Task which obtains, for MC files, the pedestal mean and rms, and the calibration factor from ADC counts to photons.
    6164};
Note: See TracChangeset for help on using the changeset viewer.