#include <TXXXCalibPar.h>
Inheritance diagram for TXXXCalibPar:
Public Member Functions | |
TXXXCalibPar () | |
TXXXCalibPar (const char *name, TH1 *spectrum, TGraph *curve) | |
virtual | ~TXXXCalibPar () |
Int_t | PrintParameter (Text_t *n, Int_t) |
Basic method to printout information on stdout; to be overridden by specific subclass. | |
Bool_t | UpdateFrom (TGo4Parameter *) |
Update contents of paramter class with external object. | |
void | ReadDatabase () |
Double_t | Energy (Int_t channel) |
Public Attributes | |
Double_t | fdA [__POLORDER__] |
Calibration polynom coeff. | |
Bool_t | fbRecalibrate |
Set to kTRUE to make calibration fit in update from. | |
Bool_t | fbReadDatabase |
Set to kTRUE to re-read energies from external ascii file. | |
TString | fxDatabase |
Filename for ascii file with linesname - energy. | |
Int_t | fiLinesChannel [__LINESNUMBER__] |
Centroid channel numbers for fitted lines. | |
Float_t | ffLinesEnergy [__LINESNUMBER__] |
Database energies of calibration lines. | |
TString | fxLinesNames [__LINESNUMBER__] |
Database names of calibration lines. | |
TGo4Fitter * | fxLinesFinder |
Fitter to search lines. | |
TGo4Fitter * | fxCalibrator |
Fitter for calibration of channel/energies with polynom. | |
TGraph * | fxCalibCurve |
Reference to graph containing the calibration points. | |
TString | fxGraphName |
Name of the graph to contain the calibration points. | |
TH1 * | fxCalibSpectrum |
Reference to histogram containing the calibration spectrum. | |
TString | fxSpectrumName |
Name of the calibration spectrum histogram. |
|
Definition at line 30 of file TXXXCalibPar.cxx. References __LINESNUMBER__, __POLORDER__, __TEXTMAX__, fdA, ffLinesEnergy, fiLinesChannel, fxDatabase, and fxLinesNames. |
|
|
Definition at line 107 of file TXXXCalibPar.cxx. References fxCalibrator, and fxLinesFinder. |
|
Basic method to printout information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4Parameter. Definition at line 115 of file TXXXCalibPar.cxx. |
|
Update contents of paramter class with external object. to be implemented in subclass Reimplemented from TGo4Parameter. Definition at line 121 of file TXXXCalibPar.cxx. References __DATANAME__, __GRAPHNAME__, __LINESNUMBER__, __POLORDER__, __TEXTMAX__, TGo4FitterAbstract::DoActions(), TGo4Log::Error(), fbReadDatabase, fbRecalibrate, fdA, ffLinesEnergy, fiLinesChannel, TGo4Fitter::FindModel(), fxCalibCurve, fxCalibrator, fxGraphName, fxLinesFinder, fxLinesNames, TGo4FitParsList::GetParValue(), TGo4Analysis::Instance(), TGo4FitModel::IsAssignTo(), TGo4Fitter::PrintLines(), ReadDatabase(), and TGo4FitSlotList::SetObject(). |
|
Definition at line 257 of file TXXXCalibPar.cxx. References __DATANAME__, __TEXTMAX__, TGo4Fitter::AddGauss1(), TGo4Log::Error(), ffLinesEnergy, fiLinesChannel, fxDatabase, fxLinesFinder, and fxLinesNames. Referenced by TXXXCalibPar(), and UpdateFrom(). |
|
Definition at line 304 of file TXXXCalibPar.cxx. References __POLORDER__, and fdA. Referenced by TXXXAnlProc::XXXEventAnalysis(). |
|
Calibration polynom coeff.
Definition at line 47 of file TXXXCalibPar.h. Referenced by Energy(), TXXXCalibPar(), and UpdateFrom(). |
|
Set to kTRUE to make calibration fit in update from.
Definition at line 49 of file TXXXCalibPar.h. Referenced by UpdateFrom(). |
|
Set to kTRUE to re-read energies from external ascii file.
Definition at line 51 of file TXXXCalibPar.h. Referenced by UpdateFrom(). |
|
Filename for ascii file with linesname - energy.
Definition at line 53 of file TXXXCalibPar.h. Referenced by ReadDatabase(), and TXXXCalibPar(). |
|
Centroid channel numbers for fitted lines.
Definition at line 55 of file TXXXCalibPar.h. Referenced by ReadDatabase(), TXXXCalibPar(), and UpdateFrom(). |
|
Database energies of calibration lines.
Definition at line 57 of file TXXXCalibPar.h. Referenced by ReadDatabase(), TXXXCalibPar(), and UpdateFrom(). |
|
Database names of calibration lines.
Definition at line 59 of file TXXXCalibPar.h. Referenced by ReadDatabase(), TXXXCalibPar(), and UpdateFrom(). |
|
Fitter to search lines.
Definition at line 62 of file TXXXCalibPar.h. Referenced by ReadDatabase(), TXXXCalibPar(), UpdateFrom(), and ~TXXXCalibPar(). |
|
Fitter for calibration of channel/energies with polynom.
Definition at line 65 of file TXXXCalibPar.h. Referenced by TXXXCalibPar(), UpdateFrom(), and ~TXXXCalibPar(). |
|
Reference to graph containing the calibration points.
Definition at line 68 of file TXXXCalibPar.h. Referenced by TXXXCalibPar(), and UpdateFrom(). |
|
Name of the graph to contain the calibration points.
Definition at line 70 of file TXXXCalibPar.h. Referenced by TXXXCalibPar(), and UpdateFrom(). |
|
Reference to histogram containing the calibration spectrum.
Definition at line 73 of file TXXXCalibPar.h. Referenced by TXXXCalibPar(). |
|
Name of the calibration spectrum histogram.
Definition at line 76 of file TXXXCalibPar.h. Referenced by TXXXCalibPar(). |