| 
    Geant4
    10.02.p02
    
   | 
 
 Include dependency graph for G4AnalysisUtilities.hh:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| G4Analysis | |
Enumerations | |
| enum | G4AnalysisOutput { G4AnalysisOutput::kCsv, G4AnalysisOutput::kRoot, G4AnalysisOutput::kXml, G4AnalysisOutput::kNone } | 
Functions | |
| G4bool | G4Analysis::CheckNbins (G4int nbins) | 
| G4bool | G4Analysis::CheckMinMax (G4double xmin, G4double xmax, const G4String &fcnName="none", const G4String &binSchemeName="linear") | 
| G4bool | G4Analysis::CheckEdges (const std::vector< G4double > &edges) | 
| G4bool | G4Analysis::CheckName (const G4String &name, const G4String &objectType) | 
| G4double | G4Analysis::GetUnitValue (const G4String &unit) | 
| void | G4Analysis::UpdateTitle (G4String &title, const G4String &unitName, const G4String &fcnName) | 
| void | G4Analysis::Tokenize (const G4String &line, std::vector< G4String > &tokens) | 
| template<typename T , typename... Args> | |
| std::unique_ptr< T > | G4Analysis::make_unique (Args &&...args) | 
| G4AnalysisOutput | G4Analysis::GetOutput (const G4String &outputName) | 
| G4String | G4Analysis::GetOutputName (G4AnalysisOutput outputType) | 
Variables | |
| const G4int | G4Analysis::kX = 0 | 
| const G4int | G4Analysis::kY = 1 | 
| const G4int | G4Analysis::kZ = 2 | 
| const G4int | G4Analysis::kInvalidId = -1 | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| kCsv | |
| kRoot | |
| kXml | |
| kNone | |
Definition at line 40 of file G4AnalysisUtilities.hh.