|
map< string, string > | set |
|
Definition at line 3765 of file TRTCalib_makeplots.cxx.
◆ SettingsInfo()
SettingsInfo::SettingsInfo |
( |
char * |
filename | ) |
|
Definition at line 3774 of file TRTCalib_makeplots.cxx.
3779 TPaveText *
pt =
new TPaveText(.1, .1, 0.9, 0.9);
3780 pt->SetTextAlign(11);
3783 pt->SetLabel(Form(
"TRT calibration Main Settings"));
3787 if (myfile.is_open())
3789 while (!myfile.eof())
3791 getline(myfile,
line);
3792 auto notfirst = [&
line](
const std::string & sub)->
bool{
3793 return line.find(sub)!=0;
3795 if (notfirst(
"#") && notfirst(
"Clean") && notfirst(
"Submit") && notfirst(
"Relink") && notfirst(
"JobPrefix") && notfirst(
"Tag") && notfirst(
"WWW"))
3797 int space =
line.find_first_of(
" ");
3805 for (
const auto & [txt1,txt2]:
set)
3807 pt->AddText((
string(txt1 +
" . . . . . . . . . . . . " + txt2)).c_str());
3812 throw(
string(
"config file not found: ") +
string(
filename));
◆ set
map<string, string> SettingsInfo::set |
The documentation for this class was generated from the following file: