ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | G4Analysis |
Enumerations | |
enum | G4AnalysisOutput { kCsv, kRoot, kXml, 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, G4bool warn=true) |
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 |
enum G4AnalysisOutput |
Definition at line 39 of file G4AnalysisUtilities.hh.
View newest version in sPHENIX GitHub at line 39 of file G4AnalysisUtilities.hh