示例#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
 def __init__(self, pthatbin, spectrum, style = None):
     """
     Constructor
     """
     ComparisonObject.__init__(self, spectrum, style)
     self.__pthatbin = pthatbin