コード例 #1
0
ファイル: ClusterTHnSparse.py プロジェクト: mfasDa/raadev
 def __init__(self, roothist):
     """
     Constructor
     
     :param roothist: underlying root THnSparse
     :type roothist: THnSparse
     """
     THnSparseWrapper.__init__(self, roothist)
コード例 #2
0
ファイル: TrackTHnSparse.py プロジェクト: mfasDa/raadev
 def __init__(self, roothist):
     '''
     Constructor
     '''
     THnSparseWrapper.__init__(self, roothist)
コード例 #3
0
 def __init__(self, roothist):
     '''
     Constructor
     '''
     THnSparseWrapper.__init__(self, roothist)
     self._axisdefinition = AxisFormatTriggerPatches()