#include #include void test() { gROOT->LoadMacro("./loader.C+"); map strip_map; TString temp = "boo"; float a = 1.0; strip_map[a] = temp; cout << strip_map.find(a)->second << endl; }