92 string ghepstr =
ghep.str();
96 string delim = string(
"\n");
97 while(ghepstr.find_first_of(delim) < ghepstr.length()) {
99 ghepstr.substr(0, ghepstr.find_first_of(delim)) );
100 ghepstr = ghepstr.substr(
101 ghepstr.find_first_of(delim)+1, ghepstr.length());
103 lines.push_back(ghepstr);
106 vector<string>::iterator line_iter;
107 for(line_iter = lines.begin(); line_iter != lines.end(); ++line_iter) {
108 fGTxt->AddLine( line_iter->c_str() );
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE,...
STDHEP-like event record entry that can fit a particle or a nucleus.