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
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
DDLRotationByAxis
DDLRotationByAxis handles RotationByAxis elements.
Definition: DDLRotationByAxis.h:25
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLRotationSequence::DDLRotationSequence
DDLRotationSequence(DDLElementRegistry *myreg)
Definition: DDLRotationSequence.cc:15
DDLRotationSequence
DDLRotationSequence handles a set of Rotations.
Definition: DDLRotationSequence.h:24
DDLRotationSequence::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLRotationSequence.cc:17
DDLRotationSequence::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLRotationSequence.cc:21
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLRotationByAxis.h