297 {
298
300 "Number of events as a function of trigger bit in event ; Trigger Bit ; Counts",
301 NUMBER_OF_TRIGGER_BITS , -0.5, NUMBER_OF_TRIGGER_BITS - 0.5 );
302
304
306
308 }else{
309
311 }
312 }
314
315
317 "Number of hits per event as a function of trigger bit in hit ; Trigger Bit ; #Events",
318 NUMBER_OF_TRIGGER_BITS, -0.5, NUMBER_OF_TRIGGER_BITS - 0.5 );
319
321
323
325 }else{
326
328 }
329 }
330
332
333 h_Snapshot_hits =
new TH1D (
"h_Snapshot_hits",
" ; Number of snapshot hits; Events ", 50, 0, 4 );
335
336 h_Triggered_hits =
new TH1D (
"h_Triggered_hits",
" ; Number of triggered hits; Events ", 50 , 0, 4 );
338
339 h_Triggered_hits_3dmuon =
new TH1D (
"h_Triggered_hits_3dmuon",
" ; Number of triggered hits for JTRIGGER3DMUON; Events ", 50 , 0, 3 );
341
343 "Number of triggered hits for JTRIGGER3DMUON; String ; Floor ; Number of JTRIGGER3DMUON hits",
344 *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5,
345 modules_per_string , 0.5 , modules_per_string + 0.5 );
346
348
349 h_event_duration =
new TH1D (
"h_event_duration",
" ; Event Duration [ns]; Events", 60 , 1, 6 );
351
352 h_Number_of_overlays =
new TH1D (
"h_Number_of_overlays",
" ; Number of overlays; Events ", 1000, -0.5, 1000 - 0.5 );
354 " ; String ; Floor ; Number of snapshot hits ",
355 *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 ,
356 modules_per_string , 0.5 , modules_per_string + 0.5 );
357
359 " ; String ; Floor ; Number of triggered hits",
360 *du_ids.rbegin() , 0.5 , *du_ids.rbegin() + 0.5 ,
361 modules_per_string , 0.5 , modules_per_string + 0.5 );
362
364 " ; TDC Channel ; Floor ; Number of snapshot hits",
365 NUMBER_OF_PMTS , -0.5 , NUMBER_OF_PMTS - 0.5 ,
366 modules_per_string , 0.5 , modules_per_string + 0.5 ) );
367
369 " ; TDC Channel ; Counts [a.u.]", NUMBER_OF_PMTS , -0.5 , NUMBER_OF_PMTS - 0.5);
371 h_pmt_distribution_snapshot_hits =
new TH1D (
"h_pmt_distribution_snapshot_hits",
" ; TDC Channel ; Counts [a.u.]", NUMBER_OF_PMTS , -0.5 , NUMBER_OF_PMTS - 0.5);
373 }
void setLogarithmicX(TList *list)
Make x-axis of objects in list logarithmic (e.g. after using log10()).
const char * getTriggerName(JTriggerbit_t bit)
Get trigger name.
static const unsigned int NUMBER_OF_TRIGGER_BITS
Number of trigger bits.