ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
SpeciesInfoSOA () | |
SpeciesInfoSOA (const SpeciesInfoSOA &right) | |
SpeciesInfoSOA & | operator= (const SpeciesInfoSOA &right) |
Public Attributes | |
std::vector< double > | fG |
std::vector< double > | fGerr |
std::vector< double > | fTime |
double | fRelatErr |
string | fName |
Definition at line 123 of file plotG.cc.
View newest version in sPHENIX GitHub at line 123 of file plotG.cc
|
inline |
|
inline |
|
inline |
std::vector<double> SpeciesInfoSOA::fG |
Definition at line 149 of file plotG.cc.
View newest version in sPHENIX GitHub at line 149 of file plotG.cc
Referenced by ScoreSpecies::AbsorbResultsFromWorkerScorer(), ScoreSpecies::EndOfEvent(), operator=(), and ProcessSingleFile().
std::vector<double> SpeciesInfoSOA::fGerr |
Definition at line 150 of file plotG.cc.
View newest version in sPHENIX GitHub at line 150 of file plotG.cc
Referenced by operator=(), and ProcessSingleFile().
string SpeciesInfoSOA::fName |
Definition at line 153 of file plotG.cc.
View newest version in sPHENIX GitHub at line 153 of file plotG.cc
Referenced by operator=(), and ProcessSingleFile().
double SpeciesInfoSOA::fRelatErr |
Definition at line 152 of file plotG.cc.
View newest version in sPHENIX GitHub at line 152 of file plotG.cc
Referenced by operator=(), and ProcessSingleFile().
std::vector<double> SpeciesInfoSOA::fTime |
Definition at line 151 of file plotG.cc.
View newest version in sPHENIX GitHub at line 151 of file plotG.cc
Referenced by operator=(), and ProcessSingleFile().