Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Options.hpp>
Public Attributes | |
std::optional< double > | lower |
std::optional< double > | upper |
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
std::optional<double> ActsExamples::Options::Interval::lower |
Definition at line 38 of file Options.hpp.
View newest version in sPHENIX GitHub at line 38 of file Options.hpp
Referenced by Acts::Python::addDetector(), ActsExamples::Options::from_json(), ActsExamples::Options::operator<<(), ActsExamples::Options::operator>>(), and ActsExamples::Options::to_json().
std::optional<double> ActsExamples::Options::Interval::upper |
Definition at line 39 of file Options.hpp.
View newest version in sPHENIX GitHub at line 39 of file Options.hpp
Referenced by Acts::Python::addDetector(), ActsExamples::Options::from_json(), ActsExamples::Options::operator<<(), ActsExamples::Options::operator>>(), and ActsExamples::Options::to_json().