|
Geant4-11
|
Functions | |
| void | AddH1Annotation (tools::histo::h1d *h1d, const G4String &unitName, const G4String &fcnName) |
| void | ConfigureToolsH1 (tools::histo::h1d *h1d, const std::vector< G4double > &edges, const G4String &unitName, const G4String &fcnName) |
| void | ConfigureToolsH1 (tools::histo::h1d *h1d, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName, const G4String &fcnName, const G4String &binSchemeName, std::string_view className) |
| tools::histo::h1d * | CreateToolsH1 (const G4String &title, const std::vector< G4double > &edges, const G4String &unitName, const G4String &fcnName) |
| tools::histo::h1d * | CreateToolsH1 (const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName, const G4String &fcnName, const G4String &binSchemeName, std::string_view className) |
| void | UpdateH1Information (G4HnInformation *hnInformation, const G4String &unitName, const G4String &fcnName, G4BinScheme binScheme) |
| void anonymous_namespace{G4H1ToolsManager.cc}::AddH1Annotation | ( | tools::histo::h1d * | h1d, |
| const G4String & | unitName, | ||
| const G4String & | fcnName | ||
| ) |
Definition at line 68 of file G4H1ToolsManager.cc.
References G4Analysis::UpdateTitle().
Referenced by G4H1ToolsManager::AddH1(), G4H1ToolsManager::CreateH1(), and G4H1ToolsManager::SetH1().
| void anonymous_namespace{G4H1ToolsManager.cc}::ConfigureToolsH1 | ( | tools::histo::h1d * | h1d, |
| const std::vector< G4double > & | edges, | ||
| const G4String & | unitName, | ||
| const G4String & | fcnName | ||
| ) |
Definition at line 155 of file G4H1ToolsManager.cc.
References G4Analysis::ComputeEdges(), G4Analysis::GetFunction(), and G4Analysis::GetUnitValue().
Referenced by G4H1ToolsManager::SetH1().
| void anonymous_namespace{G4H1ToolsManager.cc}::ConfigureToolsH1 | ( | tools::histo::h1d * | h1d, |
| G4int | nbins, | ||
| G4double | xmin, | ||
| G4double | xmax, | ||
| const G4String & | unitName, | ||
| const G4String & | fcnName, | ||
| const G4String & | binSchemeName, | ||
| std::string_view | className | ||
| ) |
Definition at line 124 of file G4H1ToolsManager.cc.
References className, G4Analysis::ComputeEdges(), G4Analysis::GetBinScheme(), G4Analysis::GetFunction(), G4Analysis::GetUnitValue(), kLog, kUser, and G4Analysis::Warn().
| tools::histo::h1d * anonymous_namespace{G4H1ToolsManager.cc}::CreateToolsH1 | ( | const G4String & | title, |
| const std::vector< G4double > & | edges, | ||
| const G4String & | unitName, | ||
| const G4String & | fcnName | ||
| ) |
Definition at line 108 of file G4H1ToolsManager.cc.
References G4Analysis::ComputeEdges(), G4Analysis::GetFunction(), and G4Analysis::GetUnitValue().
Referenced by G4H1ToolsManager::CreateH1().
| tools::histo::h1d * anonymous_namespace{G4H1ToolsManager.cc}::CreateToolsH1 | ( | const G4String & | title, |
| G4int | nbins, | ||
| G4double | xmin, | ||
| G4double | xmax, | ||
| const G4String & | unitName, | ||
| const G4String & | fcnName, | ||
| const G4String & | binSchemeName, | ||
| std::string_view | className | ||
| ) |
Definition at line 78 of file G4H1ToolsManager.cc.
References className, G4Analysis::ComputeEdges(), G4Analysis::GetBinScheme(), G4Analysis::GetFunction(), G4Analysis::GetUnitValue(), kLog, kUser, and G4Analysis::Warn().
| void anonymous_namespace{G4H1ToolsManager.cc}::UpdateH1Information | ( | G4HnInformation * | hnInformation, |
| const G4String & | unitName, | ||
| const G4String & | fcnName, | ||
| G4BinScheme | binScheme | ||
| ) |
Definition at line 59 of file G4H1ToolsManager.cc.
References G4Analysis::kX, and G4HnInformation::SetDimension().
Referenced by G4H1ToolsManager::SetH1().