CMS 3D CMS Logo

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 };
27 
28 #endif
const std::vector< double > & operator()()
std::vector< double > coefficients
L1MuCSCTFAlignment(const L1MuCSCTFAlignment &conf)
L1MuCSCTFAlignment & operator=(const L1MuCSCTFAlignment &conf)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
L1MuCSCTFAlignment(const std::vector< double > &cff)