CondFormats
L1TObjects
interface
L1MuCSCTFAlignment.h
Go to the documentation of this file.
1
#ifndef L1TObjects_L1MuCSCTFAlignment_h
2
#define L1TObjects_L1MuCSCTFAlignment_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
8
class
L1MuCSCTFAlignment
{
9
private
:
10
std::vector<double>
coefficients
;
11
12
public
:
13
L1MuCSCTFAlignment
&
operator=
(
const
L1MuCSCTFAlignment
& conf) {
14
coefficients
= conf.
coefficients
;
15
return
*
this
;
16
}
17
18
const
std::vector<double>&
operator()
() {
return
coefficients
; }
19
20
L1MuCSCTFAlignment
(
void
) {}
21
L1MuCSCTFAlignment
(
const
std::vector<double>& cff) {
coefficients
= cff; }
22
L1MuCSCTFAlignment
(
const
L1MuCSCTFAlignment
& conf) {
coefficients
= conf.
coefficients
; }
23
~L1MuCSCTFAlignment
(
void
) {}
24
25
COND_SERIALIZABLE
;
26
};
27
28
#endif
L1MuCSCTFAlignment::operator=
L1MuCSCTFAlignment & operator=(const L1MuCSCTFAlignment &conf)
Definition:
L1MuCSCTFAlignment.h:13
L1MuCSCTFAlignment::L1MuCSCTFAlignment
L1MuCSCTFAlignment(const std::vector< double > &cff)
Definition:
L1MuCSCTFAlignment.h:21
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1MuCSCTFAlignment::operator()
const std::vector< double > & operator()()
Definition:
L1MuCSCTFAlignment.h:18
L1MuCSCTFAlignment::L1MuCSCTFAlignment
L1MuCSCTFAlignment(const L1MuCSCTFAlignment &conf)
Definition:
L1MuCSCTFAlignment.h:22
L1MuCSCTFAlignment::L1MuCSCTFAlignment
L1MuCSCTFAlignment(void)
Definition:
L1MuCSCTFAlignment.h:20
Serializable.h
L1MuCSCTFAlignment::~L1MuCSCTFAlignment
~L1MuCSCTFAlignment(void)
Definition:
L1MuCSCTFAlignment.h:23
L1MuCSCTFAlignment::coefficients
std::vector< double > coefficients
Definition:
L1MuCSCTFAlignment.h:10
L1MuCSCTFAlignment
Definition:
L1MuCSCTFAlignment.h:8
Generated for CMSSW Reference Manual by
1.8.16