ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
MinMaxData () | |
MinMaxData (G4int count, G4double vsum, G4double vmin, G4double vmax) | |
Public Attributes | |
G4int | fCount |
G4double | fVsum |
G4double | fVmin |
G4double | fVmax |
Definition at line 89 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 89 of file RunAction.hh
|
inline |
Definition at line 90 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 90 of file RunAction.hh
|
inline |
Definition at line 92 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 92 of file RunAction.hh
G4int RunAction::MinMaxData::fCount |
Definition at line 94 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 94 of file RunAction.hh
Referenced by RunAction::EnergySpectrumOfSecondaries(), and RunAction::EnergyTransferedByProcess().
G4double RunAction::MinMaxData::fVmax |
Definition at line 97 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 97 of file RunAction.hh
Referenced by RunAction::EnergySpectrumOfSecondaries(), and RunAction::EnergyTransferedByProcess().
G4double RunAction::MinMaxData::fVmin |
Definition at line 96 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 96 of file RunAction.hh
Referenced by RunAction::EnergySpectrumOfSecondaries(), and RunAction::EnergyTransferedByProcess().
G4double RunAction::MinMaxData::fVsum |
Definition at line 95 of file RunAction.hh.
View newest version in sPHENIX GitHub at line 95 of file RunAction.hh
Referenced by RunAction::EnergySpectrumOfSecondaries(), and RunAction::EnergyTransferedByProcess().