icecube.production_histograms.histogram_modules.histogram_module module¶
- class icecube.production_histograms.histogram_modules.histogram_module.HistogramModule¶
Bases:
object
This is a base class for a collection of histograms. Like an I3Module the user should override one of the ‘Stop’ methods, like DAQ or Physics.
- Calibration(frame)¶
- DAQ(frame)¶
- DetectorStatus(frame)¶
- Geometry(frame)¶
- Physics(frame)¶
- append(obj)¶
Appends histograms. If a class object is passed, and instance is created on the fly.