Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Options::Interval Struct Reference

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Options.hpp>

Public Attributes

std::optional< doublelower
 
std::optional< doubleupper
 

Detailed Description

Half open [lower,upper) interval type for a single user option.

A missing limit represents an unbounded upper or lower limit. With just one defined limit the interval is just a lower/upper bound; with both limits undefined, the interval is unbounded everywhere and thus contains all possible values.

Definition at line 37 of file Options.hpp.

View newest version in sPHENIX GitHub at line 37 of file Options.hpp

Member Data Documentation

std::optional<double> ActsExamples::Options::Interval::lower
std::optional<double> ActsExamples::Options::Interval::upper

The documentation for this struct was generated from the following file: