Changeset 3881 for trunk/MagicSoft


Ignore:
Timestamp:
04/29/04 13:50:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r3880 r3881  
    102102// The PreProcess searches for the following input containers:
    103103//  - MRawEvtData
     104//  - MRawRunHeader
    104105//  - MPedestalCam
    105106//
     
    145146}
    146147
     148// --------------------------------------------------------------------------
     149//
     150// The ReInit searches for:
     151// -  MRawRunHeader::GetNumSamplesHiGain()
     152// -  MRawRunHeader::GetNumSamplesLoGain()
     153//
     154// In case that the variables fHiGainLast and fLoGainLast are smaller than
     155// the even part of the number of samples obtained from the run header, a
     156// warning is given an the range is set back accordingly. A call to: 
     157// - SetRange(fHiGainFirst, fHiGainLast-diff, fLoGainFirst, fLoGainLast) or
     158// - SetRange(fHiGainFirst, fHiGainLast, fLoGainFirst, fLoGainLast-diff)
     159// is performed in that case. The variable diff means here the difference
     160// between the requested range (fHiGainLast) and the available one. Note that
     161// the functions SetRange() are mostly overloaded and perform more checks,
     162// modifying the ranges again, if necessary.
     163//
    147164Bool_t MExtractor::ReInit(MParList *pList)
    148165{
Note: See TracChangeset for help on using the changeset viewer.