Go to the source code of this file.
Namespaces | |
statics | |
Variables | |
tuple | statics.baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?") |
tuple | statics.f = open('db.txt') |
tuple | statics.farg = re.compile("\(.*\)") |
tuple | statics.fields = line.split("'") |
tuple | statics.fre = re.compile("function") |
tuple | statics.G = nx.DiGraph() |
tuple | statics.path = nx.shortest_path(G,tfunc,static) |
tuple | statics.skipfunc = re.compile("(edm::(LuminosityBlock::|Run::|Event::)getBy(Label|Token))|(fwlite::|edm::EDProductGetter::getIt|edm::Event::|edm::eventsetup::EventSetupRecord::get|edm::eventsetup::DataProxy::getImpl|edm::EventPrincipal::unscheduledFill|edm::ServiceRegistry::get|edm::eventsetup::EventSetupRecord::getImplementation|edm::eventsetup::EventSetupRecord::getFromProxy|edm::eventsetup::DataProxy::get)") |
tuple | statics.skipfuncs = set() |
tuple | statics.statics = set() |
tuple | statics.topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun)\(") |
tuple | statics.toplevelfuncs = set() |