icecube.production_histograms.histograms.simulation.secondary_multiplicity module

class icecube.production_histograms.histograms.simulation.secondary_multiplicity.SecondaryMultiplicity

Bases: Histogram

Histograms the multiplicity of before propagation

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.