Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
OptAlignObjects
interface
OpticalAlignMeasurementInfo.h
Go to the documentation of this file.
1
#ifndef OpticalAlignMeasurementInfo_H
2
#define OpticalAlignMeasurementInfo_H
3
4
#include <string>
5
#include <vector>
6
#include <iostream>
7
8
#include "
CondFormats/OptAlignObjects/interface/OAQuality.h
"
9
#include "
CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h
"
10
15
class
OpticalAlignMeasurementInfo
;
16
17
std::ostream &
operator<<
(std::ostream &,
const
OpticalAlignMeasurementInfo
&);
18
19
// a Class holding data for an Optical Alignment Measurement
26
class
OpticalAlignMeasurementInfo
{
27
public
:
28
std::string
type_
;
29
std::string
name_
;
30
std::vector<std::string>
measObjectNames_
;
31
std::vector<bool>
isSimulatedValue_
;
32
std::vector<OpticalAlignParam>
values_
;
//names of measurement values (H:, V:, T:, ...) Dimension of this vector gives dimension of Measurement
33
unsigned
int
ID_
;
34
35
void
clear
() {
36
ID_
= 0;
37
type_
=
""
;
38
name_
=
""
;
39
measObjectNames_
.clear();
40
values_
.clear();
41
isSimulatedValue_
.clear();
42
}
43
};
44
45
#endif //OpticalAlignMeasureInfo_H
OpticalAlignInfo.h
OpticalAlignMeasurementInfo::type_
std::string type_
Definition:
OpticalAlignMeasurementInfo.h:28
OpticalAlignMeasurementInfo::measObjectNames_
std::vector< std::string > measObjectNames_
Definition:
OpticalAlignMeasurementInfo.h:30
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
OpticalAlignMeasurementInfo::ID_
unsigned int ID_
Definition:
OpticalAlignMeasurementInfo.h:33
OAQuality.h
OpticalAlignMeasurementInfo::name_
std::string name_
Definition:
OpticalAlignMeasurementInfo.h:29
OpticalAlignMeasurementInfo
Definition:
OpticalAlignMeasurementInfo.h:26
OpticalAlignMeasurementInfo::values_
std::vector< OpticalAlignParam > values_
Definition:
OpticalAlignMeasurementInfo.h:32
OpticalAlignMeasurementInfo::isSimulatedValue_
std::vector< bool > isSimulatedValue_
Definition:
OpticalAlignMeasurementInfo.h:31
OpticalAlignMeasurementInfo::clear
void clear()
Definition:
OpticalAlignMeasurementInfo.h:35
Generated for CMSSW Reference Manual by
1.8.5