CMS 3D CMS Logo

HtrXmlPatternWriter.h
Go to the documentation of this file.
1 #ifndef HtrXmlPatternWriter_h_included
2 #define HtrXmlPatternWriter_h_included 1
3 
4 #include "HtrXmlPatternSet.h"
5 #include <ostream>
6 
8 public:
10  void setTagName(std::string tn) { m_tagName = tn; }
11  void writePattern(HalfHtrData* spigotData, int fiber, std::ostream& os, int level = 0);
12 
13 private:
14  void packWordsStd(int adc0, int adc1, int adc2, int capid, unsigned int& w1, unsigned int& w2);
16 };
17 
18 #endif
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition: inclppp.h:1
void packWordsStd(int adc0, int adc1, int adc2, int capid, unsigned int &w1, unsigned int &w2)
void setTagName(std::string tn)
weight_default_t w1[2000]
Definition: w1.h:9
void writePattern(HalfHtrData *spigotData, int fiber, std::ostream &os, int level=0)