CMS 3D CMS Logo

DDLRotationByAxis.h
Go to the documentation of this file.
1 #ifndef DDL_RotationByAxis_H
2 #define DDL_RotationByAxis_H
3 
4 #include <string>
5 
6 #include "DDXMLElement.h"
8 
9 class DDCompactView;
10 class DDLElementRegistry;
11 
13 
26 public:
28 
29  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
30  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
31 
33 
34 private:
37 };
38 
39 #endif
DDLRotationByAxis::pName
std::string pName
Definition: DDLRotationByAxis.h:36
DDLRotationByAxis::DDLRotationByAxis
DDLRotationByAxis(DDLElementRegistry *myreg)
Definition: DDLRotationByAxis.cc:18
DDLRotationByAxis::pNameSpace
std::string pNameSpace
Definition: DDLRotationByAxis.h:35
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDRotationMatrix
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
Definition: DDRotationMatrix.h:8
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
DDLRotationByAxis
DDLRotationByAxis handles RotationByAxis elements.
Definition: DDLRotationByAxis.h:25
DDLRotationByAxis::processOne
virtual DDRotationMatrix processOne(DDRotationMatrix R, std::string &axis, std::string &angle)
Definition: DDLRotationByAxis.cc:53
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDXMLElement
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
DDLRotationByAxis::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLRotationByAxis.cc:25
DDXMLElement.h
angle
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLRotationByAxis::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLRotationByAxis.cc:20
dttmaxenums::R
Definition: DTTMax.h:29
DDRotationMatrix.h