CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
L1MuCSCTFAlignment Class Reference

#include <L1MuCSCTFAlignment.h>

Public Member Functions

 L1MuCSCTFAlignment (const L1MuCSCTFAlignment &conf)
 
 L1MuCSCTFAlignment (const std::vector< double > &cff)
 
 L1MuCSCTFAlignment (void)
 
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() [1/3]

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( void  )
inline

Definition at line 20 of file L1MuCSCTFAlignment.h.

20 {}

◆ L1MuCSCTFAlignment() [2/3]

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

Definition at line 21 of file L1MuCSCTFAlignment.h.

21 { coefficients = cff; }

References coefficients.

◆ L1MuCSCTFAlignment() [3/3]

L1MuCSCTFAlignment::L1MuCSCTFAlignment ( const L1MuCSCTFAlignment conf)
inline

Definition at line 22 of file L1MuCSCTFAlignment.h.

22 { coefficients = conf.coefficients; }

References coefficients.

◆ ~L1MuCSCTFAlignment()

L1MuCSCTFAlignment::~L1MuCSCTFAlignment ( void  )
inline

Definition at line 23 of file L1MuCSCTFAlignment.h.

23 {}

Member Function Documentation

◆ operator()()

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

Definition at line 18 of file L1MuCSCTFAlignment.h.

18 { return coefficients; }

References coefficients.

◆ operator=()

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

Definition at line 13 of file L1MuCSCTFAlignment.h.

13  {
15  return *this;
16  }

References coefficients.

◆ serialize()

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

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 25 of file L1MuCSCTFAlignment.h.

◆ cond::serialization::access

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

Definition at line 25 of file L1MuCSCTFAlignment.h.

Member Data Documentation

◆ coefficients

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

Definition at line 10 of file L1MuCSCTFAlignment.h.

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

L1MuCSCTFAlignment::coefficients
std::vector< double > coefficients
Definition: L1MuCSCTFAlignment.h:10