Beispiel #1
0
 def __init__(self, roothist):
     """
     Constructor
     
     :param roothist: underlying root THnSparse
     :type roothist: THnSparse
     """
     THnSparseWrapper.__init__(self, roothist)
Beispiel #2
0
 def __init__(self, roothist):
     '''
     Constructor
     '''
     THnSparseWrapper.__init__(self, roothist)
Beispiel #3
0
 def __init__(self, roothist):
     '''
     Constructor
     '''
     THnSparseWrapper.__init__(self, roothist)
     self._axisdefinition = AxisFormatTriggerPatches()