GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
TEfficiencyCal Class Reference

Definition at line 12 of file TEfficiencyCal.h.

Public Member Functions

 TEfficiencyCal ()
 
 TEfficiencyCal (const char *name, const char *title)
 
 TEfficiencyCal (const TEfficiencyCal &copy)
 
 ~TEfficiencyCal () override
 
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
 
TChannelGetChannel () const
 
virtual TF1 * GetFitFunction () const
 
TH1 * GetHist () const
 
virtual TNucleusGetNucleus () const
 
virtual Double_t GetParameter (size_t parameter) const
 
virtual std::vector< Double_t > GetParameters () const
 
Bool_t IsGroupable () const override
 
void Print (Option_t *opt="") const override
 
void ScaleGraph (Double_t scaleFactor)
 
Bool_t SetChannel (const TChannel *chan)
 
Bool_t SetChannel (UInt_t chanNum)
 
virtual void SetFitFunction (const 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

Double_t fScaleFactor {1.}
 

#include <TEfficiencyCal.h>

+ Inheritance diagram for TEfficiencyCal:
+ Collaboration diagram for TEfficiencyCal:

Constructor & Destructor Documentation

◆ TEfficiencyCal() [1/3]

TEfficiencyCal::TEfficiencyCal ( )

Definition at line 7 of file TEfficiencyCal.cxx.

◆ TEfficiencyCal() [2/3]

TEfficiencyCal::TEfficiencyCal ( const char *  name,
const char *  title 
)
inline

Definition at line 15 of file TEfficiencyCal.h.

◆ ~TEfficiencyCal()

TEfficiencyCal::~TEfficiencyCal ( )
overridedefault

◆ TEfficiencyCal() [3/3]

TEfficiencyCal::TEfficiencyCal ( const TEfficiencyCal copy)

Definition at line 13 of file TEfficiencyCal.cxx.

References Copy().

Member Function Documentation

◆ AddPoint() [1/2]

void TEfficiencyCal::AddPoint ( Double_t  energy,
Double_t  area,
Double_t  dEnergy = 0.0,
Double_t  dArea = 0.0 
)

Definition at line 48 of file TEfficiencyCal.cxx.

References TCal::GetNucleus().

Referenced by AddPoint().

◆ AddPoint() [2/2]

void TEfficiencyCal::AddPoint ( TPeak peak)

◆ Clear()

void TEfficiencyCal::Clear ( Option_t *  opt = "")
override

Definition at line 74 of file TEfficiencyCal.cxx.

References TCal::Clear(), and fScaleFactor.

◆ Copy()

void TEfficiencyCal::Copy ( TObject &  obj) const
override

Definition at line 18 of file TEfficiencyCal.cxx.

References TCal::Copy(), and fScaleFactor.

Referenced by TEfficiencyCal().

◆ GetChannel()

TChannel * TCal::GetChannel ( ) const
inherited

◆ GetFitFunction()

virtual TF1* TCal::GetFitFunction ( ) const
inlinevirtualinherited

◆ GetHist()

TH1* TCal::GetHist ( ) const
inlineinherited

Definition at line 73 of file TCal.h.

References TCal::fHist.

◆ GetNucleus()

virtual TNucleus* TCal::GetNucleus ( ) const
inlinevirtualinherited

Reimplemented in TGainMatch.

Definition at line 75 of file TCal.h.

References TCal::fNuc.

Referenced by AddPoint(), TCal::Print(), TEnergyCal::SetNucleus(), TEnergyCal::SetPoint(), and TEnergyCal::SetPointError().

◆ GetParameter()

Double_t TCal::GetParameter ( size_t  parameter) const
virtualinherited

Returns the parameter at the index parameter

Reimplemented in TEnergyCal, TCFDCal, and TTimeCal.

Definition at line 108 of file TCal.cxx.

References TCal::GetFitFunction().

Referenced by TGainMatch::FineMatch(), TGainMatch::FineMatchFast(), TCal::GetParameters(), and TGainMatch::WriteToChannel().

◆ GetParameters()

std::vector< Double_t > TCal::GetParameters ( ) const
virtualinherited

Returns all of the parameters in the current TCal.

Reimplemented in TEnergyCal, TCFDCal, and TTimeCal.

Definition at line 90 of file TCal.cxx.

References TCal::GetFitFunction(), and TCal::GetParameter().

◆ InitTCal()

void TCal::InitTCal ( )
protectedinherited

Initiallizes the TCal.

Definition at line 179 of file TCal.cxx.

References TCal::Clear(), TCal::fChan, TCal::fFitFunc, TCal::fHist, and TCal::fNuc.

Referenced by TCal::TCal().

◆ IsGroupable()

Bool_t TEfficiencyCal::IsGroupable ( ) const
inlineoverridevirtual

Implements TCal.

Definition at line 31 of file TEfficiencyCal.h.

◆ Print()

void TEfficiencyCal::Print ( Option_t *  opt = "") const
override

Definition at line 69 of file TEfficiencyCal.cxx.

References TCal::Print().

◆ ScaleGraph()

void TEfficiencyCal::ScaleGraph ( Double_t  scaleFactor)

Definition at line 24 of file TEfficiencyCal.cxx.

References fScaleFactor.

◆ SetChannel() [1/2]

Bool_t TCal::SetChannel ( const TChannel chan)
inherited

◆ SetChannel() [2/2]

Bool_t TCal::SetChannel ( UInt_t  chanNum)
inherited

Sets the channel for the calibration to the channel number channum. Returns 0 if the channel does not exist

Definition at line 118 of file TCal.cxx.

References TChannel::GetChannelByNumber(), and TCal::SetChannel().

◆ SetFitFunction()

virtual void TCal::SetFitFunction ( const TF1 *  func)
inlinevirtualinherited

◆ SetHist()

void TCal::SetHist ( TH1 *  hist)
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 138 of file TCal.cxx.

References TCal::fHist, and hist.

◆ SetNucleus()

void TCal::SetNucleus ( TNucleus nuc,
Option_t *  opt = "" 
)
virtualinherited

Sets the nucleus to be calibrated against

Reimplemented in TGainMatch, and TEnergyCal.

Definition at line 33 of file TCal.cxx.

References TCal::fNuc.

Referenced by TEnergyCal::SetNucleus().

◆ WriteToAllChannels()

void TCal::WriteToAllChannels ( const std::string &  mnemonic = "")
virtualinherited

Writes this calibration to all channels in the current TChannel Map

Definition at line 72 of file TCal.cxx.

References TCal::GetChannel(), TChannel::GetChannelMap(), TCal::SetChannel(), and TCal::WriteToChannel().

◆ WriteToChannel()

virtual void TCal::WriteToChannel ( ) const
inlinevirtualinherited

Reimplemented in TGainMatch, TEnergyCal, TCFDCal, and TTimeCal.

Definition at line 57 of file TCal.h.

Referenced by TCal::WriteToAllChannels().

Member Data Documentation

◆ fScaleFactor

Double_t TEfficiencyCal::fScaleFactor {1.}
private

Definition at line 36 of file TEfficiencyCal.h.

Referenced by Clear(), Copy(), and ScaleGraph().