1 #ifndef DetectorDescription_DDCMS_DDAlgoArguments_h 2 #define DetectorDescription_DDCMS_DDAlgoArguments_h T value(const std::string &name) const
std::string childName() const
Access value of child'name from the xml element.
xml_h rawArgument(const std::string &name) const
Access raw argument as a string by name.
double dble(const std::string &nam) const
Shortcut to access double arguments.
DDRotationMatrix makeRotation3D(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
std::string resolveValue(const std::string &value) const
std::string parentName() const
Access value of rParent child node.
static constexpr long s_executed
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
~DDAlgoArguments()=default
DDRotationMatrix makeRotReflect(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
std::vector< double > vecDble(const std::string &nam) const
Shortcut to access vector<double> arguments.
constexpr unsigned int hash(const char *str, int h=0)
Namespace of DDCMS conversion namespace.
std::vector< int > vecInt(const std::string &nam) const
Shortcut to access vector<int> arguments.
std::vector< float > vecFloat(const std::string &nam) const
Shortcut to access vector<float> arguments.
DDAlgoArguments & operator=(const DDAlgoArguments ©)=delete
std::string str(const std::string &nam) const
Shortcut to access string arguments.
cms::DDParsingContext & context
int integer(const std::string &nam) const
Shortcut to access integer arguments.
bool find(const std::string &name) const
Check the existence of an argument by name.
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
std::string resolved_scalar_arg(const std::string &name) const
Access namespace resolved argument as a string by name.
std::vector< std::string > vecStr(const std::string &nam) const
Shortcut to access vector<string> arguments.
T angle(T x1, T y1, T z1, T x2, T y2, T z2)