19 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTLUTHelpers_h 20 #define L1TriggerGlobalMuonTrigger_L1MuGMTLUTHelpers_h 52 while( (j=input.find(sep,i))!=std::string::npos) {
53 push_back(input.substr(i,j-i));
56 push_back(input.substr(i));
L1MuGMTLUTHelpers()
constructor
virtual ~L1MuGMTLUTHelpers()
destructor
static std::string const input
Tokenizer(const std::string &sep, const std::string &input)
static int replace(std::string &input, const std::string &gone, const std::string &it, bool multiple)