Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <algorithm>
#include <functional>
#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Garfield |
Functions | |
void | Garfield::ltrim (std::string &line) |
void | Garfield::rtrim (std::string &line) |
std::vector< std::string > | Garfield::tokenize (const std::string &line) |
bool | Garfield::startsWith (const std::string &line, const std::string &s) |