CMS 3D CMS Logo

L1MuCSCTFAlignment Class Reference

#include <CondFormats/L1TObjects/interface/L1MuCSCTFAlignment.h>

List of all members.

Public Member Functions

 L1MuCSCTFAlignment (const L1MuCSCTFAlignment &conf)
 L1MuCSCTFAlignment (std::vector< double > cff)
 L1MuCSCTFAlignment (void)
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.

00018 {}

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( std::vector< double >  cff  )  [inline]

Definition at line 19 of file L1MuCSCTFAlignment.h.

References coefficients.

00019 { coefficients=cff; }

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( const L1MuCSCTFAlignment conf  )  [inline]

Definition at line 20 of file L1MuCSCTFAlignment.h.

References coefficients.

00020                                                           {
00021                 coefficients = conf.coefficients;
00022         }

L1MuCSCTFAlignment::~L1MuCSCTFAlignment ( void   )  [inline]

Definition at line 23 of file L1MuCSCTFAlignment.h.

00023 {}


Member Function Documentation

std::vector<double> L1MuCSCTFAlignment::operator() (  )  [inline]

Definition at line 16 of file L1MuCSCTFAlignment.h.

References coefficients.

00016 { return coefficients; }

L1MuCSCTFAlignment& L1MuCSCTFAlignment::operator= ( const L1MuCSCTFAlignment conf  )  [inline]

Definition at line 11 of file L1MuCSCTFAlignment.h.

References coefficients.

00011                                                                      {
00012                 coefficients = conf.coefficients;
00013                 return *this;
00014         }


Member Data Documentation

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

Definition at line 8 of file L1MuCSCTFAlignment.h.

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


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:26:47 2009 for CMSSW by  doxygen 1.5.4