19 cout <<
indent <<
"Muctpi: " << endl;
20 cout <<
indent <<
"\tlvl1 master table id: " << lvl1MasterTableId() << endl;
22 cout <<
indent <<
"\tlow pt threshold: " << m_LowptThreshold << endl;
23 cout <<
indent <<
"\thigh pt threshold: " << m_HighptThreshold << endl;
24 cout <<
indent <<
"\tmaximal cadidates: " << m_MaxCand << endl;
29 indent(xmlfile, indentLevel, indentWidth) <<
"<MuctpiInfo name=\"" <<
name()
30 <<
"\" low_pt=\"" << m_LowptThreshold
31 <<
"\" high_pt=\"" << m_HighptThreshold
32 <<
"\" max_cand=\"" << m_MaxCand <<
"\"/>" << endl;