 |
DD4hep
1.37.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
13 #ifndef DD4HEP_PROPERTYTABLE_H
14 #define DD4HEP_PROPERTYTABLE_H
20 #include <TGDMLMatrix.h>
50 const std::string& table_name,
51 const std::string& property_name,
62 const char*
title()
const;
69 #endif // DD4HEP_PROPERTYTABLE_H
std::size_t numRows() const
Number of rows in the property table.
PropertyTable(Object *obj)
Initializing constructor using object pointer.
Class to support the handling of optical surfaces.
std::size_t numColumns() const
Number of colums in the property table.
Handle: a templated class like a shared pointer, which allows specialized access to tgeometry objects...
PropertyTable()=default
Default constructor.
const char * title() const
Access property title.
PropertyTable & operator=(PropertyTable &&e)=default
Assignment from object copy.
Namespace for the AIDA detector description toolkit.
The main interface to the dd4hep detector description package.
PropertyTable(const PropertyTable &e)=default
Copy constructor.
PropertyTable & operator=(const PropertyTable &e)=default
Assignment from object copy.
PropertyTable(const Handle< Object > &e)
Constructor from same-type handle.
PropertyTable(const Handle< Q > &e)
Constructor from arbitray handle.