|
FairShip
|
Variables | |
| dict | badBoys = {} |
| f1 | |
| f2 | |
| ROOT | fgeoOld = ROOT.TFile(f1) |
| load_from_root_file | ShipGeoOld = load_from_root_file(fgeoOld, "ShipGeo") |
| ROOT | fgeoNew = ROOT.TFile(f2) |
| load_from_root_file | ShipGeoNew = load_from_root_file(fgeoNew, "ShipGeo") |
| zold | |
| znew | |
| dict checkZpositions.badBoys = {} |
Definition at line 9 of file checkZpositions.py.
| checkZpositions.f1 |
Definition at line 10 of file checkZpositions.py.
| checkZpositions.f2 |
Definition at line 10 of file checkZpositions.py.
| ROOT checkZpositions.fgeoNew = ROOT.TFile(f2) |
Definition at line 13 of file checkZpositions.py.
| ROOT checkZpositions.fgeoOld = ROOT.TFile(f1) |
Definition at line 11 of file checkZpositions.py.
| load_from_root_file checkZpositions.ShipGeoNew = load_from_root_file(fgeoNew, "ShipGeo") |
Definition at line 14 of file checkZpositions.py.
| load_from_root_file checkZpositions.ShipGeoOld = load_from_root_file(fgeoOld, "ShipGeo") |
Definition at line 12 of file checkZpositions.py.
| checkZpositions.znew |
Definition at line 17 of file checkZpositions.py.
| checkZpositions.zold |
Definition at line 17 of file checkZpositions.py.