Changeset 8582 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 06/19/07 10:35:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MExtractPedestal.cc
r8564 r8582 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.3 2 2007-06-16 21:59:19 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.33 2007-06-19 09:25:39 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 620 620 } 621 621 622 max /= fRunHeader->GetScale(); 623 min /= fRunHeader->GetScale(); 624 622 625 // If the maximum in the high gain window is smaller than 623 // FIXME: Precompiled value!624 626 return max-min<fMaxSignalVar && max<fMaxSignalAbs; 625 627 }
Note:
See TracChangeset
for help on using the changeset viewer.