Go to the source code of this file.
|
| | marlin |
| | Simple event selector processor.
|
| |
|
| void | marlin::toStream (std::ostream &s, int i, int N) |
| | Helper function for printing parameter vectors. More...
|
| |
| void | marlin::toStream (std::ostream &s, float f, int N) |
| |
| void | marlin::toStream (std::ostream &s, double d, int N) |
| |
| void | marlin::toStream (std::ostream &s, const std::string &str, int N) |
| |
| void | marlin::toStream (std::ostream &s, bool b, int N) |
| |
| template<> |
| void | marlin::setProcessorParameter< int > (ProcessorParameter_t< int > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< float > (ProcessorParameter_t< float > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< double > (ProcessorParameter_t< double > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< std::string > (ProcessorParameter_t< std::string > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< IntVec > (ProcessorParameter_t< IntVec > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< FloatVec > (ProcessorParameter_t< FloatVec > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< StringVec > (ProcessorParameter_t< StringVec > *procParam, StringParameters *params) |
| |
| template<> |
| void | marlin::setProcessorParameter< bool > (ProcessorParameter_t< bool > *procParam, StringParameters *params) |
| |