CMS 3D CMS Logo

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 
11 #include <iostream>
12 #include <iomanip>
13 #include <cstdlib>
14 
15 using namespace CLHEP;
16 
18  std::cerr << "object not implemented yet " << std::endl;
19  exit(1);
20 }
21 
22 //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
24  ALIdouble go;
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 }
long double ALIdouble
Definition: CocoaGlobals.h:11
void constructSolidShape() override
static GlobalOptionMgr * getInstance()
int getGlobalOptionValue(const ALIstring &sstr, ALIdouble &val)
--— Search a string in theGlobalOptions and return 1 if found
void participateInMeasurement(LightRay &lightray, Measurement &meas, const ALIstring &behav) override
std::string ALIstring
Definition: CocoaGlobals.h:9
def exit(msg="")