1 #ifndef DDL_ALGORITHM_H 2 #define DDL_ALGORITHM_H
Compact representation of the geometrical detector hierarchy.
DDLAlgorithm processes Algorithm elements.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
This is a base class for processing XML elements in the DDD.
DDLAlgorithm(DDLElementRegistry *myreg)
The main class for processing parsed elements.