CMS 3D CMS Logo

DDLPgonGenerator.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_PARSER_DDL_PGON_GENERATOR_H
2 #define DETECTOR_DESCRIPTION_PARSER_DDL_PGON_GENERATOR_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
19 class DDLPgonGenerator final : public DDLSolid {
20 public:
22 
23  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
24  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
25 };
26 
27 #endif
DDLPgonGenerator::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLPgonGenerator.cc:17
DDLPgonGenerator::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLPgonGenerator.cc:25
DDLSolid
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
DDLPgonGenerator::DDLPgonGenerator
DDLPgonGenerator(DDLElementRegistry *myreg)
Definition: DDLPgonGenerator.cc:15
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLSolid.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLPgonGenerator
DDLPgonGenerator processes DDL XML Extruded Polygone elements.
Definition: DDLPgonGenerator.h:19