CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
L1MuCSCTFAlignment Class Reference

#include <L1MuCSCTFAlignment.h>

Public Member Functions

 L1MuCSCTFAlignment (void)
 
 L1MuCSCTFAlignment (const std::vector< double > &cff)
 
 L1MuCSCTFAlignment (const L1MuCSCTFAlignment &conf)
 
const std::vector< double > & operator() ()
 
L1MuCSCTFAlignmentoperator= (const L1MuCSCTFAlignment &conf)
 
 ~L1MuCSCTFAlignment (void)
 

Private Attributes

std::vector< double > coefficients
 

Detailed Description

Definition at line 6 of file L1MuCSCTFAlignment.h.

Constructor & Destructor Documentation

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( void  )
inline

Definition at line 18 of file L1MuCSCTFAlignment.h.

18 {}
L1MuCSCTFAlignment::L1MuCSCTFAlignment ( const std::vector< double > &  cff)
inline

Definition at line 19 of file L1MuCSCTFAlignment.h.

References coefficients.

19 { coefficients=cff; }
std::vector< double > coefficients
L1MuCSCTFAlignment::L1MuCSCTFAlignment ( const L1MuCSCTFAlignment conf)
inline

Definition at line 20 of file L1MuCSCTFAlignment.h.

References coefficients.

20  {
22  }
std::vector< double > coefficients
L1MuCSCTFAlignment::~L1MuCSCTFAlignment ( void  )
inline

Definition at line 23 of file L1MuCSCTFAlignment.h.

23 {}

Member Function Documentation

const std::vector<double>& L1MuCSCTFAlignment::operator() ( )
inline

Definition at line 16 of file L1MuCSCTFAlignment.h.

References coefficients.

16 { return coefficients; }
std::vector< double > coefficients
L1MuCSCTFAlignment& L1MuCSCTFAlignment::operator= ( const L1MuCSCTFAlignment conf)
inline

Definition at line 11 of file L1MuCSCTFAlignment.h.

References coefficients.

11  {
13  return *this;
14  }
std::vector< double > coefficients

Member Data Documentation

std::vector<double> L1MuCSCTFAlignment::coefficients
private

Definition at line 8 of file L1MuCSCTFAlignment.h.

Referenced by L1MuCSCTFAlignment(), operator()(), and operator=().