CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCPatternLogic.h
Go to the documentation of this file.
1 #ifndef RBCPATTERNLOGIC_H
2 #define RBCPATTERNLOGIC_H 1
3 
4 // Include files
7 
8 #include <iostream>
9 
19 class RBCPatternLogic : public RBCLogic {
20 public:
22  RBCPatternLogic( );
23 
24  virtual ~RBCPatternLogic( );
25 
26  void process(const RBCInput & , std::bitset<2> & );
27 
29 
30  std::bitset<6> * getlayersignal( int _idx ) { return &m_testlayer[_idx];};
31 
32 protected:
33 
34 private:
35 
36  std::bitset<6> m_testlayer[2];
37 
38 };
39 #endif // RBCPATTERNLOGIC_H
std::bitset< 6 > * getlayersignal(int _idx)
void process(const RBCInput &, std::bitset< 2 > &)
RBCPatternLogic()
Standard constructor.
virtual ~RBCPatternLogic()
Destructor.
std::bitset< 6 > m_testlayer[2]
void setBoardSpecs(const RBCBoardSpecs::RBCBoardConfig &)