ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/analysis/management/include/G4HnInformation.hh>
Public Member Functions | |
G4HnDimensionInformation () | |
G4HnDimensionInformation (const G4String &unitName, const G4String &fcnName, G4double unit, G4Fcn fcn, G4BinScheme binScheme) | |
G4HnDimensionInformation (const G4HnDimensionInformation &rhs) | |
G4HnDimensionInformation & | operator= (const G4HnDimensionInformation &rhs) |
Public Attributes | |
G4String | fUnitName |
G4String | fFcnName |
G4double | fUnit |
G4Fcn | fFcn |
G4BinScheme | fBinScheme |
Definition at line 41 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 41 of file G4HnInformation.hh
|
inline |
Definition at line 43 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 43 of file G4HnInformation.hh
|
inline |
Definition at line 51 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 51 of file G4HnInformation.hh
|
inline |
Definition at line 64 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 64 of file G4HnInformation.hh
|
inline |
Definition at line 72 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 72 of file G4HnInformation.hh
References fBinScheme, fFcn, fFcnName, fUnit, and fUnitName.
G4BinScheme G4HnDimensionInformation::fBinScheme |
Definition at line 91 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 91 of file G4HnInformation.hh
Referenced by operator=().
G4Fcn G4HnDimensionInformation::fFcn |
Definition at line 90 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 90 of file G4HnInformation.hh
Referenced by G4H2ToolsManager::FillH2(), G4H3ToolsManager::FillH3(), and operator=().
G4String G4HnDimensionInformation::fFcnName |
Definition at line 88 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 88 of file G4HnInformation.hh
Referenced by operator=().
G4double G4HnDimensionInformation::fUnit |
Definition at line 89 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 89 of file G4HnInformation.hh
Referenced by G4H2ToolsManager::FillH2(), G4H3ToolsManager::FillH3(), and operator=().
G4String G4HnDimensionInformation::fUnitName |
Definition at line 87 of file G4HnInformation.hh.
View newest version in sPHENIX GitHub at line 87 of file G4HnInformation.hh
Referenced by operator=().