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
DataFormats
SiStripCluster
interface
SiStripClustersSOA.h
Go to the documentation of this file.
1
#ifndef DataFormats_SiStripCluster_interface_SiStripClustersSOA_h
2
#define DataFormats_SiStripCluster_interface_SiStripClustersSOA_h
3
4
#include "
DataFormats/SiStripCluster/interface/SiStripClustersSOABase.h
"
5
6
#include <memory>
7
8
namespace
detail
{
9
namespace
impl
{
10
template
<
typename
T>
11
using
unique_ptr_default_deleter
=
typename
std::unique_ptr<T>;
12
}
13
}
// namespace detail
14
15
class
SiStripClustersSOA
:
public
SiStripClustersSOABase
<detail::impl::unique_ptr_default_deleter> {
16
public
:
17
SiStripClustersSOA
() =
default
;
18
explicit
SiStripClustersSOA
(uint32_t
maxClusters
, uint32_t maxStripsPerCluster);
19
~SiStripClustersSOA
()
override
=
default
;
20
21
SiStripClustersSOA
(
const
SiStripClustersSOA
&) =
delete
;
22
SiStripClustersSOA
&
operator=
(
const
SiStripClustersSOA
&) =
delete
;
23
SiStripClustersSOA
(
SiStripClustersSOA
&&) =
default
;
24
SiStripClustersSOA
&
operator=
(
SiStripClustersSOA
&&) =
default
;
25
};
26
27
#endif
SiStripClustersSOA::~SiStripClustersSOA
~SiStripClustersSOA() override=default
SiStripClustersSOA
Definition:
SiStripClustersSOA.h:15
impl
Definition:
trackAlgoPriorityOrder.h:18
SiStripClustersSOABase
Definition:
SiStripClustersSOABase.h:10
detail
Definition:
SiStripClustersSOA.h:8
SiStripClustersSOA::SiStripClustersSOA
SiStripClustersSOA()=default
beam_dqm_sourceclient-live_cfg.maxClusters
maxClusters
Definition:
beam_dqm_sourceclient-live_cfg.py:376
detail::impl::unique_ptr_default_deleter
typename std::unique_ptr< T > unique_ptr_default_deleter
Definition:
SiStripClustersSOA.h:11
SiStripClustersSOABase.h
SiStripClustersSOA::operator=
SiStripClustersSOA & operator=(const SiStripClustersSOA &)=delete
Generated for CMSSW Reference Manual by
1.8.14