#include "Util/log.H"
#include <vector>
Go to the source code of this file.
Classes | |
class | SVChanLevels |
Functions | |
std::string | convertToString (const SVChanLevels &val) |
format is "[<float>,<float>..." | |
void | convertFromString (const std::string &str, SVChanLevels &val) |
format is "[<float>,<float>..." |
Class to represent a location in a StrucureModule or Layer.
Definition in file SVChanLevels.H.
void convertFromString | ( | const std::string & | str, | |
SVChanLevels & | val | |||
) |
format is "[<float>,<float>..."
Definition at line 55 of file SVChanLevels.C.
std::string convertToString | ( | const SVChanLevels & | val | ) |
format is "[<float>,<float>..."
Definition at line 42 of file SVChanLevels.C.
References SVChanLevels::getVariance(), and SVChanLevels::numLevels().