#include <ResponseCurve.h>
Inheritance diagram for SctData::LinearResponseCurve:
Public Member Functions | |
LinearResponseCurve () throw (LogicError) | |
virtual | ~LinearResponseCurve () throw () |
virtual shared_ptr< TF1 > | getInverseFunction () const throw (LogicError) |
Get a TF1 that represents the inverse function. | |
virtual double | getGain (const double charge) const throw () |
Given a TF1 and a charge point, return the gain. | |
virtual string | getCurveName () const throw () |
idendifier so that IO can find the right curve | |
virtual auto_ptr< ResponseCurve > | create () const throw () |
Method used by IO refresh to create from a general mode a mode of the appropriate type. | |
Static Public Member Functions | |
double | linFn (double *x, double *par) throw () |
double | invLinFn (double *x, double *par) throw () |
It's inverse also used by root. | |
Static Public Attributes | |
bool | inMap |
dummy member for initialization into map The function used by Root for the linear |
It uses the standard "pol1" ROOT function, y=[0]+[1]*x
Definition at line 99 of file SCTData/src/ResponseCurve.h.
|
Definition at line 92 of file ResponseCurve.cpp. |
|
Definition at line 102 of file SCTData/src/ResponseCurve.h. |
|
Method used by IO refresh to create from a general mode a mode of the appropriate type.
Implements SctData::ResponseCurve. Definition at line 110 of file ResponseCurve.cpp. |
|
idendifier so that IO can find the right curve
Reimplemented from SctData::ResponseCurve. Definition at line 105 of file SCTData/src/ResponseCurve.h. |
|
Given a TF1 and a charge point, return the gain.
Implements SctData::ResponseCurve. Definition at line 114 of file ResponseCurve.cpp. |
|
Get a TF1 that represents the inverse function. (i.e. charge as a function of threshold)
Implements SctData::ResponseCurve. Definition at line 97 of file ResponseCurve.cpp. |
|
It's inverse also used by root.
Definition at line 121 of file ResponseCurve.cpp. |
|
Definition at line 118 of file ResponseCurve.cpp. |
|
dummy member for initialization into map The function used by Root for the linear
Definition at line 108 of file ResponseCurve.cpp. |