#include <JRunHistograms.hh>
Definition at line 479 of file JRunHistograms.hh.
TriggerHistograms::TriggerHistograms |
( |
| ) |
|
|
inline |
Definition at line 502 of file JRunHistograms.hh.
TH1D * h_pmt_distribution_snapshot_hits
TH2D * h_Snapshot_hits_per_module
TH1D * h_pmt_distribution_triggered_hits
TH1D * h_Number_of_overlays
TH2D * h_Triggered_hits_per_module
TH1D * h_tot_distribution_snapshot_hits
TH1D * h_Trigger_bit_event
TH1D * h_tot_distribution_triggered_hits
JManager< string, TH2D > * m_Snapshot_hits_per_pmt
void TriggerHistograms::initialize |
( |
std::set< int > & |
du_ids, |
|
|
int |
modules_per_string |
|
) |
| |
|
inline |
Definition at line 524 of file JRunHistograms.hh.
void init_h_Trigger_time()
void init_h_Trigger_bit_event()
void init_h_Triggered_hits_per_module(int modules_per_string, std::set< int > &du_ids)
void init_h_Snapshot_hits_per_module(int modules_per_string, std::set< int > &du_ids)
void init_h_pmt_distribution_snapshot_hits()
void init_h_tot_distribution_triggered_hits()
void init_h_Number_of_overlays()
void init_h_Snapshot_hits()
void init_m_Snapshot_hits_per_pmt(int modules_per_string)
void init_h_Triggered_hits()
void init_h_tot_distribution_snapshot_hits()
void init_h_pmt_distribution_triggered_hits()
void init_h_Trigger_bit_hit()
void TriggerHistograms::init_h_Trigger_bit_event |
( |
| ) |
|
|
inline |
Definition at line 544 of file JRunHistograms.hh.
547 string title =
MAKE_STRING (
"Number of events as a function of trigger bit in event ; Trigger Bit ; Counts ");
static const unsigned int NUMBER_OF_TRIGGER_BITS
Number of trigger bits.
#define MAKE_STRING(A)
Make string.
TH1D * h_Trigger_bit_event
const char * getTriggerName(JTriggerbit_t bit)
Get trigger name.
void TriggerHistograms::init_h_Trigger_bit_hit |
( |
| ) |
|
|
inline |
Definition at line 570 of file JRunHistograms.hh.
573 string title =
MAKE_STRING (
"Number of hits per event as a function of trigger bit in hit ; Trigger Bit ; #Events ");
static const unsigned int NUMBER_OF_TRIGGER_BITS
Number of trigger bits.
#define MAKE_STRING(A)
Make string.
const char * getTriggerName(JTriggerbit_t bit)
Get trigger name.
void TriggerHistograms::init_h_Trigger_time |
( |
| ) |
|
|
inline |
Definition at line 595 of file JRunHistograms.hh.
598 string title =
MAKE_STRING (
"Time of first triggered hit ; time [ms] ; #Events ");
600 h_Trigger_time =
new TH1D (name.c_str() , title.c_str() , 50, -0.5, 100.5 );
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_h_Snapshot_hits |
( |
| ) |
|
|
inline |
Definition at line 607 of file JRunHistograms.hh.
610 string title =
MAKE_STRING (
" ; Number of snapshot hits; Events ");
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_h_Triggered_hits |
( |
| ) |
|
|
inline |
Definition at line 620 of file JRunHistograms.hh.
623 string title =
MAKE_STRING (
" ; Number of triggered hits; Events ");
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_h_Number_of_overlays |
( |
| ) |
|
|
inline |
Definition at line 633 of file JRunHistograms.hh.
636 string title =
MAKE_STRING (
" ; Number of overlays; Events ");
638 int MAX_OVERLAYS = 1000;
640 h_Number_of_overlays =
new TH1D (name.c_str() , title.c_str() , MAX_OVERLAYS , -0.5, MAX_OVERLAYS - 0.5 );
TH1D * h_Number_of_overlays
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_h_Snapshot_hits_per_module |
( |
int |
modules_per_string, |
|
|
std::set< int > & |
du_ids |
|
) |
| |
|
inline |
Definition at line 648 of file JRunHistograms.hh.
651 string title =
MAKE_STRING (
" ; String ; Floor ; Number of snapshot hits ");
654 *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 ,
655 modules_per_string , 0.5 , modules_per_string + 0.5 );
TH2D * h_Snapshot_hits_per_module
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_h_Triggered_hits_per_module |
( |
int |
modules_per_string, |
|
|
std::set< int > & |
du_ids |
|
) |
| |
|
inline |
Definition at line 663 of file JRunHistograms.hh.
666 string title =
MAKE_STRING (
" ; String ; Floor ; Number of triggered hits ");
669 *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 ,
670 modules_per_string , 0.5 , modules_per_string + 0.5 );
TH2D * h_Triggered_hits_per_module
#define MAKE_STRING(A)
Make string.
void TriggerHistograms::init_m_Snapshot_hits_per_pmt |
( |
int |
modules_per_string | ) |
|
|
inline |
Definition at line 678 of file JRunHistograms.hh.
681 string title =
MAKE_STRING (
" ; TDC Channel ; Floor ; Number of snapshot hits ");
684 modules_per_string , 0.5 , modules_per_string + 0.5 ) );
#define MAKE_STRING(A)
Make string.
Auxiliary class to manage set of compatible ROOT objects (e.g.
static const int NUMBER_OF_PMTS
Total number of PMTs in module.
JManager< string, TH2D > * m_Snapshot_hits_per_pmt
void TriggerHistograms::init_h_pmt_distribution_triggered_hits |
( |
| ) |
|
|
inline |
Definition at line 692 of file JRunHistograms.hh.
695 string title =
MAKE_STRING (
" ; TDC Channel ; Counts [a.u.]");
TH1D * h_pmt_distribution_triggered_hits
#define MAKE_STRING(A)
Make string.
static const int NUMBER_OF_PMTS
Total number of PMTs in module.
void TriggerHistograms::init_h_tot_distribution_triggered_hits |
( |
| ) |
|
|
inline |
Definition at line 703 of file JRunHistograms.hh.
706 string title =
MAKE_STRING (
" ; ToT [ns] ; Counts [a.u.]");
#define MAKE_STRING(A)
Make string.
TH1D * h_tot_distribution_triggered_hits
void TriggerHistograms::init_h_pmt_distribution_snapshot_hits |
( |
| ) |
|
|
inline |
Definition at line 715 of file JRunHistograms.hh.
718 string title =
MAKE_STRING (
" ; TDC Channel ; Counts [a.u.]");
TH1D * h_pmt_distribution_snapshot_hits
#define MAKE_STRING(A)
Make string.
static const int NUMBER_OF_PMTS
Total number of PMTs in module.
void TriggerHistograms::init_h_tot_distribution_snapshot_hits |
( |
| ) |
|
|
inline |
Definition at line 727 of file JRunHistograms.hh.
730 string title =
MAKE_STRING (
" ; ToT [ns] ; Counts [a.u.]");
#define MAKE_STRING(A)
Make string.
TH1D * h_tot_distribution_snapshot_hits
TH1D* TriggerHistograms::h_Trigger_bit_event |
TH1D* TriggerHistograms::h_Trigger_bit_hit |
TH1D* TriggerHistograms::h_Trigger_time |
TH1D* TriggerHistograms::h_Snapshot_hits |
TH1D* TriggerHistograms::h_Triggered_hits |
TH1D* TriggerHistograms::h_Number_of_overlays |
TH2D* TriggerHistograms::h_Snapshot_hits_per_module |
TH2D* TriggerHistograms::h_Triggered_hits_per_module |
JManager< string , TH2D >* TriggerHistograms::m_Snapshot_hits_per_pmt |
TH1D* TriggerHistograms::h_pmt_distribution_triggered_hits |
TH1D* TriggerHistograms::h_tot_distribution_triggered_hits |
TH1D* TriggerHistograms::h_pmt_distribution_snapshot_hits |
TH1D* TriggerHistograms::h_tot_distribution_snapshot_hits |
The documentation for this struct was generated from the following file: