DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Local implementation with overrides of the TEveElementList. More...
#include <ElementList.h>
Public Member Functions | |
ElementList () | |
Default constructor. More... | |
ElementList (const std::string &name, const std::string &title="", bool doCol=false, bool doTrans=false) | |
Initializing constructor. More... | |
ElementList (const ElementList &l) | |
Copy constructor. More... | |
virtual | ~ElementList () |
Default destructor. More... | |
virtual TEveElementList * | CloneElement () const override |
Clone object: Overload from TEveElementList. More... | |
ClassDefOverride (ElementList, 0) | |
Root implementation macro. More... | |
Local implementation with overrides of the TEveElementList.
Definition at line 35 of file ElementList.h.
dd4hep::ElementList::ElementList | ( | ) |
Default constructor.
ElementList::ElementList | ( | const std::string & | name, |
const std::string & | title = "" , |
||
bool | doCol = false , |
||
bool | doTrans = false |
||
) |
Initializing constructor.
Definition at line 35 of file ElementList.cpp.
ElementList::ElementList | ( | const ElementList & | l | ) |
Copy constructor.
Definition at line 41 of file ElementList.cpp.
|
virtual |
Default destructor.
Definition at line 47 of file ElementList.cpp.
dd4hep::ElementList::ClassDefOverride | ( | ElementList | , |
0 | |||
) |
Root implementation macro.
|
overridevirtual |
Clone object: Overload from TEveElementList.
Clone object.
Definition at line 52 of file ElementList.cpp.