Changeset 9227 for trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
- Timestamp:
- 01/17/09 14:54:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r9226 r9227 487 487 } 488 488 489 // -------------------------------------------------------------------------- 490 // 491 // Set indices according to the given array. The array must have the same 492 // size as fHiGainPixId 493 // 489 494 void MRawEvtData::SetIndices(const MArrayS &idx) 490 495 { … … 495 500 } 496 501 502 // -------------------------------------------------------------------------- 503 // 504 // Set indices according to the length of the array fHiGainPixId 505 // from 0 to n-1 506 // 497 507 void MRawEvtData::SetIndices() 498 508 {
Note:
See TracChangeset
for help on using the changeset viewer.