Variables | |
tuple | baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?") |
tuple | epfunc = re.compile("TGraph::(.*)\(.*\)") |
tuple | epfuncs = set() |
tuple | f = open('function-calls-db.txt') |
tuple | farg = re.compile("\(.*\)") |
tuple | fields = line.split("'") |
tuple | G = nx.DiGraph() |
tuple | path = nx.shortest_path(G,tfunc,epfunc) |
tuple | skipfunc = re.compile("TGraph::IsA\(.*\)") |
tuple | topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream)\(") |
tuple | toplevelfuncs = set() |
tuple callgraph.baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?") |
Definition at line 4 of file callgraph.py.
tuple callgraph.epfunc = re.compile("TGraph::(.*)\(.*\)") |
Definition at line 7 of file callgraph.py.
tuple callgraph.epfuncs = set() |
Definition at line 9 of file callgraph.py.
tuple callgraph.f = open('function-calls-db.txt') |
Definition at line 14 of file callgraph.py.
tuple callgraph.farg = re.compile("\(.*\)") |
Definition at line 5 of file callgraph.py.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >.functorFillLoop().
tuple callgraph.fields = line.split("'") |
Definition at line 17 of file callgraph.py.
tuple callgraph.G = nx.DiGraph() |
Definition at line 12 of file callgraph.py.
Referenced by EcalTPGParamBuilder.analyze(), L1TConfigDumper.analyze(), AlignmentProducer.applyDB(), PCLTrackerAlProducer.applyDB(), TwoTrackMinimumDistanceHelixHelix.calculate(), funct::RatioP1< A, B, Numerical< n > >.combine(), funct::RatioP2< A, B, ProductStruct< C, D > >.combine(), QGLikelihoodCalculator.computeQGLikelihood(), FlavourHistograms2D< T, G >.fill(), hitfit::Chisq_Constrainer.fit(), MuScleFit.MuScleFit(), and smearFunctionType7.smear().
Definition at line 38 of file callgraph.py.
tuple callgraph.skipfunc = re.compile("TGraph::IsA\(.*\)") |
Definition at line 8 of file callgraph.py.
tuple callgraph.topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream)\(") |
Definition at line 3 of file callgraph.py.
tuple callgraph.toplevelfuncs = set() |
Definition at line 6 of file callgraph.py.