Ignore:
Timestamp:
05/19/05 16:16:51 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MAlphaFitter.h

    r7064 r7066  
    2121public:
    2222    enum ScaleMode_t {
    23         kNone,
    24         kEntries,
    25         kIntegral,
    26         kOffRegion,
    27         kLeastSquare,
    28         kUserScale
     23        kNone,         // No scaling
     24        kEntries,      // scale by the number of entries in on and off
     25        kIntegral,     // scale by the integral in on and off
     26        kOffRegion,    // scale by the integral between fScaleMin, fScaleMax in on and off
     27        kBackground,   // scale by the integral between fBgMin, fBgMax in on and off
     28        kLeastSquare,  // not yet implemented
     29        kUserScale     // scale by fixed factor set by SetScaleUser
    2930    };
    3031    enum Strategy_t {
Note: See TracChangeset for help on using the changeset viewer.