added new option to musrt0: the key 'T' will set the t0 cursor to the maximum of the histogram
This commit is contained in:
@ -79,6 +79,7 @@ class PMusrT0 : public TObject, public TQObject
|
||||
Int_t fDetectorTag;
|
||||
Int_t fAddRunNo;
|
||||
Int_t fAddRunOffset;
|
||||
Int_t fT0Estimated;
|
||||
|
||||
// canvas related variables
|
||||
TCanvas *fMainCanvas;
|
||||
@ -101,6 +102,7 @@ class PMusrT0 : public TObject, public TQObject
|
||||
|
||||
void InitDataAndBkg();
|
||||
void SetT0Channel();
|
||||
void SetEstimatedT0Channel();
|
||||
void SetDataFirstChannel();
|
||||
void SetDataLastChannel();
|
||||
void SetBkgFirstChannel();
|
||||
|
Reference in New Issue
Block a user