![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"#include "G4DimensionedDouble.hh"#include "G4DimensionedThreeVector.hh"#include <sstream>
Include dependency graph for G4ConversionUtils.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | G4ConversionUtils |
Functions | |
| template<typename Value > | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, Value &output) |
| template<> | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedDouble &output) |
| template<> | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, G4ThreeVector &output) |
| template<typename Value > | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, Value &value1, Value &value2) |
| template<> | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedDouble &min, G4DimensionedDouble &max) |
| template<> | |
| G4bool | G4ConversionUtils::Convert (const G4String &myInput, G4ThreeVector &min, G4ThreeVector &max) |