IORawData
CaloPatterns
src
HtrXmlPatternTool.h
Go to the documentation of this file.
1
#ifndef HtrXmlPatternTool_h_included
2
#define HtrXmlPatternTool_h_included 1
3
4
#include "
DataFormats/HcalDetId/interface/HcalElectronicsId.h
"
5
#include "
HtrXmlPatternSet.h
"
6
#include "
HtrXmlPatternToolParameters.h
"
7
#include "
HtrXmlPatternWriter.h
"
8
9
class
HtrXmlPatternTool
{
10
public
:
11
HtrXmlPatternTool
(
HtrXmlPatternToolParameters
*
m_params
);
12
~HtrXmlPatternTool
();
13
void
Fill
(
const
HcalElectronicsId
HEID,
HBHEDigiCollection::const_iterator
data
);
14
void
Fill
(
const
HcalElectronicsId
HEID,
HFDigiCollection::const_iterator
data
);
15
void
Fill
(
const
HcalElectronicsId
HEID,
HODigiCollection::const_iterator
data
);
16
void
prepareDirs
();
17
void
createHists
();
18
void
writeXML
();
19
HtrXmlPatternSet
*
GetPatternSet
() {
return
m_patternSet
; }
20
21
private
:
22
HtrXmlPatternSet
*
m_patternSet
;
23
HtrXmlPatternToolParameters
*
m_params
;
24
HtrXmlPatternWriter
m_xmlWriter
;
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
Generated for CMSSW Reference Manual by
1.8.16