Changeset 7066 for trunk/MagicSoft/Mars/mhflux/MAlphaFitter.h
- Timestamp:
- 05/19/05 16:16:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MAlphaFitter.h
r7064 r7066 21 21 public: 22 22 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 29 30 }; 30 31 enum Strategy_t {
Note:
See TracChangeset
for help on using the changeset viewer.