CMS 3D CMS Logo

OptOCameraDetector Class Reference

#include <Alignment/CocoaModel/interface/OptOCameraDetector.h>

Inheritance diagram for OptOCameraDetector:

OpticalObject

List of all members.

Public Member Functions

void constructSolidShape ()
 OptOCameraDetector (OpticalObject *parent, const ALIstring &type, const ALIstring &name, const ALIbool copy_data)
 OptOCameraDetector ()
virtual void participateInMeasurement (LightRay &lightray, Measurement *meas, const ALIstring &behav)
 ~OptOCameraDetector ()


Detailed Description

Definition at line 18 of file OptOCameraDetector.h.


Constructor & Destructor Documentation

OptOCameraDetector::OptOCameraDetector (  )  [inline]

Definition at line 23 of file OptOCameraDetector.h.

00023 { };

OptOCameraDetector::OptOCameraDetector ( OpticalObject parent,
const ALIstring type,
const ALIstring name,
const ALIbool  copy_data 
) [inline]

Definition at line 24 of file OptOCameraDetector.h.

00024                                                                                                                    : 
00025   OpticalObject( parent, type, name, copy_data){ };

OptOCameraDetector::~OptOCameraDetector (  )  [inline]

Definition at line 26 of file OptOCameraDetector.h.

00026 { };


Member Function Documentation

void OptOCameraDetector::constructSolidShape (  )  [virtual]

Reimplemented from OpticalObject.

Definition at line 22 of file OptOCameraDetector.cc.

References GlobalOptionMgr::getGlobalOptionValue(), GlobalOptionMgr::getInstance(), m, and OpticalObject::theSolidShape.

00023 {
00024   ALIdouble go;
00025   GlobalOptionMgr* gomgr = GlobalOptionMgr::getInstance();
00026   gomgr->getGlobalOptionValue("VisScale", go );
00027 
00028   theSolidShape = new CocoaSolidShapeBox( "Box", go*4.*cm/m, go*4.*cm/m, go*1.*cm/m ); //COCOA internal units are meters
00029 }

void OptOCameraDetector::participateInMeasurement ( LightRay lightray,
Measurement meas,
const ALIstring behav 
) [virtual]

Definition at line 14 of file OptOCameraDetector.cc.

References TestMuL1L2Filter_cff::cerr, lat::endl(), and cmsRelvalreport::exit.

00015 {
00016  std::cerr << "object not implemented yet " << std::endl;
00017  exit(1);      
00018 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:29:18 2009 for CMSSW by  doxygen 1.5.4