ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Variables | |
dictionary | ptDict {} |
tuple | csv_reader csv.reader(csv_file, delimiter=',') |
list | jobID csv_row[0] |
tuple | etabin float(csv_row[1]) |
tuple | ptvalue float(csv_row[2]) |
tuple | exectime float(csv_row[3]) |
list | pdict ptDict[ptvalue] |
list | vpdict pdict[etabin] |
tuple | ax plt.subplot(111) |
tuple KF_timing.ax plt.subplot(111) |
Definition at line 41 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 41 of file KF_timing.py
Referenced by G4GenericTrap.CalculateExtent(), G4MIRDRightKidney.Construct(), G4MIRDBrain.Construct(), G4MIRDLeftOvary.Construct(), G4MIRDLeftTeste.Construct(), G4MIRDRightAdrenal.Construct(), G4MIRDHeart.Construct(), G4MIRDSkull.Construct(), G4MIRDLeftAdrenal.Construct(), G4MIRDLeftKidney.Construct(), G4MIRDLeftLung.Construct(), G4MIRDPancreas.Construct(), G4MIRDHead.Construct(), G4MIRDStomach.Construct(), G4MIRDRightBreast.Construct(), G4MIRDRightLung.Construct(), G4MIRDRightOvary.Construct(), G4MIRDLeftBreast.Construct(), G4MIRDRightTeste.Construct(), G4MIRDSpleen.Construct(), G4MIRDThymus.Construct(), G4MIRDUterus.Construct(), G4MIRDUrinaryBladder.Construct(), G4GDMLReadSolids.EllipsoidRead(), AnnularFieldSim.GenerateDistortionMaps(), AnnularFieldSim.GenerateSeparateDistortionMaps(), GPUTPCTrackParam.GetDCAPoint(), HepPolyhedronEllipticalCone.HepPolyhedronEllipticalCone(), G4Bessel.I0(), G4Bessel.I1(), PHG4Utils.lines_intersect(), nf_incompleteGammaFunction(), nf_incompleteGammaFunctionComplementary(), AnnularFieldSim.PlotFieldSlices(), PHG4BlockCellReco.process_event(), PHG4CylinderCellReco.process_event(), Acts::Legacy::AtlasSeedfinder< SpacePoint >.production3Sp(), G4INCL::ThreeVector.set(), and G4INCL::ThreeVector.setX().
tuple KF_timing.csv_reader csv.reader(csv_file, delimiter=',') |
Definition at line 11 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 11 of file KF_timing.py
tuple KF_timing.etabin float(csv_row[1]) |
Definition at line 18 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 18 of file KF_timing.py
Referenced by PHG4CellDefs::EtaPhiBinning.get_etabin(), PHG4CellDefs::SpacalBinning.get_etabin(), PHG4CellDefs::EtaXsizeBinning.get_etabin(), PHG4CellDefs::EtaXsizeBinning.get_xsizebin(), HcalRawTowerBuilder.InitRun(), PHG4FullProjSpacalCellReco.InitRun(), RawClusterPositionCorrection.process_event(), PHG4BlockCellReco.process_event(), PHG4CylinderCellReco.process_event(), PHG4FullProjSpacalCellReco.process_event(), G4CellNtuple.process_event(), G4TowerNtuple.process_event(), CaloAna.process_g4cells(), and CaloAna.process_towers().
tuple KF_timing.exectime float(csv_row[3]) |
Definition at line 20 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 20 of file KF_timing.py
list KF_timing.jobID csv_row[0] |
Definition at line 16 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 16 of file KF_timing.py
Definition at line 24 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 24 of file KF_timing.py
dictionary KF_timing.ptDict {} |
Definition at line 7 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 7 of file KF_timing.py
tuple KF_timing.ptvalue float(csv_row[2]) |
Definition at line 19 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 19 of file KF_timing.py
Definition at line 31 of file KF_timing.py.
View newest version in sPHENIX GitHub at line 31 of file KF_timing.py