The Gaudi Framework
master (b9786168)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Symbols
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
Macros
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
▼
The Gaudi Framework
Gaudi Software Framework
►
Changelog
►
Changelog
►
Gaudi Manual
►
release.notes.v28r2p1
►
release.notes.v29r0
►
release.notes.v29r1
►
release.notes.v29r2
►
release.notes.v29r3
►
release.notes.v29r4
►
release.notes.v29r5
►
release.notes.v30r0
►
release.notes.v30r1
►
release.notes.v30r2
►
release.notes.v30r3
►
release.notes.v30r4
►
release.notes.v30r5
►
release.notes.v31r0
►
release.notes.v32r0
►
release.notes.v32r1
►
release.notes.v32r2
►
Related external libraries
►
Release Notes
Fix-Me's
Todo List
Deprecated List
►
Topics
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
docs
►
Gaudi
►
GaudiAud
►
GaudiCommonSvc
►
GaudiConfiguration
►
GaudiCoreSvc
►
GaudiCUDA
►
GaudiExamples
►
GaudiFunctional
▼
GaudiHive
▼
options
►
AtlasMCRecoFullPrecedenceDump.py
►
AtlasMCRecoScenario.py
►
AutoLoadUnmetDataInputs.py
►
AvalancheSchedulerErrorTest.py
►
AvalancheSchedulerSimpleTest.py
►
BasicViewTest.py
►
BrunelScenarioAvalancheScheduler.py
►
BugCFHEP114.py
►
CFBugWithEmptyNode.py
►
CFinViewTest.py
►
ConditionsStallTest.py
►
ControlFlowBranching+CrossBranchDataFlow.py
►
DetectSCCinDF.py
►
detectSimpleStall.py
►
EarlyTerminatingBranchesSharingAlgorithm.py
►
graphanalysis.py
►
jsonFromLHCbLog.py
►
ManySmallAlgs.py
►
ModelDFAmbiguity.py
►
OffloadAtlasMCRecoScenario.py
►
OffloadCMSRecoScenario.py
►
ReadAndWriteWhiteBoard.py
►
ReadWhiteBoard.py
►
SequentialAlgSequencerTest.py
►
SubSlotException.py
►
SubSlotVsSlotIsolation.py
►
testMultithreadedAlg.py
►
testWhiteBoard.py
►
ViewIsolationTest.py
►
ViewThenViewTest.py
►
WriteWhiteBoard.py
►
profiling
►
python
►
scripts
►
src
►
GaudiKernel
►
GaudiMonitor
►
GaudiMP
►
GaudiPartProp
►
GaudiPluginService
►
GaudiPolicy
►
GaudiPython
►
GaudiRelease
►
GaudiRelease
►
GaudiSvc
►
GaudiTestSuite
►
GaudiUtils
►
include
►
PartPropSvc
►
RootCnv
►
RootHistCnv
►
utils
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
Namespaces
|
Functions
|
Variables
graphanalysis.py File Reference
Go to the source code of this file.
Namespaces
namespace
graphanalysis
Functions
graphanalysis.read_graph_from_json
(
filename
)
graphanalysis.analyze_and_fix_cycles
(
gr
)
graphanalysis.analyze_connected_componets
(
gr
)
graphanalysis.analyze_critical_path
(
gr
)
graphanalysis.print_graph_to_json
(
gr
,
filename
)
Variables
str
graphanalysis.filename
= "Athena.json"
graphanalysis.gr
=
read_graph_from_json
(
filename
)
graphanalysis.had_to_fix_cycles
=
analyze_and_fix_cycles
(
gr
)
GaudiHive
options
graphanalysis.py
Generated on Tue Oct 28 2025 17:49:24 for The Gaudi Framework by
1.13.1