Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DetectorDescription
Core
src
DDPartSelectionExpander.cc
Go to the documentation of this file.
1
2
3
#include "
DetectorDescription/Core/interface/DDPartSelectionExpander.h
"
4
5
#include <iostream>
6
#include <cassert>
7
8
9
DDPartSelectionExpander::DDPartSelectionExpander
(
const
DDCompactView
& cpv)
10
: graph_(cpv.
graph
())
11
{ }
12
13
14
size_t
DDPartSelectionExpander::expand
(
const
DDPartSelection
&
/*input*/
,
PartSelectionTree
&
/*result*/
)
const
15
{
16
//assert(input.size()>0);
17
typedef
DDCompactView::walker_type
walker_type
;
18
size_t
count
(0);
19
return
count
;
20
}
prof2calltree.count
list count
Definition:
prof2calltree.py:146
walker_type
DDCompactView::walker_type walker_type
global type for a compact-view walker
Definition:
DDCompactView.h:173
DDCompactView
type of data representation of DDCompactView
Definition:
DDCompactView.h:77
DDPartSelection
Definition:
DDPartSelection.h:38
DDPartSelectionExpander::expand
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
Definition:
DDPartSelectionExpander.cc:14
DDPartSelectionExpander::DDPartSelectionExpander
DDPartSelectionExpander(const DDCompactView &)
Definition:
DDPartSelectionExpander.cc:9
DDPartSelectionExpander.h
graph
Definition:
adjgraph.h:12
graphwalker< DDLogicalPart, DDPosData * >
Generated for CMSSW Reference Manual by
1.8.5