Go to the documentation of this file. 1 #include "DD4hep/DetFactoryHelper.h"
12 dd4hep::SensitiveDetector& ) {
19 double dx =
args.value<
double>(
"Dx");
20 double dz =
args.value<
double>(
"Dz");
21 double angwidth =
args.value<
double>(
"AngWidth");
22 int iaxis =
args.value<
int>(
"Axis");
23 std::vector<std::string>
names =
args.value<std::vector<std::string> >(
"Names");
26 edm::LogVerbatim(
"HCalGeom") <<
"DDHCalXtalAlgo::Parameters for positioning:"
30 for (
unsigned int i = 0;
i <
names.size();
i++)
33 <<
" NameSpace " << idNameSpace;
41 theta[1 - iaxis] = 90._deg;
49 phi[2] = iaxis * 90._deg;
52 phi[2] = (2 - 3 * iaxis) * 90._deg;
63 static const double tol = 0.01_deg;
75 edm::LogVerbatim(
"HCalGeom") <<
"DDHCalXtalAlgo: " << glog.name() <<
" number " <<
i + 1 <<
" positioned in "
#define DECLARE_DDCMS_DETELEMENT(name, func)
constexpr NumType convertRadToDeg(NumType radians)
dd4hep::Rotation3D makeRotation3D(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
Sin< T >::type sin(const T &t)
const std::string names[nVars_]
Geom::Theta< T > theta() const
constexpr NumType convertCmToMm(NumType centimeters)
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Abs< T >::type abs(const T &t)
std::string_view name() const
dd4hep::Volume volume(const std::string &name, bool exc=true) const
static long algorithm(dd4hep::Detector &, cms::DDParsingContext &ctxt, xml_h e, dd4hep::SensitiveDetector &)