コード例 #1
0
 def __init__(self, pthatbin, triggerdata, style):
     ComparisonObject.__init__(self, triggerdata, style)
     self.__pthatbin = pthatbin
コード例 #2
0
 def __init__(self, triggername, triggerdata, style):
     ComparisonObject.__init__(self, triggerdata, style)
     self.__triggername = triggername
コード例 #3
0
ファイル: MCTruthPlot.py プロジェクト: mfasDa/raadev
 def __init__(self, pthatbin, spectrum, style = None):
     """
     Constructor
     """
     ComparisonObject.__init__(self, spectrum, style)
     self.__pthatbin = pthatbin