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 
4 #include <vector>
5 
7 private:
8  std::vector<double> coefficients;
9 
10 public:
13  return *this;
14  }
15 
16  const std::vector<double>& operator()() { return coefficients; }
17 
19  L1MuCSCTFAlignment(const std::vector<double>& cff){ coefficients=cff; }
22  }
24 };
25 
26 #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
L1MuCSCTFAlignment(const std::vector< double > &cff)