CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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() {
15  return registers;
16  }
17 
18  edm::ParameterSet parameters(int sp) const ;
19 
21  for(int sp=0;sp<12;sp++) registers[sp] = conf.registers[sp];
22  return *this;
23  }
24 
26  L1MuCSCTFConfiguration(std::string regs[12]){ for(int sp=0;sp<12;sp++) registers[sp]=regs[sp]; }
28  for(int sp=0;sp<12;sp++) registers[sp] = conf.registers[sp];
29  }
31 
33  void print(std::ostream&) const;
34 
36 };
37 
38 #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)
tuple conf
Definition: dbtoconf.py:185
#define COND_SERIALIZABLE
Definition: Serializable.h:37
L1MuCSCTFConfiguration(std::string regs[12])