#include "G4Exception.hh"
#include "globals.hh"
#include <vector>
#include <memory>
#include <string_view>
Go to the source code of this file.
|
void | G4Analysis::Warn (const G4String &message, const std::string_view inClass, const std::string_view inFunction) |
|
G4double | G4Analysis::GetUnitValue (const G4String &unit) |
|
void | G4Analysis::Tokenize (const G4String &line, std::vector< G4String > &tokens) |
|
G4AnalysisOutput | G4Analysis::GetOutput (const G4String &outputName, G4bool warn=true) |
|
size_t | G4Analysis::GetOutputId (const G4String &outputName, G4bool warn=true) |
|
G4String | G4Analysis::GetOutputName (G4AnalysisOutput outputType) |
|
template<typename HT > |
G4String | G4Analysis::GetHnType () |
|
template<typename HT > |
G4bool | G4Analysis::IsProfile () |
|
template<typename T > |
std::string | G4Analysis::ToString (const T &value) |
|
template<> |
std::string | G4Analysis::ToString< std::string > (const std::string &value) |
|
G4String | G4Analysis::GetBaseName (const G4String &fileName) |
|
G4String | G4Analysis::GetExtension (const G4String &fileName, const G4String &defaultExtension="") |
|
G4String | G4Analysis::GetHnFileName (const G4String &fileName, const G4String &fileType, const G4String &hnType, const G4String &hnName) |
|
G4String | G4Analysis::GetHnFileName (const G4String &fileName, const G4String &fileType, G4int cycle=0) |
|
G4String | G4Analysis::GetNtupleFileName (const G4String &fileName, const G4String &fileType, const G4String &ntupleName, G4int cycle=0) |
|
G4String | G4Analysis::GetNtupleFileName (const G4String &fileName, const G4String &fileType, G4int ntupleFileNumber, G4int cycle=0) |
|
G4String | G4Analysis::GetTnFileName (const G4String &fileName, const G4String &fileType, G4int cycle=0) |
|
G4String | G4Analysis::GetPlotFileName (const G4String &fileName) |
|
◆ G4AnalysisOutput