27 :
module_(moduleLabel), data_(dataLabel) {}
31 std::vector<std::string> tokens =
tokenize(iEncodedValue,
":");
32 int nwords = tokens.size();
35 <<
"ESInputTag " << iEncodedValue <<
" has " << nwords <<
" tokens but only up two 2 are allowed.";
54 result += separator +
data_;
61 os <<
"Module label: " << tag.
module() <<
" Data label: " << tag.
data();
static const char module_[]
static std::string const separator(":")
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
std::vector< std::string > tokenize(std::string const &input, std::string const &separator)
breaks the input string into tokens, delimited by the separator