CMS 3D CMS Logo

OptORisleyPrism.h
Go to the documentation of this file.
1 // COCOA class header file
2 //Id: OptORisleyPrism.h
3 //CAT: Model
4 //
5 // Base class to describe Optical Objects of type sensor 2D
6 //
7 // History: v1.0
8 // Pedro Arce
9 
10 #ifndef _OPTORISLEYPRISM_HH
11 #define _OPTORISLEYPRISM_HH
12 
15 class Measurement;
16 class LightRay;
17 
19 public:
20  //---------- Constructors / Destructor
23  : OpticalObject(parent, type, name, copy_data){};
24  ~OptORisleyPrism() override{};
25 
26  //---------- Propagate light for measurement meas
27  void participateInMeasurement(LightRay& lightray, Measurement& meas, const ALIstring& behav) override;
28  void constructSolidShape() override;
29 };
30 
31 #endif
OpticalObject::meas
Measurement * meas()
Definition: OpticalObject.h:200
ALIbool
bool ALIbool
Definition: CocoaGlobals.h:19
OpticalObject.h
OptORisleyPrism::~OptORisleyPrism
~OptORisleyPrism() override
Definition: OptORisleyPrism.h:24
OptORisleyPrism::participateInMeasurement
void participateInMeasurement(LightRay &lightray, Measurement &meas, const ALIstring &behav) override
Definition: OptORisleyPrism.cc:17
OpticalObject::name
const ALIstring & name() const
Definition: OpticalObject.h:58
OptORisleyPrism::constructSolidShape
void constructSolidShape() override
Definition: OptORisleyPrism.cc:23
ALIstring
std::string ALIstring
Definition: CocoaGlobals.h:9
OpticalObject
Definition: OpticalObject.h:35
OptORisleyPrism::OptORisleyPrism
OptORisleyPrism(OpticalObject *parent, const ALIstring &type, const ALIstring &name, const ALIbool copy_data)
Definition: OptORisleyPrism.h:22
Measurement
Definition: Measurement.h:27
OptORisleyPrism::OptORisleyPrism
OptORisleyPrism()
Definition: OptORisleyPrism.h:21
LightRay
Definition: LightRay.h:20
type
type
Definition: SiPixelVCal_PayloadInspector.cc:37
OpticalObject::parent
const OpticalObject * parent() const
Definition: OpticalObject.h:60
CocoaGlobals.h
OptORisleyPrism
Definition: OptORisleyPrism.h:18