Go to the source code of this file.
Namespaces | |
namespace | ExtendedProperties |
Functions | |
def | ExtendedProperties::configure |
the configurtaion of the job | |
Variables | |
string | ExtendedProperties::__author__ = 'Vanya BELYAEV ibelyaev@physics.syr.edu' |
ExtendedProperties::SUCCESS = gaudimodule.SUCCESS | |
tuple | ExtendedProperties::gaudi = gaudimodule.AppMgr() |
tuple | ExtendedProperties::alg = gaudi.algorithm( 'xProps' ) |
tuple | ExtendedProperties::props = alg.properties() |
get all properties throught python | |
list | ExtendedProperties::v = props[p] |
tuple | ExtendedProperties::t = type(v) |
dictionary | ExtendedProperties::properties = {} |
get the properties in the form of python dictionary: |
Definition in file ExtendedProperties.py.