EIC Software
Reference for
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 bessel.besI0(), bessel.besI1(), Acts::TGeoSurfaceConverter.cylinderComponents(), Acts::TGeoSurfaceConverter.discComponents(), photonNucleusCrossSection.e_getcsgA(), AnnularFieldSim.GenerateDistortionMaps(), AnnularFieldSim.GenerateSeparateDistortionMaps(), photonNucleusCrossSection.getcsgA(), GPUTPCTrackParam.GetDCAPoint(), PHG4Utils.lines_intersect(), Acts::TGeoSurfaceConverter.planeComponents(), AnnularFieldSim.PlotFieldSlices(), PHG4BlockCellReco.process_event(), PHG4CylinderCellReco.process_event(), Acts::Legacy::AtlasSeedfinder< SpacePoint >.production3Sp(), photonNucleusLuminosity.pttablegen(), and eASTDetectorComponentMessenger.SetNewValue().
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