CMS 3D CMS Logo

DDRoot.cc
Go to the documentation of this file.
5 
7 { }
8 
10 { }
11 
12 void DDRoot::set(const DDName & name)
13 {
14  root_ = DDLogicalPart(name);
15 }
16 
17 void
19 {
20  root_ = root;
21 }
22 
35 DDLogicalPart DDRoot::root() const { return root_; }
void set(const DDName &rootName)
set the root by using its qualified name DDName
Definition: DDRoot.cc:12
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:9
DDLogicalPart root() const
returns the root of the geometrical hierarchy
Definition: DDRoot.cc:35
DDLogicalPart root_
Definition: DDRoot.h:29