313 {
314
316 "Number of events as a function of trigger bit in event ; Trigger Bit ; Counts",
317 NUMBER_OF_TRIGGER_BITS , -0.5, NUMBER_OF_TRIGGER_BITS - 0.5 );
318
320
322
324 }else{
325
327 }
328 }
330
331
333 "Number of hits per event as a function of trigger bit in hit ; Trigger Bit ; #Events",
334 NUMBER_OF_TRIGGER_BITS, -0.5, NUMBER_OF_TRIGGER_BITS - 0.5 );
335
337
339
341 }else{
342
344 }
345 }
346
348
349 h_Snapshot_hits =
new TH1D (
"h_Snapshot_hits",
" ; Number of snapshot hits; Events ", 50, 0, 4 );
351
352 h_Triggered_hits =
new TH1D (
"h_Triggered_hits",
" ; Number of triggered hits; Events ", 50 , 0, 4 );
354
355 h_Triggered_hits_3dmuon =
new TH1D (
"h_Triggered_hits_3dmuon",
" ; Number of triggered hits for JTRIGGER3DMUON; Events ", 50 , 0, 3 );
357
359 "Number of triggered hits for JTRIGGER3DMUON; String ; Floor ; Number of JTRIGGER3DMUON hits",
360 du_ids, modules_per_string);
361
363
364 h_event_duration =
new TH1D (
"h_event_duration",
" ; Event Duration [ns]; Events", 60 , 1, 6 );
366
367 h_Number_of_overlays =
new TH1D (
"h_Number_of_overlays",
" ; Number of overlays; Events ", 1000, -0.5, 1000 - 0.5 );
369 " ; String ; Floor ; Number of snapshot hits ",
370 du_ids, modules_per_string);
371
373 " ; String ; Floor ; Number of triggered hits",
374 du_ids, modules_per_string);
375
377 " ; TDC Channel ; Floor ; Number of snapshot hits",
378 NUMBER_OF_PMTS , -0.5 , NUMBER_OF_PMTS - 0.5 ,
379 modules_per_string , 0.5 , modules_per_string + 0.5 ) );
380
382 " ; TDC Channel ; Counts [a.u.]", NUMBER_OF_PMTS , -0.5 , NUMBER_OF_PMTS - 0.5);
384 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);
386 }
TH2D * h2_detector_map_factory(const char *name, const char *title, std::set< int > &du_ids, int modules_per_string)
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.