Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DetectorDescription
DDCMS
interface
ExpandedNodes.h
Go to the documentation of this file.
1
#ifndef DETECTOR_DESCRIPTION_EXPANDED_NODES_H
2
#define DETECTOR_DESCRIPTION_EXPANDED_NODES_H
3
4
// -*- C++ -*-
5
//
6
// Package: DetectorDescription/ExpandedNodes
7
// Class: ExpandedNodes
8
//
17
//
18
// Original Author: Ianna Osborne
19
// Created: Tue, 18 Mar 2019 12:22:35 CET
20
//
21
//
22
#include <vector>
23
24
namespace
cms
{
25
26
struct
ExpandedNodes
{
27
std::vector<double>
tags
;
28
std::vector<double>
offsets
;
29
std::vector<int>
copyNos
;
30
};
31
}
// namespace cms
32
33
#endif
cms::ExpandedNodes::copyNos
std::vector< int > copyNos
Definition:
ExpandedNodes.h:29
cms::ExpandedNodes::offsets
std::vector< double > offsets
Definition:
ExpandedNodes.h:28
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
cms::ExpandedNodes
Definition:
ExpandedNodes.h:26
cms::ExpandedNodes::tags
std::vector< double > tags
Definition:
ExpandedNodes.h:27
Generated for CMSSW Reference Manual by
1.8.14