Description of the class. More...
#include <Peak.h>
Inherits TObject.
Public Member Functions | |
Double_t | GetIntensity () |
Double_t | GetPosition (const Int_t i) |
const Double_t * | GetPosition () |
Double_t | GetResolution (const Int_t i) |
const Double_t * | GetResolution () |
Int_t | GetSize () |
Peak () | |
Peak (Int_t n) | |
Peak (const Peak &p) | |
void | Set (Int_t n) |
Set the dimension. A new array for position (resolution) is created, the old contents copied to new array, then the old array is deleted. More... | |
void | SetIntensity (const Double_t val) |
void | SetPosition (const Double_t x, const Double_t y=0.0, const Double_t z=0.0) |
void | SetPosition (const Double_t *array) |
void | SetResolution (const Double_t x, const Double_t y=0.0, const Double_t z=0.0) |
void | SetResolution (const Double_t *array) |
virtual | ~Peak () |