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
RecoPPS
Local
interface
TotemRPRecHitProducerAlgorithm.h
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of TOTEM offline software.
4
* Authors:
5
* Hubert Niewiadomski
6
* Jan Kašpar (jan.kaspar@gmail.com)
7
*
8
****************************************************************************/
9
10
#ifndef RecoPPS_Local_TotemRPRecHitProducerAlgorithm
11
#define RecoPPS_Local_TotemRPRecHitProducerAlgorithm
12
13
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
14
15
#include "
DataFormats/Common/interface/DetSet.h
"
16
#include "
DataFormats/CTPPSReco/interface/TotemRPCluster.h
"
17
#include "
DataFormats/CTPPSReco/interface/TotemRPRecHit.h
"
18
19
#include "
Geometry/VeryForwardRPTopology/interface/RPTopology.h
"
20
21
class
TotemRPRecHitProducerAlgorithm
{
22
public
:
23
TotemRPRecHitProducerAlgorithm
(
const
edm::ParameterSet
& conf) {}
24
25
void
buildRecoHits
(
const
edm::DetSet<TotemRPCluster>
&
input
,
edm::DetSet<TotemRPRecHit>
&
output
);
26
27
private
:
28
RPTopology
rp_topology_
;
29
};
30
31
#endif
TotemRPRecHitProducerAlgorithm::buildRecoHits
void buildRecoHits(const edm::DetSet< TotemRPCluster > &input, edm::DetSet< TotemRPRecHit > &output)
Definition:
TotemRPRecHitProducerAlgorithm.cc:14
edm::DetSet
Definition:
DetSet.h:23
TotemRPRecHitProducerAlgorithm::TotemRPRecHitProducerAlgorithm
TotemRPRecHitProducerAlgorithm(const edm::ParameterSet &conf)
Definition:
TotemRPRecHitProducerAlgorithm.h:23
TotemRPCluster.h
input
static std::string const input
Definition:
EdmProvDump.cc:50
ParameterSet.h
TotemRPRecHit.h
TotemRPRecHitProducerAlgorithm
Definition:
TotemRPRecHitProducerAlgorithm.h:21
RPTopology.h
TotemRPRecHitProducerAlgorithm::rp_topology_
RPTopology rp_topology_
Definition:
TotemRPRecHitProducerAlgorithm.h:28
RPTopology
Geometrical and topological information on RP silicon detector. Uses coordinate a frame with origin i...
Definition:
RPTopology.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
output
Definition:
output.py:1
DetSet.h
Generated for CMSSW Reference Manual by
1.8.14