Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Alignment
CocoaModel
src
OptOCameraDetector.cc
Go to the documentation of this file.
1
// COCOA class implementation file
2
//Id: OptOCameraDetector.cc
3
//CAT: Model
4
//
5
// History: v1.0
6
// Pedro Arce
7
8
#include "
Alignment/CocoaModel/interface/OptOCameraDetector.h
"
9
#include "
Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h
"
10
#include "
Alignment/CocoaUtilities/interface/GlobalOptionMgr.h
"
11
#include <iostream>
12
#include <iomanip>
13
#include <cstdlib>
14
15
using namespace
CLHEP;
16
17
void
OptOCameraDetector::participateInMeasurement
(
LightRay
& lightray,
Measurement
& meas,
const
ALIstring
& behav) {
18
std::cerr
<<
"object not implemented yet "
<< std::endl;
19
exit
(1);
20
}
21
22
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
23
void
OptOCameraDetector::constructSolidShape
() {
24
ALIdouble
go;
25
GlobalOptionMgr
* gomgr =
GlobalOptionMgr::getInstance
();
26
gomgr->
getGlobalOptionValue
(
"VisScale"
, go);
27
28
theSolidShape =
new
CocoaSolidShapeBox
(
29
"Box"
, go * 4. * cm /
m
, go * 4. * cm /
m
, go * 1. * cm /
m
);
//COCOA internal units are meters
30
}
LightRay
Definition:
LightRay.h:20
ALIdouble
long double ALIdouble
Definition:
CocoaGlobals.h:11
OptOCameraDetector::constructSolidShape
void constructSolidShape() override
Definition:
OptOCameraDetector.cc:23
GlobalOptionMgr::getInstance
static GlobalOptionMgr * getInstance()
Definition:
GlobalOptionMgr.cc:18
Measurement
Definition:
Measurement.h:27
GlobalOptionMgr::getGlobalOptionValue
int getGlobalOptionValue(const ALIstring &sstr, ALIdouble &val)
--— Search a string in theGlobalOptions and return 1 if found
Definition:
GlobalOptionMgr.cc:115
visualization-live-secondInstance_cfg.m
tuple m
Definition:
visualization-live-secondInstance_cfg.py:79
CocoaSolidShapeBox.h
GlobalOptionMgr.h
OptOCameraDetector::participateInMeasurement
void participateInMeasurement(LightRay &lightray, Measurement &meas, const ALIstring &behav) override
Definition:
OptOCameraDetector.cc:17
OptOCameraDetector.h
beamvalidation.exit
def exit
Definition:
beamvalidation.py:52
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
GlobalOptionMgr
Definition:
GlobalOptionMgr.h:18
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.cerr
tuple cerr
Definition:
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py:8
CocoaSolidShapeBox
Definition:
CocoaSolidShapeBox.h:13
Generated for CMSSW Reference Manual by
1.8.5