![]() |
PandaRoot
|
#include <PndSdsIdealChargeConversion.h>
Public Member Functions | |
PndSdsIdealChargeConversion (Double_t noise=0.) | |
~PndSdsIdealChargeConversion () | |
virtual Double_t | ChargeToDigiValue (Double_t charge) |
Converts a given charge in electrons into the electronics answer e.g. ToT [ns]. More... | |
virtual Double_t | DigiValueToCharge (Double_t digi) |
Converts a given digitized charge into charge in electrons. More... | |
virtual Double_t | GetRelativeError (Double_t charge) |
virtual Double_t | GetTimeStamp (Double_t time, Double_t, Double_t) |
absolute time stamp of a hit in ns (clock is taken into account) More... | |
![]() | |
PndSdsChargeConversion (ConvType type) | |
virtual | ~PndSdsChargeConversion () |
virtual void | StartExecute () |
virtual void | EndExecute () |
virtual Double_t | DigiValueToCharge (PndSdsDigi &digi) |
virtual Double_t | GetTimeWalk (Double_t) |
virtual Double_t | GetTimeStampErrorAfterCorrection () |
virtual Double_t | GetTimeStep () |
Double_t | GetParameter (TString param) |
void | SetParameter (TString param, Double_t value) |
Protected Member Functions | |
ClassDef (PndSdsIdealChargeConversion, 1) | |
Protected Attributes | |
Double_t | fNoise |
ideal charge conversion
Definition at line 9 of file PndSdsIdealChargeConversion.h.
|
inline |
Definition at line 11 of file PndSdsIdealChargeConversion.h.
|
inline |
Definition at line 12 of file PndSdsIdealChargeConversion.h.
|
inlinevirtual |
Converts a given charge in electrons into the electronics answer e.g. ToT [ns].
Implements PndSdsChargeConversion.
Definition at line 13 of file PndSdsIdealChargeConversion.h.
|
protected |
Referenced by GetTimeStamp().
|
inlinevirtual |
Converts a given digitized charge into charge in electrons.
Implements PndSdsChargeConversion.
Definition at line 14 of file PndSdsIdealChargeConversion.h.
|
inlinevirtual |
Implements PndSdsChargeConversion.
Definition at line 15 of file PndSdsIdealChargeConversion.h.
References fNoise.
|
inlinevirtual |
absolute time stamp of a hit in ns (clock is taken into account)
Implements PndSdsChargeConversion.
Definition at line 16 of file PndSdsIdealChargeConversion.h.
References ClassDef(), and fNoise.
|
protected |
Definition at line 16 of file PndSdsIdealChargeConversion.h.
Referenced by GetRelativeError(), and GetTimeStamp().