CMS 3D CMS Logo

DDRoot.cc
Go to the documentation of this file.
5 
7 
9 
10 void DDRoot::set(const DDName& name) { root_ = DDLogicalPart(name); }
11 
13 
26 DDLogicalPart DDRoot::root() const { return root_; }
void set(const DDName &rootName)
set the root by using its qualified name DDName
Definition: DDRoot.cc:10
DDRoot()
Definition: DDRoot.cc:6
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:15
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:93
~DDRoot()
Definition: DDRoot.cc:8
DDLogicalPart root() const
returns the root of the geometrical hierarchy
Definition: DDRoot.cc:26
DDLogicalPart root_
Definition: DDRoot.h:28