#include <L1MuCSCTFAlignment.h>
Public Member Functions | |
L1MuCSCTFAlignment (void) | |
L1MuCSCTFAlignment (const std::vector< double > &cff) | |
L1MuCSCTFAlignment (const L1MuCSCTFAlignment &conf) | |
const std::vector< double > & | operator() () |
L1MuCSCTFAlignment & | operator= (const L1MuCSCTFAlignment &conf) |
~L1MuCSCTFAlignment (void) | |
Private Attributes | |
std::vector< double > | coefficients |
Definition at line 6 of file L1MuCSCTFAlignment.h.
L1MuCSCTFAlignment::L1MuCSCTFAlignment | ( | void | ) | [inline] |
Definition at line 18 of file L1MuCSCTFAlignment.h.
{}
L1MuCSCTFAlignment::L1MuCSCTFAlignment | ( | const std::vector< double > & | cff | ) | [inline] |
L1MuCSCTFAlignment::L1MuCSCTFAlignment | ( | const L1MuCSCTFAlignment & | conf | ) | [inline] |
Definition at line 20 of file L1MuCSCTFAlignment.h.
References coefficients.
{ coefficients = conf.coefficients; }
L1MuCSCTFAlignment::~L1MuCSCTFAlignment | ( | void | ) | [inline] |
Definition at line 23 of file L1MuCSCTFAlignment.h.
{}
const std::vector<double>& L1MuCSCTFAlignment::operator() | ( | ) | [inline] |
Definition at line 16 of file L1MuCSCTFAlignment.h.
References coefficients.
{ return coefficients; }
L1MuCSCTFAlignment& L1MuCSCTFAlignment::operator= | ( | const L1MuCSCTFAlignment & | conf | ) | [inline] |
Definition at line 11 of file L1MuCSCTFAlignment.h.
References coefficients.
{ coefficients = conf.coefficients; return *this; }
std::vector<double> L1MuCSCTFAlignment::coefficients [private] |
Definition at line 8 of file L1MuCSCTFAlignment.h.
Referenced by L1MuCSCTFAlignment(), operator()(), and operator=().