CMS 3D CMS Logo

DDLRotationSequence.h
Go to the documentation of this file.
1 #ifndef DDL_RotationSequence_H
2 #define DDL_RotationSequence_H
3 
4 #include <string>
5 
6 #include "DDLRotationByAxis.h"
7 
8 class DDCompactView;
10 
12 
24 class DDLRotationSequence final : public DDLRotationByAxis {
25 public:
27 
28  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
29  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
30 };
31 
32 #endif
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
DDLRotationSequence(DDLElementRegistry *myreg)
DDLRotationByAxis handles RotationByAxis elements.
The main class for processing parsed elements.
DDLRotationSequence handles a set of Rotations.