![]() |
PandaRoot
|
#include <PndSdsFE.h>
Public Member Functions | |
| PndSdsFE () | |
| PndSdsFE (PndSdsFE &other) | |
| virtual | ~PndSdsFE () |
| virtual double | GetTotFromCharge (Double_t charge) |
| virtual double | GetChargeFromTot (double tot) |
| virtual double | GetTimeWalkFromCharge (double charge) |
| virtual double | GetTimeWalkFromTot (double tot) |
| virtual double | GetTimeBackToBaseline (double charge) |
| virtual double | GetTimeStamp (double eventtime, double tof, double charge) |
| virtual double | GetTimeStep () |
| virtual void | SetParameter (TString parName, double parValue) |
| virtual void | SetThreshold (double threshold) |
| PndSdsFE & | operator= (PndSdsFE &other) |
Protected Member Functions | |
| double | DigitizeTime (double time) |
| void | CalcTimeOffSet () |
| void | CreateInterpolatorList () |
| void | SaveInterpolatorList (std::vector< double > charge, std::vector< double > tot) |
| void | LoadInterpolatorList () |
| void | GetInterpolatorList () |
Protected Attributes | |
| PndSdsFEAmpModelSimple * | fFrontEndModel |
| int | fNumberOfSupportPoints |
| int | fNumberOfMaxElectons |
| TF1 * | fFunction |
| double | fMaximumAmplitude |
| double | fThreshold |
| double | fBaselineEpsilon |
| double | fToF |
| double | fEventTime |
| double | fTimeOffSet |
| double | fTimeStep |
| double | fFunctionRange |
| int | i |
| double | stepsize |
| std::vector< double > | fCharge_list |
| std::vector< double > | fTot_list |
| ROOT::Math::Interpolator * | inter |
Definition at line 24 of file PndSdsFE.h.
|
inline |
Definition at line 26 of file PndSdsFE.h.
References CalcTimeOffSet().
|
inline |
Definition at line 33 of file PndSdsFE.h.
References GetChargeFromTot(), GetTimeBackToBaseline(), GetTimeStamp(), GetTimeWalkFromCharge(), GetTimeWalkFromTot(), GetTotFromCharge(), and ~PndSdsFE().
|
virtual |
Referenced by PndSdsFE().
|
protected |
Referenced by operator=(), and PndSdsFE().
|
protected |
Referenced by operator=().
|
protected |
Referenced by operator=().
|
virtual |
Referenced by PndSdsFE().
|
protected |
Referenced by operator=().
|
virtual |
Referenced by PndSdsFE().
|
virtual |
Referenced by PndSdsFE().
|
inlinevirtual |
|
virtual |
Referenced by PndSdsFE().
|
virtual |
Referenced by PndSdsFE().
|
virtual |
Referenced by PndSdsFE().
|
protected |
Referenced by operator=().
Definition at line 51 of file PndSdsFE.h.
References CalcTimeOffSet(), CreateInterpolatorList(), DigitizeTime(), fBaselineEpsilon, fCharge_list, fEventTime, fFrontEndModel, fFunction, fFunctionRange, fMaximumAmplitude, fNumberOfMaxElectons, fNumberOfSupportPoints, fThreshold, fTimeOffSet, fTimeStep, fToF, fTot_list, GetInterpolatorList(), i, inter, LoadInterpolatorList(), SaveInterpolatorList(), and stepsize.
|
protected |
Referenced by operator=().
|
virtual |
Referenced by GetTimeStep().
|
inlinevirtual |
|
protected |
Definition at line 92 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 101 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 94 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 84 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 89 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 97 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 90 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 87 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 86 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 91 of file PndSdsFE.h.
Referenced by operator=(), and SetThreshold().
|
protected |
Definition at line 95 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 96 of file PndSdsFE.h.
Referenced by GetTimeStep(), and operator=().
|
protected |
Definition at line 93 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 102 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 98 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 103 of file PndSdsFE.h.
Referenced by operator=().
|
protected |
Definition at line 99 of file PndSdsFE.h.
Referenced by operator=().