19.5.2011 Kamil Sedlak
1) bug fix in musrAnalysis.cxx for rotation reference frame causing some memory leak 2) Implementing prompt peak variables and conditions (usefull only for investigations of the origin of the prompt peak). 3) Updating the documentation describing changes in point 2)
This commit is contained in:
@ -34,6 +34,8 @@ public:
|
||||
// TH1D** GetHistArray1D(std::string& varToBeFilled) {varToBeFilled = variableToBeFilled_X; return histArray1D;}
|
||||
TH1D** GetHistArray1D() {return histArray1D;}
|
||||
// TH2D** GetHistArray2D() {return histArray2D;}
|
||||
Int_t GetXmin1D();
|
||||
Int_t GetXmax1D();
|
||||
Int_t GetNbinsX1D();
|
||||
Int_t GetNbinsX2D();
|
||||
Int_t GetNbinsY2D();
|
||||
|
Reference in New Issue
Block a user