icecube.production_histograms.histograms.simulation.noise_occupancy module¶
- class icecube.production_histograms.histograms.simulation.noise_occupancy.NoiseOccupancy¶
Bases:
Histogram
Histograms the occupancy of noise PEs.
- DAQ(frame)¶
Derived classes can override this. Same for the other IceTray-like methods below.
Pull objects out of the frame, perform whatever calculations are required and call the base class fill method… e.g. ‘self.fill(x)’
- def DAQ(self, frame):
self.fill(frame[“Primary”].energy)
Write safer code than that, but you get the idea.