Main Page
Namespaces
Classes
Package Documentation
DetectorDescription
Core
src
DDRoot.cc
Go to the documentation of this file.
1
#include "
DetectorDescription/Core/interface/DDLogicalPart.h
"
2
#include "
DetectorDescription/Core/interface/DDName.h
"
3
#include "
DetectorDescription/Core/interface/DDRoot.h
"
4
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
5
6
DDRoot::DDRoot
()
7
{ }
8
9
DDRoot::~DDRoot
()
10
{ }
11
12
void
DDRoot::set
(
const
DDName
&
name
)
13
{
14
root_
=
DDLogicalPart
(name);
15
}
16
17
void
18
DDRoot::set
(
const
DDLogicalPart
&
root
)
19
{
20
root_
=
root
;
21
}
22
35
DDLogicalPart
DDRoot::root
()
const
{
return
root_
; }
MessageLogger.h
DDRoot::set
void set(const DDName &rootName)
set the root by using its qualified name DDName
Definition:
DDRoot.cc:12
DDRoot::DDRoot
DDRoot()
Definition:
DDRoot.cc:6
DDName
DDName is used to identify DDD entities uniquely.
Definition:
DDName.h:15
DDRoot.h
DDLogicalPart
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition:
DDLogicalPart.h:92
DDRoot::~DDRoot
~DDRoot()
Definition:
DDRoot.cc:9
DDRoot::root
DDLogicalPart root() const
returns the root of the geometrical hierarchy
Definition:
DDRoot.cc:35
DDLogicalPart.h
dataset.name
name
Definition:
dataset.py:45
DDName.h
DDRoot::root_
DDLogicalPart root_
Definition:
DDRoot.h:29
root
Definition:
RooFitFunction.h:11
Generated for CMSSW Reference Manual by
1.8.11