![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Information on a given surface. More...
Collaboration diagram for sinfo:Public Attributes | |
| std::string | name |
| std::string | idname |
| std::string | id |
| int | type |
| float | pos |
| float | range_min |
| float | range_max |
Information on a given surface.
Definition at line 21 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 21 of file materialPlotHelper.cpp
| std::string sinfo::id |
Definition at line 24 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 24 of file materialPlotHelper.cpp
Referenced by Initialise_info(), plot(), and plot_ratio().
| std::string sinfo::idname |
Definition at line 23 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 23 of file materialPlotHelper.cpp
Referenced by Initialise_hist(), Initialise_info(), plot(), and plot_ratio().
| std::string sinfo::name |
Definition at line 22 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 22 of file materialPlotHelper.cpp
Referenced by eicpy.verify.PythiaHistograms::__init__(), eicpy.verify.DjangohHistograms::__init__(), Initialise_info(), plot(), plot_ratio(), and eicpy.build.File::process().
| float sinfo::pos |
Definition at line 26 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 26 of file materialPlotHelper.cpp
Referenced by Initialise_info(), plot(), and plot_ratio().
| float sinfo::range_max |
Definition at line 28 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 28 of file materialPlotHelper.cpp
Referenced by Initialise_hist(), Initialise_info(), and plot().
| float sinfo::range_min |
Definition at line 27 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 27 of file materialPlotHelper.cpp
Referenced by Initialise_hist(), Initialise_info(), and plot().
| int sinfo::type |
Definition at line 25 of file materialPlotHelper.cpp.
View newest version in sPHENIX GitHub at line 25 of file materialPlotHelper.cpp
Referenced by Initialise_hist(), Initialise_info(), plot(), and plot_ratio().