src
Alignment
CocoaModel
interface
OptOCameraDetector.h
Go to the documentation of this file.
1
// COCOA class header file
2
//Id: OptOCameraDetector.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 _OPTOCAMERADETECTOR_HH
11
#define _OPTOCAMERADETECTOR_HH
12
13
#include "
Alignment/CocoaUtilities/interface/CocoaGlobals.h
"
14
#include "
Alignment/CocoaModel/interface/OpticalObject.h
"
15
class
Measurement
;
16
class
LightRay
;
17
18
class
OptOCameraDetector
:
public
OpticalObject
{
19
public
:
20
//---------- Constructors / Destructor
21
OptOCameraDetector
(){};
22
OptOCameraDetector
(
OpticalObject
*
parent
,
const
ALIstring
&
type
,
const
ALIstring
&
name
,
const
ALIbool
copy_data)
23
:
OpticalObject
(
parent
,
type
,
name
, copy_data){};
24
~OptOCameraDetector
()
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
LightRay
Definition:
LightRay.h:20
OptOCameraDetector::OptOCameraDetector
OptOCameraDetector(OpticalObject *parent, const ALIstring &type, const ALIstring &name, const ALIbool copy_data)
Definition:
OptOCameraDetector.h:22
OptOCameraDetector::constructSolidShape
void constructSolidShape() override
Definition:
OptOCameraDetector.cc:23
OpticalObject::name
const ALIstring & name() const
Definition:
OpticalObject.h:58
type
type
Definition:
SiPixelVCal_PayloadInspector.cc:39
Measurement
Definition:
Measurement.h:27
ALIbool
bool ALIbool
Definition:
CocoaGlobals.h:19
CocoaGlobals.h
OptOCameraDetector::OptOCameraDetector
OptOCameraDetector()
Definition:
OptOCameraDetector.h:21
OptOCameraDetector
Definition:
OptOCameraDetector.h:18
OptOCameraDetector::participateInMeasurement
void participateInMeasurement(LightRay &lightray, Measurement &meas, const ALIstring &behav) override
Definition:
OptOCameraDetector.cc:17
OptOCameraDetector::~OptOCameraDetector
~OptOCameraDetector() override
Definition:
OptOCameraDetector.h:24
OpticalObject::meas
Measurement * meas()
Definition:
OpticalObject.h:200
OpticalObject
Definition:
OpticalObject.h:35
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
OpticalObject::parent
const OpticalObject * parent() const
Definition:
OpticalObject.h:60
OpticalObject.h
Generated for CMSSW Reference Manual by
1.8.14