GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
Definition at line 12 of file TEfficiencyCal.h.
Public Member Functions | |
TEfficiencyCal ()=default | |
TEfficiencyCal (const char *name, const char *title) | |
TEfficiencyCal (const TEfficiencyCal &) | |
TEfficiencyCal (TEfficiencyCal &&) noexcept=default | |
~TEfficiencyCal ()=default | |
void | AddPoint (Double_t energy, Double_t area, Double_t dEnergy=0.0, Double_t dArea=0.0) |
void | AddPoint (TPeak *peak) |
void | Clear (Option_t *opt="") override |
void | Copy (TObject &obj) const override |
TChannel * | GetChannel () const |
virtual TF1 * | GetFitFunction () const |
TH1 * | GetHist () const |
virtual TNucleus * | GetNucleus () const |
virtual Double_t | GetParameter (size_t parameter) const |
virtual std::vector< Double_t > | GetParameters () const |
Bool_t | IsGroupable () const override |
TEfficiencyCal & | operator= (const TEfficiencyCal &)=default |
TEfficiencyCal & | operator= (TEfficiencyCal &&) noexcept=default |
void | Print (Option_t *opt="") const override |
void | ScaleGraph (Double_t scaleFactor) |
Bool_t | SetChannel (TChannel *chan) |
Bool_t | SetChannel (UInt_t chanNum) |
virtual void | SetFitFunction (TF1 *func) |
virtual void | SetHist (TH1 *hist) |
virtual void | SetNucleus (TNucleus *nuc, Option_t *opt="") |
virtual void | WriteToAllChannels (const std::string &mnemonic="") |
virtual void | WriteToChannel () const |
Protected Member Functions | |
void | InitTCal () |
Private Attributes | |
TRef | fChan {nullptr} |
TF1 * | fFitFunc {nullptr} |
TH1 * | fHist {nullptr} |
TNucleus * | fNuc {nullptr} |
Double_t | fScaleFactor {1.} |
|
default |
|
inline |
Definition at line 15 of file TEfficiencyCal.h.
TEfficiencyCal::TEfficiencyCal | ( | const TEfficiencyCal & | copy | ) |
Definition at line 3 of file TEfficiencyCal.cxx.
References Copy().
|
defaultnoexcept |
|
default |
void TEfficiencyCal::AddPoint | ( | Double_t | energy, |
Double_t | area, | ||
Double_t | dEnergy = 0.0, | ||
Double_t | dArea = 0.0 ) |
Definition at line 38 of file TEfficiencyCal.cxx.
References TCal::GetNucleus().
Referenced by AddPoint().
void TEfficiencyCal::AddPoint | ( | TPeak * | peak | ) |
Definition at line 29 of file TEfficiencyCal.cxx.
References AddPoint(), TPeak::GetArea(), TPeak::GetAreaErr(), TPeak::GetCentroid(), and TPeak::GetCentroidErr().
|
override |
Definition at line 63 of file TEfficiencyCal.cxx.
References TCal::Clear(), and fScaleFactor.
|
override |
Definition at line 8 of file TEfficiencyCal.cxx.
References TCal::Copy(), and fScaleFactor.
Referenced by TEfficiencyCal().
|
inherited |
Gets the channel being pointed to by the TCal. Returns 0 if no channel is set.
Definition at line 121 of file TCal.cxx.
References TCal::fChan.
Referenced by TCalManager::AddToManager(), TCalManager::AddToManager(), TCal::Print(), TCFDCal::Print(), TTimeCal::Print(), TCFDCal::ReadFromChannel(), TTimeCal::ReadFromChannel(), TCal::WriteToAllChannels(), TCFDCal::WriteToChannel(), TEnergyCal::WriteToChannel(), TGainMatch::WriteToChannel(), and TTimeCal::WriteToChannel().
|
inlinevirtualinherited |
Definition at line 59 of file TCal.h.
References TCal::fFitFunc.
Referenced by TGainMatch::FineMatch(), TGainMatch::FineMatchFast(), TCal::GetParameter(), and TCal::GetParameters().
|
inlineinherited |
Definition at line 74 of file TCal.h.
References TCal::fHist.
|
inlinevirtualinherited |
Reimplemented in TGainMatch.
Definition at line 76 of file TCal.h.
References TCal::fNuc.
Referenced by AddPoint(), TCal::Print(), TEnergyCal::SetNucleus(), TEnergyCal::SetPoint(), and TEnergyCal::SetPointError().
|
virtualinherited |
Returns the parameter at the index parameter
Reimplemented in TCFDCal, TEnergyCal, and TTimeCal.
Definition at line 99 of file TCal.cxx.
References TCal::GetFitFunction().
Referenced by TGainMatch::FineMatch(), TGainMatch::FineMatchFast(), TCal::GetParameters(), and TGainMatch::WriteToChannel().
|
virtualinherited |
Returns all of the parameters in the current TCal.
Reimplemented in TCFDCal, TEnergyCal, and TTimeCal.
Definition at line 81 of file TCal.cxx.
References TCal::GetFitFunction(), and TCal::GetParameter().
|
protectedinherited |
Initiallizes the TCal.
Definition at line 172 of file TCal.cxx.
References TCal::Clear(), TCal::fChan, TCal::fFitFunc, TCal::fHist, and TCal::fNuc.
Referenced by TCal::TCal(), TCal::TCal(), and TCal::TCal().
|
inlineoverridevirtual |
Implements TCal.
Definition at line 32 of file TEfficiencyCal.h.
|
default |
|
defaultnoexcept |
|
override |
Definition at line 58 of file TEfficiencyCal.cxx.
References TCal::Print().
void TEfficiencyCal::ScaleGraph | ( | Double_t | scaleFactor | ) |
Definition at line 14 of file TEfficiencyCal.cxx.
References fScaleFactor.
|
inherited |
Sets the channel being calibrated
Definition at line 51 of file TCal.cxx.
References TCal::fChan.
Referenced by TCalManager::AddToManager(), TGainMatch::CoarseMatch(), TGainMatch::FineMatch(), TGainMatch::FineMatchFast(), TCal::SetChannel(), and TCal::WriteToAllChannels().
|
inherited |
Sets the channel for the calibration to the channel number channum. Returns 0 if the channel does not exist
Definition at line 109 of file TCal.cxx.
References TChannel::GetChannelByNumber(), and TCal::SetChannel().
|
inlinevirtualinherited |
Definition at line 60 of file TCal.h.
References TCal::fFitFunc.
Referenced by TGainMatch::CalculateGain(), TGainMatch::CoarseMatch(), TGainMatch::FineMatch(), and TGainMatch::FineMatchFast().
|
virtualinherited |
Sets this histogram pointed to. TCal does NOT take ownership so you cannot delete this histogram as long as you want to access the hist in the TCal/write it out. I will add this functionality if I get annoyed enough with the way it is.
Reimplemented in TGainMatch.
Definition at line 129 of file TCal.cxx.
References TCal::fHist, and hist.
|
virtualinherited |
Sets the nucleus to be calibrated against
Reimplemented in TEnergyCal, and TGainMatch.
Definition at line 24 of file TCal.cxx.
References TCal::fNuc.
Referenced by TEnergyCal::SetNucleus().
|
virtualinherited |
Writes this calibration to all channels in the current TChannel Map
Definition at line 63 of file TCal.cxx.
References TCal::GetChannel(), TChannel::GetChannelMap(), TCal::SetChannel(), and TCal::WriteToChannel().
|
inlinevirtualinherited |
Reimplemented in TCFDCal, TEnergyCal, TGainMatch, and TTimeCal.
Definition at line 58 of file TCal.h.
Referenced by TCal::WriteToAllChannels().
|
privateinherited |
This points at the TChannel.
Definition at line 82 of file TCal.h.
Referenced by TCal::Clear(), TCal::Copy(), TCal::GetChannel(), TCal::InitTCal(), and TCal::SetChannel().
|
privateinherited |
Fit function representing calibration.
Definition at line 83 of file TCal.h.
Referenced by TCal::Copy(), TCal::GetFitFunction(), TCal::InitTCal(), TCal::Print(), and TCal::SetFitFunction().
|
privateinherited |
Histogram that was fit by the TPeak.
Definition at line 84 of file TCal.h.
Referenced by TCal::GetHist(), TCal::InitTCal(), and TCal::SetHist().
|
privateinherited |
Nucleus that we are calibrating against.
Definition at line 85 of file TCal.h.
Referenced by TCal::Clear(), TCal::Copy(), TCal::GetNucleus(), TCal::InitTCal(), and TCal::SetNucleus().
|
private |
Definition at line 37 of file TEfficiencyCal.h.
Referenced by Clear(), Copy(), and ScaleGraph().