#include <Alignment/CocoaModel/interface/OptORisleyPrism.h>
Public Member Functions | |
void | constructSolidShape () |
OptORisleyPrism (OpticalObject *parent, const ALIstring &type, const ALIstring &name, const ALIbool copy_data) | |
OptORisleyPrism () | |
virtual void | participateInMeasurement (LightRay &lightray, Measurement &meas, const ALIstring &behav) |
~OptORisleyPrism () |
Definition at line 18 of file OptORisleyPrism.h.
OptORisleyPrism::OptORisleyPrism | ( | ) | [inline] |
OptORisleyPrism::OptORisleyPrism | ( | OpticalObject * | parent, | |
const ALIstring & | type, | |||
const ALIstring & | name, | |||
const ALIbool | copy_data | |||
) | [inline] |
Definition at line 24 of file OptORisleyPrism.h.
00024 : 00025 OpticalObject( parent, type, name, copy_data){ };
OptORisleyPrism::~OptORisleyPrism | ( | ) | [inline] |
void OptORisleyPrism::constructSolidShape | ( | ) | [virtual] |
Reimplemented from OpticalObject.
Definition at line 22 of file OptORisleyPrism.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*5.*cm/m, go*5.*cm/m, go*5.*cm/m ); //COCOA internal units are meters 00029 }
void OptORisleyPrism::participateInMeasurement | ( | LightRay & | lightray, | |
Measurement & | meas, | |||
const ALIstring & | behav | |||
) | [virtual] |
Reimplemented from OpticalObject.
Definition at line 14 of file OptORisleyPrism.cc.
References TestMuL1L2Filter_cff::cerr, lat::endl(), and cmsRelvalreport::exit.