Public Member Functions | |
def | __init__ |
def | CSliceVar |
def | CSpillVar |
def | SimpleSliceVar |
def | SimpleSpillVar |
def | CSliceCut |
def | CSpillCut |
def | __getattr__ |
Private Attributes | |
_cppyy | |
def cafana.PyCAFAna.__init__ | ( | self, | |
cppyy | |||
) |
def cafana.PyCAFAna.__getattr__ | ( | self, | |
name | |||
) |
def cafana.PyCAFAna.CSliceCut | ( | self, | |
body | |||
) |
def cafana.PyCAFAna.CSliceVar | ( | self, | |
body | |||
) |
Construct a new slice Var given the C++ body as a string
def cafana.PyCAFAna.CSpillCut | ( | self, | |
body | |||
) |
def cafana.PyCAFAna.CSpillVar | ( | self, | |
body | |||
) |
Construct a new spill Var given the C++ body as a string
def cafana.PyCAFAna.SimpleSliceVar | ( | self, | |
name | |||
) |
def cafana.PyCAFAna.SimpleSpillVar | ( | self, | |
name | |||
) |