#include <JRunHistograms.hh>
Definition at line 108 of file JRunHistograms.hh.
◆ SummaryHistograms()
SummaryHistograms::SummaryHistograms |
( |
| ) |
|
|
inline |
◆ initialize()
void SummaryHistograms::initialize |
( |
std::set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
◆ init_h_fifo_per_dom()
void SummaryHistograms::init_h_fifo_per_dom |
( |
std::set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
Definition at line 158 of file JRunHistograms.hh.
161 string title =
MAKE_STRING (
" FIFO ; String ; Floor ; Number of slices with FIFO almost full ");
163 h_fifo_per_dom =
new TH2D (name.c_str() , title.c_str() , *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 , modules_per_string , 0.5 , modules_per_string + 0.5 );
◆ init_h_daq_status_per_dom()
void SummaryHistograms::init_h_daq_status_per_dom |
( |
std::set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
Definition at line 172 of file JRunHistograms.hh.
174 string name =
MAKE_STRING (
"h_daq_status_per_dom");
175 string title =
MAKE_STRING (
" DAQ Status ; String ; Floor ; Number of slices with wrong DAQ status of packets ");
177 h_daq_status_per_dom =
new TH2D (name.c_str() , title.c_str() , *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 , modules_per_string , 0.5 , modules_per_string + 0.5 );
◆ init_h_hrv_per_dom()
void SummaryHistograms::init_h_hrv_per_dom |
( |
set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
Definition at line 186 of file JRunHistograms.hh.
189 string title =
MAKE_STRING (
"HRV ; String ; Floor ; Number of slices with at least 1 PMT in HRV");
191 h_hrv_per_dom =
new TH2D (name.c_str() , title.c_str() , *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 , modules_per_string , 0.5 , modules_per_string + 0.5 );
◆ init_h_rate_summary()
void SummaryHistograms::init_h_rate_summary |
( |
set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
Definition at line 200 of file JRunHistograms.hh.
203 string title =
MAKE_STRING (
"Summary slices ; String ; Floor ; Mean rate over all summary slices [kHz]");
205 h_rate_summary =
new TH2D (name.c_str() , title.c_str() , *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 , modules_per_string , 0.5 , modules_per_string + 0.5 );
◆ init_h_pmt_rate_distribution()
void SummaryHistograms::init_h_pmt_rate_distribution |
( |
| ) |
|
|
inline |
◆ init_h_dom_rate_distribution()
void SummaryHistograms::init_h_dom_rate_distribution |
( |
| ) |
|
|
inline |
◆ init_m_mean_summary_rate_distribution()
void SummaryHistograms::init_m_mean_summary_rate_distribution |
( |
| ) |
|
|
inline |
Definition at line 243 of file JRunHistograms.hh.
245 string name =
MAKE_STRING (
"%/h_mean_summary_rate_distribution");
246 string title =
MAKE_STRING (
" ; rate [kHz] ; # PMTs");
248 TH1D* h =
new TH1D(name.c_str() , title.c_str() , 40 , 0 , log10(1000));
◆ init_m_mean_summary_rate()
void SummaryHistograms::init_m_mean_summary_rate |
( |
int |
modules_per_string | ) |
|
|
inline |
◆ init_m_summary_rate_distribution()
void SummaryHistograms::init_m_summary_rate_distribution |
( |
| ) |
|
|
inline |
Definition at line 272 of file JRunHistograms.hh.
274 string name =
MAKE_STRING (
"%/h_pmt_rate_distributions_Summaryslice");
275 string title =
MAKE_STRING (
"Summaryslice ; TDC channel ; rate [kHz] ; counts");
277 TH2D* h_summary_rate_distribution =
new TH2D (name.c_str() , title.c_str(),
279 100 , -1 , log10(10000));
281 BinLogY (h_summary_rate_distribution);
◆ h_mean_fifo
TH1D* SummaryHistograms::h_mean_fifo |
◆ h_fifo_per_dom
TH2D* SummaryHistograms::h_fifo_per_dom |
◆ h_daq_status_per_dom
TH2D* SummaryHistograms::h_daq_status_per_dom |
◆ h_hrv_per_dom
TH2D* SummaryHistograms::h_hrv_per_dom |
◆ h_rate_summary
TH2D* SummaryHistograms::h_rate_summary |
◆ h_pmt_rate_distribution
TH1D* SummaryHistograms::h_pmt_rate_distribution |
◆ h_dom_rate_distribution
TH1D* SummaryHistograms::h_dom_rate_distribution |
◆ m_mean_summary_rate
JManager< string , TH2D >* SummaryHistograms::m_mean_summary_rate |
◆ m_mean_summary_rate_distribution
JManager< string , TH1D >* SummaryHistograms::m_mean_summary_rate_distribution |
◆ m_summary_rate_distribution
JManager< string , TH2D >* SummaryHistograms::m_summary_rate_distribution |
The documentation for this struct was generated from the following file: