21 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTLUTHelpers_h
22 #define L1TriggerGlobalMuonTrigger_L1MuGMTLUTHelpers_h
54 while( (
j=input.find(sep,i))!=std::string::npos) {
55 push_back(input.substr(i,
j-i));
58 push_back(input.substr(i));
63 static int replace(std::string&
input,
const std::string& gone,
const std::string& it,
bool multiple);
65 static std::string
upperCase(
const std::string&
s);
67 static std::string
lowerCase(
const std::string&
s);
L1MuGMTLUTHelpers()
constructor
virtual ~L1MuGMTLUTHelpers()
destructor
Tokenizer(const std::string &sep, const std::string &input)
static std::string lowerCase(const std::string &s)
static std::string upperCase(const std::string &s)
static int replace(std::string &input, const std::string &gone, const std::string &it, bool multiple)