Changeset 5464 for trunk/MagicSoft/Mars/mpedestal/MPedestalPix.cc
- Timestamp:
- 11/24/04 16:08:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedestalPix.cc
r4556 r5464 87 87 } 88 88 89 // -------------------------------------------------------------------------- 90 // 91 // Copy 'constructor' 92 // 93 void MPedestalPix::Copy(TObject &object) const 94 { 95 96 MPedestalPix &pix = (MPedestalPix&)object; 97 98 pix.fPedestal = fPedestal ; 99 pix.fPedestalRms = fPedestalRms ; 100 pix.fPedestalABoffset = fPedestalABoffset ; 101 } 102 89 103 // ------------------------------------------------------------------------ 90 104 //
Note:
See TracChangeset
for help on using the changeset viewer.