Ignore:
Timestamp:
01/17/09 14:54:31 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.cc

    r9226 r9227  
    487487}
    488488
     489// --------------------------------------------------------------------------
     490//
     491// Set indices according to the given array. The array must have the same
     492// size as fHiGainPixId
     493//
    489494void MRawEvtData::SetIndices(const MArrayS &idx)
    490495{
     
    495500}
    496501
     502// --------------------------------------------------------------------------
     503//
     504// Set indices according to the length of the array fHiGainPixId
     505// from 0 to n-1
     506//
    497507void MRawEvtData::SetIndices()
    498508{
Note: See TracChangeset for help on using the changeset viewer.