CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/IORawData/CaloPatterns/src/HtrXmlPatternToolParameters.h

Go to the documentation of this file.
00001 #ifndef HtrXmlPatternToolParameters_h_included
00002 #define HtrXmlPatternToolParameters_h_included 1
00003 
00004 #include <iostream>
00005 
00006 class HtrXmlPatternToolParameters {
00007 public:
00008   HtrXmlPatternToolParameters();
00009   ~HtrXmlPatternToolParameters();
00010   void Print();
00011 
00012   bool         m_show_errors;
00013   int          m_presamples_per_event;
00014   int          m_samples_per_event;
00015 
00016   int          m_XML_file_mode;
00017   std::string  m_file_tag;
00018   std::string  m_user_output_directory;
00019   std::string  m_output_directory;
00020 protected:
00021 private:
00022 };
00023 
00024 #endif