CFEL - ASG Software Suite
2.5.0
CASS
|
Just returns a constant 0. More...
Public Member Functions | |
Detector::pixel_t | operator() (Detector::frame_t::const_iterator, size_t) const |
no operation performed More... | |
void | loadSettings (CASSSettings &s) |
need to load the settings of the base class loaded More... | |
![]() | |
virtual | ~CalculatorBase () |
virtual destructor More... | |
void | load (CASSSettings &s) |
load all common settings More... | |
size_t | width () const |
retrieve the number of pixels (or the width of calculation More... | |
Additional Inherited Members | |
![]() | |
typedef std::tr1::shared_ptr< CalculatorBase > | shared_pointer |
typedef the shared pointer of this More... | |
![]() | |
static shared_pointer | instance (const std::string &type) |
create an instance of the requested functor More... | |
![]() | |
std::tr1::shared_ptr< CommonData > | _commondata |
the commonly used data container More... | |
size_t | _nbrPixels |
how many pixels should be used for calculating the common mode More... | |
float | _multiplier |
the multiplier to identify pixels that contain information More... | |
Just returns a constant 0.
this functor will just return 0 with any calculation with effectively will make sure that no common mode correction will be done:
Definition at line 37 of file commonmode_calculator_base.cpp.
|
inlinevirtual |
need to load the settings of the base class loaded
Implements cass::pixeldetector::commonmode::CalculatorBase.
Definition at line 49 of file commonmode_calculator_base.cpp.
|
inlinevirtual |
no operation performed
pixel | unused |
idx | unused |
Implements cass::pixeldetector::commonmode::CalculatorBase.
Definition at line 46 of file commonmode_calculator_base.cpp.