19#include <framework/core/HistoModule.h>
26 namespace SoftwareTrigger {
43 virtual void event()
override;
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...
A class definition of an input module for Sequential ROOT I/O.
TH1F * h_pValue
chi2 probalility of the track fit
TH1F * h_sectorId_eklmhit
sector ID of hits in eKLM
TH1F * h_sectorId_bklmhit
sector ID of hits in bKLM
TH1F * h_ncdchits
Number of CDC hits associated to CDC track.
virtual void initialize() override
Module functions to be called from main process.
virtual void event() override
Module functions to be called from event process.
TH1F * h_layerId_eklmhit
layer ID of hits in eKLM
TH1F * h_d0
Signed distance to the POCA in the r-phi plane.
TH1F * h_theta_eclcluster
theta angle of ECLCluster position
TH1F * h_phi_eclcluster
phi angle of ECLCluster position
TH1F * h_phi0
Angle of the transverse momentum in the r-phi plane.
TH1F * h_charge
charge of track
CosmicRayHLTDQMModule()
Constructor / Destructor.
TH1F * h_layerId_bklmhit
layer ID of hits in bKLM
TH1F * h_e_eclcluster
energy of ECL cluster
TH1F * h_z0
z coordinate of the POCA
TH1F * h_nshower
number of ECL showers
TH1F * h_neklmhit
number of eKLM Hit
TH1F * h_ncluster
number of ecl clusters
TH1F * h_time_eclshower
time of ECL shower
TH1F * h_E1oE9_eclcluster
the E1/E9 energy ratio
std::string m_param_histogramDirectoryName
Directory to put the generated histograms.
TH1F * h_e_eclshower
energy of ECL shower
TH1F * h_ntrk
number of traks
TH1F * h_nbklmhit
number of bKLM Hit
TH1F * h_p[5]
momentum information of track
TH1F * h_Time_eclcluster
the ecl cluster time
virtual void defineHisto() override
Histogram definition.
Abstract base class for different kinds of events.