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
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
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
TrackingTools
TrajectoryState
interface
BasicSingleTrajectoryState.h
Go to the documentation of this file.
1
#ifndef BasicSingleTrajectoryState_H
2
#define BasicSingleTrajectoryState_H
3
4
#include "
TrackingTools/TrajectoryState/interface/BasicTrajectoryState.h
"
5
#include <cassert>
6
10
class
BasicSingleTrajectoryState
final :
public
BasicTrajectoryState
{
11
public
:
12
BasicSingleTrajectoryState
() :
BasicTrajectoryState
() {}
13
template
<
typename
... Args>
14
BasicSingleTrajectoryState
(Args&&...
args
)
15
:
BasicTrajectoryState
(
std
::forward<Args>(
args
)...) {
/* assert(weight()>0);*/
16
}
17
18
pointer
clone
()
const override
{
return
build<BasicSingleTrajectoryState>(*
this
); }
19
20
using
Components
=
BasicTrajectoryState::Components
;
21
22
Components
const
&
components
()
const override
;
23
bool
singleState
()
const override
{
return
true
; }
24
};
25
26
#endif
writedatasetfile.args
args
Definition:
writedatasetfile.py:18
BasicSingleTrajectoryState::Components
BasicTrajectoryState::Components Components
Definition:
BasicSingleTrajectoryState.h:20
BasicSingleTrajectoryState::clone
pointer clone() const override
Definition:
BasicSingleTrajectoryState.h:18
BasicTrajectoryState::pointer
Proxy::pointer pointer
Definition:
BasicTrajectoryState.h:70
BasicSingleTrajectoryState::components
Components const & components() const override
Definition:
BasicTrajectoryState.cc:246
BasicSingleTrajectoryState
Definition:
BasicSingleTrajectoryState.h:10
BasicSingleTrajectoryState::BasicSingleTrajectoryState
BasicSingleTrajectoryState(Args &&... args)
Definition:
BasicSingleTrajectoryState.h:14
BasicSingleTrajectoryState::BasicSingleTrajectoryState
BasicSingleTrajectoryState()
Definition:
BasicSingleTrajectoryState.h:12
BasicTrajectoryState
Definition:
BasicTrajectoryState.h:66
BasicTrajectoryState::Components
std::vector< TrajectoryStateOnSurface > Components
Definition:
BasicTrajectoryState.h:282
BasicTrajectoryState.h
std
Definition:
JetResolutionObject.h:76
BasicSingleTrajectoryState::singleState
bool singleState() const override
Definition:
BasicSingleTrajectoryState.h:23
Generated for CMSSW Reference Manual by
1.8.16