![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Options.hpp>
Collaboration diagram for ActsExamples::Options::VariableReals:Public Attributes | |
| std::vector< double > | values |
An arbitrary number of revaluesal as one user option.
std::vector<double> typedef or subclass confuses program options, since std::vector<double> is interpreted as a double option that can be provided multiple times. Definition at line 54 of file Options.hpp.
View newest version in sPHENIX GitHub at line 54 of file Options.hpp
| std::vector<double> ActsExamples::Options::VariableReals::values |
Definition at line 55 of file Options.hpp.
View newest version in sPHENIX GitHub at line 55 of file Options.hpp
Referenced by ActsExamples::Options::operator<<(), and ActsExamples::Options::operator>>().