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
RecoPPS
Local
interface
TotemRPClusterProducerAlgorithm.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_TotemRPClusterProducerAlgorithm
11
#define RecoPPS_Local_TotemRPClusterProducerAlgorithm
12
13
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
14
#include "
SimDataFormats/TrackingHit/interface/PSimHit.h
"
15
16
#include "
DataFormats/CTPPSDigi/interface/TotemRPDigi.h
"
17
#include "
DataFormats/CTPPSReco/interface/TotemRPCluster.h
"
18
19
#include <vector>
20
#include <set>
21
22
class
TotemRPClusterProducerAlgorithm
{
23
public
:
24
TotemRPClusterProducerAlgorithm
(
const
edm::ParameterSet
¶m);
25
26
~TotemRPClusterProducerAlgorithm
();
27
28
int
buildClusters
(
unsigned
int
detId,
const
std::vector<TotemRPDigi> &digi, std::vector<TotemRPCluster> &
clusters
);
29
30
private
:
31
typedef
std::set<TotemRPDigi>
TotemRPDigiSet
;
32
33
TotemRPDigiSet
strip_digi_set_
;
34
35
const
edm::ParameterSet
&
param_
;
36
37
int
verbosity_
;
38
};
39
40
#endif
TotemRPClusterProducerAlgorithm::TotemRPClusterProducerAlgorithm
TotemRPClusterProducerAlgorithm(const edm::ParameterSet ¶m)
Definition:
TotemRPClusterProducerAlgorithm.cc:15
TotemRPCluster.h
TotemRPClusterProducerAlgorithm::~TotemRPClusterProducerAlgorithm
~TotemRPClusterProducerAlgorithm()
Definition:
TotemRPClusterProducerAlgorithm.cc:21
PSimHit.h
TotemRPClusterProducerAlgorithm::param_
const edm::ParameterSet & param_
Definition:
TotemRPClusterProducerAlgorithm.h:40
bsc_activity_cfg.clusters
clusters
Definition:
bsc_activity_cfg.py:36
edm::ParameterSet
Definition:
ParameterSet.h:47
TotemRPClusterProducerAlgorithm::buildClusters
int buildClusters(unsigned int detId, const std::vector< TotemRPDigi > &digi, std::vector< TotemRPCluster > &clusters)
Definition:
TotemRPClusterProducerAlgorithm.cc:25
TotemRPClusterProducerAlgorithm::TotemRPDigiSet
std::set< TotemRPDigi > TotemRPDigiSet
Definition:
TotemRPClusterProducerAlgorithm.h:36
TotemRPClusterProducerAlgorithm
Definition:
TotemRPClusterProducerAlgorithm.h:21
TotemRPClusterProducerAlgorithm::verbosity_
int verbosity_
Definition:
TotemRPClusterProducerAlgorithm.h:42
ParameterSet.h
TotemRPDigi.h
TotemRPClusterProducerAlgorithm::strip_digi_set_
TotemRPDigiSet strip_digi_set_
input digi set, strip by strip
Definition:
TotemRPClusterProducerAlgorithm.h:38
Generated for CMSSW Reference Manual by
1.8.16