1 #ifndef _QG_CALIBRATION_PEAK_FRAME_HH_
2 #define _QG_CALIBRATION_PEAK_FRAME_HH_
25 void Clear(Option_t* opt=
"");
double min(const Diana::QVector &v)
Part of a QGCalibrationWindow for a specific peak.
void HandleSetButton()
Handle set button.
void SetMaxAmplitude(Double_t max)
Set max amplitude.
Double_t GetMinAmplitude() const
Get min amplitude.
TGTextEntry * fMinAmplitudeBox
Min amplitude box.
Bool_t IsMinAmplitudeSet() const
Return true if min amplitude is set.
void SetEnergy(Double_t energy)
Set energy.
virtual ~QGCalibrationPeakFrame()
Destructor.
void SetMinAmplitude(Double_t min)
Set min amplitude.
TGTextEntry * fMaxAmplitudeBox
Max amplitude box.
Double_t GetMaxAmplitude() const
Get max amplitude.
QGCalibrationPeakFrame(TGWindow *p=0, UInt_t w=10, UInt_t h=10)
Constructor.
Double_t fEnergy
Energy of the peak.
TGTextEntry * fPeakEnergyBox
Box for peak energy.
Double_t GetEnergy() const
Get energy of peak.
Bool_t IsMaxAmplitudeSet() const
Return true if max amplitude is set.
void Clear(Option_t *opt="")
Clear data.
TGTextButton * fSetButton
Set button.