Go to the documentation of this file. 1 #ifndef DetectorDescription_DDCMS_DDAlgoArguments_h
2 #define DetectorDescription_DDCMS_DDAlgoArguments_h
bool find(const std::string &name) const
Check the existence of an argument by name.
std::string resolved_scalar_arg(const std::string &name) const
Access namespace resolved argument as a string by name.
int integer(const std::string &nam) const
Shortcut to access integer arguments.
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)
DDAlgoArguments & operator=(const DDAlgoArguments ©)=delete
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
std::string resolveValue(const std::string &value) const
DDRotationMatrix makeRotation3D(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
std::string str(const std::string &nam) const
Shortcut to access string arguments.
T value(const std::string &name) const
std::vector< int > vecInt(const std::string &nam) const
Shortcut to access vector<int> arguments.
~DDAlgoArguments()=default
std::string parentName() const
Access value of rParent child node.
cms::DDParsingContext & context
static constexpr long s_executed
xml_h rawArgument(const std::string &name) const
Access raw argument as a string by name.
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
std::vector< float > vecFloat(const std::string &nam) const
Shortcut to access vector<float> arguments.
double dble(const std::string &nam) const
Shortcut to access double arguments.
std::vector< std::string > vecStr(const std::string &nam) const
Shortcut to access vector<string> arguments.
Namespace of DDCMS conversion namespace.
DDRotationMatrix makeRotReflect(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
std::string childName() const
Access value of child'name from the xml element.