CMS 3D CMS Logo

HtrXmlPatternToolParameters.cc
Go to the documentation of this file.
2 #include <iostream>
3 
5 
7 
9  using namespace std;
10  cout << "show_errors = " << m_show_errors << endl;
11  cout << "presamples_per_event = " << m_presamples_per_event << endl;
12  cout << "samples_per_event = " << m_samples_per_event << endl;
13  cout << "XML_file_mode = " << m_XML_file_mode << endl;
14  cout << "file_tag = " << m_file_tag << endl;
15  cout << "user_output_directory = " << m_user_output_directory << endl;
16  cout << "output_directory = " << m_output_directory << endl;
17 }