Analysis Software
Documentation for sPHENIX simulation software
|
Variables | |
tuple | g load_graph("./my_test.graphml") |
list | pT g.edge_properties["pT"] |
list | E g.edge_properties["E"] |
list | t g.vertex_properties["t"] |
list | label g.vertex_properties["label"] |
dictionary | gdict {'rankdir' : 'LR'} |
dictionary | edict {'dir' : 'forward', 'arrowhead' : 'normal','arrowsize' : '1.0','label' : pT} |
dictionary | vdict {'shape' : "plain", 'label' : label} |
list graph_fancy.E g.edge_properties["E"] |
Definition at line 20 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 20 of file graph_fancy.py
dictionary graph_fancy.edict {'dir' : 'forward', 'arrowhead' : 'normal','arrowsize' : '1.0','label' : pT} |
Definition at line 29 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 29 of file graph_fancy.py
tuple graph_fancy.g load_graph("./my_test.graphml") |
Definition at line 8 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 8 of file graph_fancy.py
dictionary graph_fancy.gdict {'rankdir' : 'LR'} |
Definition at line 28 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 28 of file graph_fancy.py
list graph_fancy.label g.vertex_properties["label"] |
Definition at line 23 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 23 of file graph_fancy.py
list graph_fancy.pT g.edge_properties["pT"] |
Definition at line 19 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 19 of file graph_fancy.py
Referenced by analyzeSignal(), Acts::Test.BOOST_DATA_TEST_CASE(), ColoredHadronization.DoHadronization(), eic_sphenix_fill_xq2(), PGun.Exec(), KFParticle_truthAndDetTools.fillGeant4Branch(), flowAfterburner(), RandomConeAna.jets_to_pseudojets(), LIDO_Ke(), Jetscape::PartonShower.load_edge_info_handler(), look_purity(), main(), makepTDist(), makepTEff(), makepTRes(), makeVtxEff(), pQCDModel_HuangKangVitev(), HFTrigger.runOneTrackTrigger(), and ActsExamples::CsvMultiTrajectoryWriter.writeT().
list graph_fancy.t g.vertex_properties["t"] |
Definition at line 22 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 22 of file graph_fancy.py
Definition at line 30 of file graph_fancy.py.
View newest version in sPHENIX GitHub at line 30 of file graph_fancy.py