Exemplo n.º 1
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "MCPrimary"
     self.append(Histogram(0, 180, 180, "MCPrimaryZenith"))
     self.append(Histogram(0, 360, 360, "MCPrimaryAzimuth"))
     self.append(Histogram(0, 10, 100, "MCPrimaryEnergy"))
     self.append(Histogram(0, 1000, 1000, "MCPrimaryLength"))
Exemplo n.º 2
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "I3MCPESeriesMap"
     self.append(Histogram(1, 65, 64, "PEDOMOccup"))
     self.append(Histogram(0, 1000, 1000, "NMCPEChan"))
     self.append(Histogram(-10000, 100000, 1000, "MCPETime"))
     self.append(Histogram(0, 1000, 100, "MCPEs"))
Exemplo n.º 3
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "InIceRawData"
     self.append(Histogram(0, 1000, 1000, "InIceDOMNChannel"))
     self.append(Histogram(1, 10, 10, "InIceDOMLaunchPerChannel"))
     self.append(Histogram(1, 61, 60, "InIceDOMOccupancy"))
     self.append(Histogram(-10000, 100000, 1000, "InIceDOMLaunchTime"))
Exemplo n.º 4
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "I3MCTree"
     self.append(Histogram(0, 180, 180, "PrimaryZenith"))
     self.append(Histogram(-1, 1, 100, "PrimaryCosZenith"))
     self.append(Histogram(0, 10, 50, "PrimaryEnergy"))
     self.append(Histogram(0, 42, 42, "PrimaryType"))
     self.append(Histogram(0, 10, 10, "PrimaryMultiplicity"))
Exemplo n.º 5
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "I3MCTree"
     self.append(Histogram(0, 100, 100, "NMu"))
     self.append(Histogram(0, 180, 180, "SecondaryZenith"))
     self.append(Histogram(-1, 1, 100, "SecondaryCosZenith"))
     self.append(Histogram(0, 10, 50, "SecondaryEnergy"))
     self.append(Histogram(0, 42, 42, "SecondaryType"))
     self.append(Histogram(0, 10, 100, "CascadeEnergy"))
     self.append(Histogram(0, 1000, 1000, "MuonLength"))
     self.append(Histogram(0, 100, 100, "TauLength"))
     self.append(Histogram(2, 5, 100, "LogMostEnergeticMuon"))
Exemplo n.º 6
0
 def __init__(self):
     Histogram.__init__(self, 0, 65, 64, "NoiseOccupancy")
     self.frame_key = "I3MCPESeriesMap"
Exemplo n.º 7
0
 def __init__(self):
     HistogramModule.__init__(self)
     self.frame_key = "I3TriggerHierarchy"
     self.append(Histogram(0, 9, 9, "Triggers"))
     self.append(Histogram(10000, 12000, 100, "SMT3Time"))
     self.append(Histogram(0, 10000, 100, "SMT3Length"))
     self.append(Histogram(10000, 15000, 100, "SMT8Time"))
     self.append(Histogram(0, 10000, 100, "SMT8Length"))
     self.append(Histogram(10000, 100000, 100, "SMT6Time"))
     self.append(Histogram(0, 10000, 100, "SMT6Length"))
     self.append(Histogram(10000, 16000, 100, "StringTime"))
     self.append(Histogram(0, 2000, 100, "StringLength"))
     self.append(Histogram(10000, 16000, 100, "VolumeTime"))
     self.append(Histogram(0, 1000, 100, "VolumeLength"))
     self.append(Histogram(10000, 100000, 100, "SLOPTime"))
     self.append(Histogram(0, 100000, 100, "SLOPLength"))
     self.append(Histogram(10000, 100000, 100, "GlobalThroughputTime"))
     self.append(Histogram(10000, 100000, 100, "GlobalMergedTime"))
Exemplo n.º 8
0
 def __init__(self):
     Histogram.__init__(self, 0, 10, 10, "SecondaryMultiplicity")
     self.frame_key = "I3MCTree"
Exemplo n.º 9
0
 def __init__(self):
     HistogramModule.__init__(self)
     # append a Histogram instance
     self.append(Histogram(0, 10, 10, "TestAppendInstance"))
     # append a Histogram class
     self.append(DilbertRNGHistogram)
Exemplo n.º 10
0
 def __init__(self):
     Histogram.__init__(self, 0, 10, 10, "DilbertRNG")