13 #ifndef ALI_MP_HELPER_H
14 #define ALI_MP_HELPER_H
30 static void DecodeName(
const char* manus,
char sep, TArrayI& theList);
32 static void GetRange(
const char* str, Int_t& begin, Int_t& end,
33 Int_t& incr, Int_t& n);
35 static TString
Normalize(
const char* line);
37 static TMap*
Decode(
const TString& s);
39 static Bool_t
Decode(
const TMap& m,
const TString& key, TString& value);
Helper class to parse slat mapping ascii files.
static TString Normalize(const char *line)
static void GetRange(const char *str, Int_t &begin, Int_t &end, Int_t &incr, Int_t &n)
static TMap * Decode(const TString &s)
static void DecodeName(const char *manus, char sep, TArrayI &theList)