CMS 3D CMS Logo

HtrXmlPatternTool.h
Go to the documentation of this file.
1 #ifndef HtrXmlPatternTool_h_included
2 #define HtrXmlPatternTool_h_included 1
3 
5 #include "HtrXmlPatternSet.h"
7 #include "HtrXmlPatternWriter.h"
8 
10 public:
16  void prepareDirs();
17  void createHists();
18  void writeXML();
20 
21 private:
25 };
26 
27 #endif
HtrXmlPatternTool
Definition: HtrXmlPatternTool.h:9
edm::SortedCollection::const_iterator
std::vector< T >::const_iterator const_iterator
Definition: SortedCollection.h:80
HtrXmlPatternTool::createHists
void createHists()
Definition: HtrXmlPatternTool.cc:194
HtrXmlPatternTool::m_params
HtrXmlPatternToolParameters * m_params
Definition: HtrXmlPatternTool.h:23
HtrXmlPatternToolParameters.h
HtrXmlPatternTool::writeXML
void writeXML()
Definition: HtrXmlPatternTool.cc:112
HtrXmlPatternTool::m_xmlWriter
HtrXmlPatternWriter m_xmlWriter
Definition: HtrXmlPatternTool.h:24
HtrXmlPatternSet
Definition: HtrXmlPatternSet.h:72
HcalElectronicsId
Readout chain identification for Hcal.
Definition: HcalElectronicsId.h:32
HtrXmlPatternTool::prepareDirs
void prepareDirs()
Definition: HtrXmlPatternTool.cc:110
HtrXmlPatternTool::HtrXmlPatternTool
HtrXmlPatternTool(HtrXmlPatternToolParameters *m_params)
Definition: HtrXmlPatternTool.cc:11
HtrXmlPatternSet.h
HtrXmlPatternTool::GetPatternSet
HtrXmlPatternSet * GetPatternSet()
Definition: HtrXmlPatternTool.h:19
HtrXmlPatternTool::Fill
void Fill(const HcalElectronicsId HEID, HBHEDigiCollection::const_iterator data)
Definition: HtrXmlPatternTool.cc:41
HcalElectronicsId.h
HtrXmlPatternWriter.h
HtrXmlPatternTool::m_patternSet
HtrXmlPatternSet * m_patternSet
Definition: HtrXmlPatternTool.h:22
HtrXmlPatternTool::~HtrXmlPatternTool
~HtrXmlPatternTool()
Definition: HtrXmlPatternTool.cc:39
data
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
HtrXmlPatternToolParameters
Definition: HtrXmlPatternToolParameters.h:6
HtrXmlPatternWriter
Definition: HtrXmlPatternWriter.h:7