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
RecoLocalMuon
CSCSegment
src
CSCSegAlgoPreClustering.h
Go to the documentation of this file.
1
#ifndef CSCSegment_CSCSegAlgoPreClustering_h
2
#define CSCSegment_CSCSegAlgoPreClustering_h
3
13
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
14
#include <
DataFormats/CSCRecHit/interface/CSCRecHit2D.h
>
15
#include <
DataFormats/CSCRecHit/interface/CSCSegment.h
>
16
#include <vector>
17
18
class
CSCChamber
;
19
20
class
CSCSegAlgoPreClustering
{
21
public
:
22
typedef
std::vector<const CSCRecHit2D*>
ChamberHitContainer
;
23
25
explicit
CSCSegAlgoPreClustering
(
const
edm::ParameterSet
& ps);
26
28
~CSCSegAlgoPreClustering
();
29
31
std::vector<std::vector<const CSCRecHit2D*> >
clusterHits
(
const
CSCChamber
* aChamber,
32
const
ChamberHitContainer
&
rechits
);
33
34
private
:
35
bool
debug
;
36
double
dXclusBoxMax
;
37
double
dYclusBoxMax
;
38
39
float
mean_x
,
mean_y
,
err_x
,
err_y
;
40
const
CSCChamber
*
theChamber
;
41
};
42
#endif
HI_PhotonSkim_cff.rechits
rechits
Definition:
HI_PhotonSkim_cff.py:76
CSCSegAlgoPreClustering::theChamber
const CSCChamber * theChamber
Definition:
CSCSegAlgoPreClustering.h:40
CSCSegAlgoPreClustering::err_x
float err_x
Definition:
CSCSegAlgoPreClustering.h:39
CSCSegAlgoPreClustering
Definition:
CSCSegAlgoPreClustering.h:20
CSCSegAlgoPreClustering::dXclusBoxMax
double dXclusBoxMax
Definition:
CSCSegAlgoPreClustering.h:36
CSCSegment.h
CSCSegAlgoPreClustering::ChamberHitContainer
std::vector< const CSCRecHit2D * > ChamberHitContainer
Definition:
CSCSegAlgoPreClustering.h:22
ParameterSet.h
CSCSegAlgoPreClustering::CSCSegAlgoPreClustering
CSCSegAlgoPreClustering(const edm::ParameterSet &ps)
constructor
Definition:
CSCSegAlgoPreClustering.cc:30
CSCSegAlgoPreClustering::~CSCSegAlgoPreClustering
~CSCSegAlgoPreClustering()
destructor
Definition:
CSCSegAlgoPreClustering.cc:39
CSCSegAlgoPreClustering::dYclusBoxMax
double dYclusBoxMax
Definition:
CSCSegAlgoPreClustering.h:37
CSCSegAlgoPreClustering::err_y
float err_y
Definition:
CSCSegAlgoPreClustering.h:39
CSCRecHit2D.h
CSCSegAlgoPreClustering::clusterHits
std::vector< std::vector< const CSCRecHit2D * > > clusterHits(const CSCChamber *aChamber, const ChamberHitContainer &rechits)
clusterize
Definition:
CSCSegAlgoPreClustering.cc:44
edm::ParameterSet
Definition:
ParameterSet.h:47
CSCSegAlgoPreClustering::mean_x
float mean_x
Definition:
CSCSegAlgoPreClustering.h:39
CSCSegAlgoPreClustering::debug
bool debug
Definition:
CSCSegAlgoPreClustering.h:35
CSCChamber
Definition:
CSCChamber.h:22
CSCSegAlgoPreClustering::mean_y
float mean_y
Definition:
CSCSegAlgoPreClustering.h:39
Generated for CMSSW Reference Manual by
1.8.14