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

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

+ Collaboration diagram for ActsExamples::Options::VariableReals:

Public Attributes

std::vector< doublevalues
 

Detailed Description

An arbitrary number of revaluesal as one user option.

Note
Making this a 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

Member Data Documentation

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>>().


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