DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::ElementList Class Reference

Local implementation with overrides of the TEveElementList. More...

#include <ElementList.h>

Inheritance diagram for dd4hep::ElementList:
TEveElementList

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 TEveElementListCloneElement () const override
 Clone object: Overload from TEveElementList. More...
 
 ClassDefOverride (ElementList, 0)
 Root implementation macro. More...
 

Detailed Description

Local implementation with overrides of the TEveElementList.

Definition at line 35 of file ElementList.h.

Constructor & Destructor Documentation

◆ ElementList() [1/3]

dd4hep::ElementList::ElementList ( )

Default constructor.

◆ ElementList() [2/3]

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() [3/3]

ElementList::ElementList ( const ElementList l)

Copy constructor.

Definition at line 41 of file ElementList.cpp.

◆ ~ElementList()

ElementList::~ElementList ( )
virtual

Default destructor.

Definition at line 47 of file ElementList.cpp.

Member Function Documentation

◆ ClassDefOverride()

dd4hep::ElementList::ClassDefOverride ( ElementList  ,
 
)

Root implementation macro.

◆ CloneElement()

TEveElementList * ElementList::CloneElement ( ) const
overridevirtual

Clone object: Overload from TEveElementList.

Clone object.

Definition at line 52 of file ElementList.cpp.


The documentation for this class was generated from the following files: