Skip to content
Snippets Groups Projects
Commit 3cd6d9e4 authored by Chad Lantz's avatar Chad Lantz
Browse files

Added detector waveform plotting method

parent d5bc69e9
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,11 @@ void EMAnalysis::AnalyzeEvent( ){
hPeakSum->Fill(PeakSum);
hDiffPeakSum->Fill(DiffPeakSum);
// m_EM->PlotWF(m_counter);
// m_EM->PlotWFandDerivative(m_counter, -3300, -2550, -400, 900);
// m_EM->PlotWFandPWF(m_counter, -3300, -2550, -10, 700);
m_counter++;
}
/** @brief Finalize method for EMAnalysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment