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 Member Functions | Private Attributes | Friends
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 Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::vector< double > coefficients
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 8 of file L1MuCSCTFAlignment.h.

Constructor & Destructor Documentation

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( void  )
inline

Definition at line 20 of file L1MuCSCTFAlignment.h.

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

Definition at line 21 of file L1MuCSCTFAlignment.h.

References coefficients.

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

Definition at line 22 of file L1MuCSCTFAlignment.h.

References coefficients.

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

Definition at line 25 of file L1MuCSCTFAlignment.h.

25 {}

Member Function Documentation

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

Definition at line 18 of file L1MuCSCTFAlignment.h.

References coefficients.

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

Definition at line 13 of file L1MuCSCTFAlignment.h.

References coefficients.

13  {
15  return *this;
16  }
std::vector< double > coefficients
template<class Archive >
void L1MuCSCTFAlignment::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 27 of file L1MuCSCTFAlignment.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 27 of file L1MuCSCTFAlignment.h.

Member Data Documentation

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

Definition at line 10 of file L1MuCSCTFAlignment.h.

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