#include <EdbStage.h>
|
| | EdbObjective (float mag=0) |
| |
| EdbAffine2D * | GetCCD2Stage () const |
| |
| Float_t | GetMagnification () const |
| |
| Float_t | PixelX () const |
| |
| Float_t | PixelY () const |
| |
| void | Print (Option_t *opt="") const |
| |
| int | ReadParameters (const char *str) |
| |
| void | Set (float mag, float a, float b, float c, float d, float p, float q) |
| |
| void | SetCCD2Stage (float a, float b, float c, float d, float p, float q) |
| |
| void | SetMagnification (float mag) |
| |
| virtual | ~EdbObjective () |
| |
◆ EdbObjective()
| EdbObjective::EdbObjective |
( |
float |
mag = 0 | ) |
|
T mag(const SVector< T, D > &rhs)
Definition: Functions.hh:216
Definition: EdbAffine.h:17
Float_t eMagnification
Definition: EdbStage.h:53
EdbAffine2D * eCCD2Stage
Definition: EdbStage.h:55
◆ ~EdbObjective()
| EdbObjective::~EdbObjective |
( |
| ) |
|
|
virtual |
◆ GetCCD2Stage()
◆ GetMagnification()
| Float_t EdbObjective::GetMagnification |
( |
| ) |
const |
|
inline |
◆ PixelX()
| Float_t EdbObjective::PixelX |
( |
| ) |
const |
|
inline |
Float_t A11() const
Definition: EdbAffine.h:43
◆ PixelY()
| Float_t EdbObjective::PixelY |
( |
| ) |
const |
|
inline |
Float_t A22() const
Definition: EdbAffine.h:46
◆ Print()
| void EdbObjective::Print |
( |
Option_t * |
opt = "" | ) |
const |
172 printf(
"\nEdbObjective: \t\t %s \n", GetTitle() );
173 printf(
"%s: \t\t %f \n", GetName(),
void Print(Option_t *opt="") const
Definition: EdbAffine.cxx:52
◆ ReadParameters()
| int EdbObjective::ReadParameters |
( |
const char * |
str | ) |
|
160 npar = sscanf(str,
"%f %f %f %f %f %f %f %s %s", &
mag, &
a, &b, &c, &
d, &
p, &
q,
name, title );
void d()
Definition: RecDispEX.C:381
void a()
Definition: check_aligned.C:59
NbBT SetTitle("Number of BT per shower")
void Set(float mag, float a, float b, float c, float d, float p, float q)
Definition: EdbStage.h:61
const char * name
Definition: merge_Energy_SytematicSources_Electron.C:24
q
Definition: testBGReduction_AllMethods.C:55
p
Definition: testBGReduction_AllMethods.C:8
◆ Set()
| void EdbObjective::Set |
( |
float |
mag, |
|
|
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
float |
d, |
|
|
float |
p, |
|
|
float |
q |
|
) |
| |
|
inline |
void Set(EdbAffine2D &a)
Definition: EdbAffine.h:36
◆ SetCCD2Stage()
| void EdbObjective::SetCCD2Stage |
( |
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
float |
d, |
|
|
float |
p, |
|
|
float |
q |
|
) |
| |
|
inline |
◆ SetMagnification()
| void EdbObjective::SetMagnification |
( |
float |
mag | ) |
|
|
inline |
◆ eCCD2Stage
◆ eMagnification
| Float_t EdbObjective::eMagnification |
|
private |
The documentation for this class was generated from the following files: