CMS 3D CMS Logo

L1MuCSCTFConfiguration.h
Go to the documentation of this file.
1 #ifndef L1TObjects_L1MuCSCTFConfiguration_h
2 #define L1TObjects_L1MuCSCTFConfiguration_h
3 
5 
6 #include <string>
8 
10 private:
12 
13 public:
14  const std::string* configAsText(void) const throw() { return registers; }
15 
16  edm::ParameterSet parameters(int sp) const;
17 
19  for (int sp = 0; sp < 12; sp++)
20  registers[sp] = conf.registers[sp];
21  return *this;
22  }
23 
26  for (int sp = 0; sp < 12; sp++)
27  registers[sp] = regs[sp];
28  }
30  for (int sp = 0; sp < 12; sp++)
31  registers[sp] = conf.registers[sp];
32  }
34 
36  void print(std::ostream&) const;
37 
39 };
40 
41 #endif
const std::string * configAsText(void) const
edm::ParameterSet parameters(int sp) const
L1MuCSCTFConfiguration & operator=(const L1MuCSCTFConfiguration &conf)
void print(std::ostream &) const
print all the L1 CSCTF Configuration Parameters
L1MuCSCTFConfiguration(const L1MuCSCTFConfiguration &conf)
#define COND_SERIALIZABLE
Definition: Serializable.h:38
L1MuCSCTFConfiguration(std::string regs[12])