24 std::stringstream
ss(
line);
26 std::vector<std::string>
fields;
27 while (getline(
ss, field, delim)) {
T getParameter(std::string const &) const
virtual ~SLHAReaderBase()
static std::vector< std::string > splitline(const std::string &line, char delim)
SLHAReaderBase(const edm::ParameterSet &conf)
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)