Changeset 14204


Ignore:
Timestamp:
06/21/12 18:37:20 (12 years ago)
Author:
tbretz
Message:
Added default argument to GetSamples.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mpedestal/MPedestalSubtractedEvt.h

    r12925 r14204  
    3636    void InitSamples(UInt_t samples, UInt_t pixels=0);
    3737
    38     Float_t   *GetSamples(UInt_t pixel) const;
    39     USample_t *GetSamplesRaw(UInt_t pixel) const;
     38    Float_t   *GetSamples(UInt_t pixel=0) const;
     39    USample_t *GetSamplesRaw(UInt_t pixel=0) const;
    4040
    4141    UInt_t   GetNumSamples() const { return fNumSamples; }
Note: See TracChangeset for help on using the changeset viewer.