CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuCSCTFAlignment.h
Go to the documentation of this file.
1 #ifndef L1TObjects_L1MuCSCTFAlignment_h
2 #define L1TObjects_L1MuCSCTFAlignment_h
3 
5 
6 #include <vector>
7 
9 private:
10  std::vector<double> coefficients;
11 
12 public:
15  return *this;
16  }
17 
18  const std::vector<double>& operator()() { return coefficients; }
19 
21  L1MuCSCTFAlignment(const std::vector<double>& cff){ coefficients=cff; }
24  }
26 
28 };
29 
30 #endif
const std::vector< double > & operator()()
std::vector< double > coefficients
L1MuCSCTFAlignment(const L1MuCSCTFAlignment &conf)
L1MuCSCTFAlignment & operator=(const L1MuCSCTFAlignment &conf)
tuple conf
Definition: dbtoconf.py:185
#define COND_SERIALIZABLE
Definition: Serializable.h:37
L1MuCSCTFAlignment(const std::vector< double > &cff)