Changeset 17066
- Timestamp:
- 09/03/13 20:19:55 (11 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpedestal/MPedestalCam.cc
r14856 r17066 202 202 // independently if the MPedestalPix is filled with values or not. 203 203 // 204 constInt_t MPedestalCam::GetNumAverageArea() const204 Int_t MPedestalCam::GetNumAverageArea() const 205 205 { 206 206 return fAverageAreas->GetEntriesFast(); … … 212 212 // independently if the MPedestalPix is filled with values or not. 213 213 // 214 constInt_t MPedestalCam::GetNumAverageSector() const214 Int_t MPedestalCam::GetNumAverageSector() const 215 215 { 216 216 return fAverageSectors->GetEntriesFast(); -
trunk/Mars/mraw/MRawRunHeader.cc
r12945 r17066 970 970 } 971 971 972 constChar_t MRawRunHeader::GetRunTypeChar() const972 Char_t MRawRunHeader::GetRunTypeChar() const 973 973 { 974 974 switch (fRunType&0xff)
Note:
See TracChangeset
for help on using the changeset viewer.