Skip to content
Snippets Groups Projects

Wfa change get rms

Merged ymoyal requested to merge WFA_Change_GetRMS into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -329,7 +329,7 @@ double WFAnalysis::GetRMS( Channel* Ch ){
hDiffHisto->Reset();
hDiffHisto->ResetStats();
hDiffHisto->SetBins( (xmax - xmin)/12, xmin, xmax);
hDiffHisto->SetBins( (xmax - xmin)/36, xmin/3, xmax/3);
//Loop over the histogram excluding the window used for differentiating to fill hRMS
Int_t nbins = Ch->FirstDerivative->GetNbinsX();
Loading