npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
MinSearchStatus1D.hh
Go to the documentation of this file.
1 #ifndef NPSTAT_MINSEARCHSTATUS1D_HH_
2 #define NPSTAT_MINSEARCHSTATUS1D_HH_
3 
4 /*!
5 // \file MinSearchStatus1D.hh
6 //
7 // \brief Summary status of a search for a function minimum of a 1-d interval
8 //
9 // Author: I. Volobouev
10 //
11 // May 2014
12 */
13 
14 namespace npstat {
15  enum MinSearchStatus1D {
16  MIN_SEARCH_OK = 0,
17  MIN_ON_LEFT_EDGE,
18  MIN_ON_RIGHT_EDGE,
19  MIN_SEARCH_FAILED
20  };
21 }
22 
23 #endif // NPSTAT_MINSEARCHSTATUS1D_HH_
Definition: AbsArrayProjector.hh:14