CMS 3D CMS Logo

HtrXmlPattern.h
Go to the documentation of this file.
1 #ifndef HtrXmlPattern_h_included
2 #define HtrXmlPattern_h_included 1
3 
4 // system include files
5 #include <memory>
6 
7 // default include files
10 
13 
16 
17 //additional include files
18 #include "HtrXmlPatternTool.h"
20 
22 public:
23  explicit HtrXmlPattern(const edm::ParameterSet &);
24  ~HtrXmlPattern() override;
25 
26 private:
27  void analyze(const edm::Event &, const edm::EventSetup &) override;
28  void endJob() override;
29  virtual void do_hand_fill(const HcalElectronicsMap *);
35  bool m_filled;
37 };
38 
39 #endif
HtrXmlPatternToolParameters * m_toolparameters
Definition: HtrXmlPattern.h:31
~HtrXmlPattern() override
void endJob() override
HtrXmlPattern(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
int m_hand_pattern_number
Definition: HtrXmlPattern.h:33
bool m_write_root_file
Definition: HtrXmlPattern.h:36
virtual void do_hand_fill(const HcalElectronicsMap *)
HtrXmlPatternTool * m_tool
Definition: HtrXmlPattern.h:30