Changeset 14204
- Timestamp:
- 06/21/12 18:37:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpedestal/MPedestalSubtractedEvt.h
r12925 r14204 36 36 void InitSamples(UInt_t samples, UInt_t pixels=0); 37 37 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; 40 40 41 41 UInt_t GetNumSamples() const { return fNumSamples; }
Note:
See TracChangeset
for help on using the changeset viewer.