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

Definition at line 10 of file TCFDCal.h.

Public Member Functions

 TCFDCal ()
 
 TCFDCal (const char *name, const char *title)
 
 ~TCFDCal () override=default
 
void AddParameter (Double_t param)
 
void Clear (Option_t *opt="") override
 
void Copy (TObject &obj) const override
 
TChannelGetChannel () const
 
virtual TF1 * GetFitFunction () const
 
TH1 * GetHist () const
 
virtual TNucleusGetNucleus () const
 
Double_t GetParameter (size_t parameter) const override
 
std::vector< Double_t > GetParameters () const override
 
Bool_t IsGroupable () const override
 
void Print (Option_t *opt="") const override
 
virtual void ReadFromChannel ()
 
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="")
 
void SetParameter (Int_t idx, Double_t param)
 
void SetParameters (std::vector< Double_t > paramvec)
 
virtual void WriteToAllChannels (const std::string &mnemonic="")
 
void WriteToChannel () const override
 

Protected Member Functions

void InitTCal ()
 

Private Attributes

std::vector< Double_t > fParameters
 

#include <TCFDCal.h>

+ Inheritance diagram for TCFDCal:
+ Collaboration diagram for TCFDCal:

Constructor & Destructor Documentation

◆ TCFDCal() [1/2]

TCFDCal::TCFDCal ( )
inline

Definition at line 12 of file TCFDCal.h.

◆ TCFDCal() [2/2]

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

Definition at line 13 of file TCFDCal.h.

◆ ~TCFDCal()

TCFDCal::~TCFDCal ( )
overridedefault

Member Function Documentation

◆ AddParameter()

void TCFDCal::AddParameter ( Double_t  param)

Definition at line 29 of file TCFDCal.cxx.

References fParameters.

◆ Clear()

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

Definition at line 9 of file TCFDCal.cxx.

References TCal::Clear().

◆ Copy()

void TCal::Copy ( TObject &  obj) const
overrideinherited

Copies the TCal.

Definition at line 46 of file TCal.cxx.

References TCal::fChan, TCal::fFitFunc, and TCal::fNuc.

Referenced by TEfficiencyCal::Copy(), TGainMatch::Copy(), and TCal::TCal().

◆ 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

◆ GetParameter()

Double_t TCFDCal::GetParameter ( size_t  parameter) const
overridevirtual

Reimplemented from TCal.

Definition at line 74 of file TCFDCal.cxx.

References fParameters.

◆ GetParameters()

std::vector< Double_t > TCFDCal::GetParameters ( ) const
overridevirtual

Reimplemented from TCal.

Definition at line 65 of file TCFDCal.cxx.

References fParameters.

◆ 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 TCFDCal::IsGroupable ( ) const
inlineoverridevirtual

Implements TCal.

Definition at line 17 of file TCFDCal.h.

◆ Print()

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

Definition at line 52 of file TCFDCal.cxx.

References fParameters, TCal::GetChannel(), and TChannel::GetNumber().

◆ ReadFromChannel()

void TCFDCal::ReadFromChannel ( )
virtual

Definition at line 43 of file TCFDCal.cxx.

References fParameters, TChannel::GetCFDCoeff(), and TCal::GetChannel().

◆ 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().

◆ SetParameter()

void TCFDCal::SetParameter ( Int_t  idx,
Double_t  param 
)

Definition at line 39 of file TCFDCal.cxx.

◆ SetParameters()

void TCFDCal::SetParameters ( std::vector< Double_t >  paramvec)

Definition at line 34 of file TCFDCal.cxx.

References fParameters.

◆ 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()

void TCFDCal::WriteToChannel ( ) const
overridevirtual

Member Data Documentation

◆ fParameters

std::vector<Double_t> TCFDCal::fParameters
private