CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
HtrXmlPatternToolParameters Class Reference

#include <HtrXmlPatternToolParameters.h>

Public Member Functions

 HtrXmlPatternToolParameters ()
 
void Print ()
 
 ~HtrXmlPatternToolParameters ()
 

Public Attributes

std::string m_file_tag
 
std::string m_output_directory
 
int m_presamples_per_event
 
int m_samples_per_event
 
bool m_show_errors
 
std::string m_user_output_directory
 
int m_XML_file_mode
 

Detailed Description

Definition at line 6 of file HtrXmlPatternToolParameters.h.

Constructor & Destructor Documentation

HtrXmlPatternToolParameters::HtrXmlPatternToolParameters ( )

Definition at line 4 of file HtrXmlPatternToolParameters.cc.

4  {
5 }
HtrXmlPatternToolParameters::~HtrXmlPatternToolParameters ( )

Definition at line 7 of file HtrXmlPatternToolParameters.cc.

7  {
8 }

Member Function Documentation

void HtrXmlPatternToolParameters::Print ( void  )

Definition at line 10 of file HtrXmlPatternToolParameters.cc.

References gather_cfg::cout, m_file_tag, m_output_directory, m_presamples_per_event, m_samples_per_event, m_show_errors, m_user_output_directory, and m_XML_file_mode.

10  {
11  using namespace std;
12  cout << "show_errors = " << m_show_errors << endl;
13  cout << "presamples_per_event = " << m_presamples_per_event << endl;
14  cout << "samples_per_event = " << m_samples_per_event << endl;
15  cout << "XML_file_mode = " << m_XML_file_mode << endl;
16  cout << "file_tag = " << m_file_tag << endl;
17  cout << "user_output_directory = " << m_user_output_directory << endl;
18  cout << "output_directory = " << m_output_directory << endl;
19 }
tuple cout
Definition: gather_cfg.py:121

Member Data Documentation

std::string HtrXmlPatternToolParameters::m_file_tag
std::string HtrXmlPatternToolParameters::m_output_directory
int HtrXmlPatternToolParameters::m_presamples_per_event

Definition at line 13 of file HtrXmlPatternToolParameters.h.

Referenced by ChannelPattern::Fill(), and Print().

int HtrXmlPatternToolParameters::m_samples_per_event

Definition at line 14 of file HtrXmlPatternToolParameters.h.

Referenced by ChannelPattern::Fill(), and Print().

bool HtrXmlPatternToolParameters::m_show_errors
std::string HtrXmlPatternToolParameters::m_user_output_directory

Definition at line 18 of file HtrXmlPatternToolParameters.h.

Referenced by Print().

int HtrXmlPatternToolParameters::m_XML_file_mode