Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
OptAlignObjects
interface
MBAChBenchSurveyPlate.h
Go to the documentation of this file.
1
#ifndef MBAChBenchSurveyPlate_H
2
#define MBAChBenchSurveyPlate_H
3
4
/* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
5
6
#include <vector>
7
#include <iostream>
8
#include <string>
9
14
/* class MBAChBenchSurveyPlate; */
15
16
17
class
MBAChBenchSurveyPlateData
{
18
public
:
19
int
edmsID_
;
20
int
surveyCode_
;
21
int
line_
;
22
int
plate_
;
23
std::string
side_
;
24
int
object_
;
25
float
posX_
;
26
float
posY_
;
27
float
posZ_
;
28
long
long
measDateTime_
;
29
};
30
34
class
MBAChBenchSurveyPlate
{
35
public
:
36
MBAChBenchSurveyPlate
() {}
37
virtual
~MBAChBenchSurveyPlate
() {}
38
std::vector<MBAChBenchSurveyPlateData>
mbaChBenchSurveyPlate_
;
39
};
40
41
#endif // MBAChBenchSurveyPlate_H
MBAChBenchSurveyPlateData::posZ_
float posZ_
Definition:
MBAChBenchSurveyPlate.h:27
MBAChBenchSurveyPlateData::edmsID_
int edmsID_
Definition:
MBAChBenchSurveyPlate.h:19
MBAChBenchSurveyPlateData::object_
int object_
Definition:
MBAChBenchSurveyPlate.h:24
MBAChBenchSurveyPlateData::posX_
float posX_
Definition:
MBAChBenchSurveyPlate.h:25
MBAChBenchSurveyPlate
Definition:
MBAChBenchSurveyPlate.h:34
MBAChBenchSurveyPlateData::line_
int line_
Definition:
MBAChBenchSurveyPlate.h:21
MBAChBenchSurveyPlateData::surveyCode_
int surveyCode_
Definition:
MBAChBenchSurveyPlate.h:20
MBAChBenchSurveyPlateData::posY_
float posY_
Definition:
MBAChBenchSurveyPlate.h:26
MBAChBenchSurveyPlateData::plate_
int plate_
Definition:
MBAChBenchSurveyPlate.h:22
MBAChBenchSurveyPlateData
Definition:
MBAChBenchSurveyPlate.h:17
MBAChBenchSurveyPlate::MBAChBenchSurveyPlate
MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:36
MBAChBenchSurveyPlate::mbaChBenchSurveyPlate_
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_
Definition:
MBAChBenchSurveyPlate.h:38
MBAChBenchSurveyPlate::~MBAChBenchSurveyPlate
virtual ~MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:37
MBAChBenchSurveyPlateData::side_
std::string side_
Definition:
MBAChBenchSurveyPlate.h:23
MBAChBenchSurveyPlateData::measDateTime_
long long measDateTime_
Definition:
MBAChBenchSurveyPlate.h:28
Generated for CMSSW Reference Manual by
1.8.5