Public Member Functions | |
def | __init__ |
def | apply |
Public Member Functions inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
def | __init__ |
def | initROOT |
def | pass_floats |
def | purify_native |
def | purify_ROOT |
Static Public Member Functions | |
def | findStrings |
Static Public Member Functions inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
def | sanitize |
Additional Inherited Members | |
Public Attributes inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
constants | |
environment | |
options | |
formula | |
purify | |
ROOT | |
Definition at line 144 of file RemoveMathFromGDML.py.
def RemoveMathFromGDML.GDMLpurifier.__init__ | ( | self, | |
args, | |||
kargs | |||
) |
Definition at line 145 of file RemoveMathFromGDML.py.
def RemoveMathFromGDML.GDMLpurifier.apply | ( | self, | |
token, | |||
iLine = None |
|||
) |
Purifies the token
Definition at line 192 of file RemoveMathFromGDML.py.
|
static |
Returns a list of pairs: (prefix, double quoted string) One of them may be None if no such element is present
Definition at line 149 of file RemoveMathFromGDML.py.