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