![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <iosfwd>#include <optional>#include <string>#include <utility>#include <vector>
Include dependency graph for Options.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | FW::Options::Interval |
Namespaces | |
| namespace | FW |
| namespace | FW::Options |
Typedefs | |
| using | read_series = std::vector< int > |
| using | read_range = std::vector< double > |
| using | read_strings = std::vector< std::string > |
Functions | |
| std::istream & | FW::Options::operator>> (std::istream &is, Interval &interval) |
| std::ostream & | FW::Options::operator<< (std::ostream &os, const Interval &interval) |
Print an interval as lower:upper. | |
| std::ostream & | std::operator<< (std::ostream &os, const read_series &vec) |
| using read_range = std::vector<double> |
Definition at line 51 of file Options.hpp.
View newest version in sPHENIX GitHub at line 51 of file Options.hpp
| using read_series = std::vector<int> |
Definition at line 50 of file Options.hpp.
View newest version in sPHENIX GitHub at line 50 of file Options.hpp
| using read_strings = std::vector<std::string> |
Definition at line 52 of file Options.hpp.
View newest version in sPHENIX GitHub at line 52 of file Options.hpp