npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
BoundaryInclusion.hh
Go to the documentation of this file.
1 #ifndef NPSTAT_BOUNDARYINCLUSION_HH_
2 #define NPSTAT_BOUNDARYINCLUSION_HH_
3 
4 /*!
5 // \file BoundaryInclusion.hh
6 //
7 // \brief Enumeration of possible boundary inclusions for an interval
8 //
9 // Author: I. Volobouev
10 //
11 // September 2022
12 */
13 
14 namespace npstat {
15  enum BoundaryInclusion
16  {
17  INCLUDE_LEFT_BOUNDARY = 0,
18  INCLUDE_RIGHT_BOUNDARY,
19  INCLUDE_BOTH_BOUNDARIES,
20  INCLUDE_NO_BOUNDARIES
21  };
22 }
23 
24 #endif // NPSTAT_BOUNDARYINCLUSION_HH_
Definition: AbsArrayProjector.hh:14