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
Validation
SiPixelPhase1RecHitsV
interface
SiPixelPhase1RecHitsV.h
Go to the documentation of this file.
1
#ifndef SiPixelPhase1RecHitsV_h
2
#define SiPixelPhase1RecHitsV_h
3
// -*- C++ -*-
4
//
5
// Package: SiPixelPhase1RecHitsV
6
// Class : SiPixelPhase1RecHitsV
7
//
8
9
// Original Author: Marcel Schneider
10
// Additional Authors: Alexander Morton - modifying code for validation use
11
12
#include "
DQM/SiPixelPhase1Common/interface/SiPixelPhase1Base.h
"
13
#include "
DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h
"
14
#include "
SimTracker/TrackerHitAssociation/interface/TrackerHitAssociator.h
"
15
16
class
SiPixelPhase1RecHitsV
:
public
SiPixelPhase1Base
{
17
enum
{
18
IN_TIME_BUNCH
,
19
OUT_TIME_BUNCH
,
20
NSIMHITS
,
21
RECHIT_X
,
22
RECHIT_Y
,
23
RES_X
,
24
RES_Y
,
25
ERROR_X
,
26
ERROR_Y
,
27
PULL_X
,
28
PULL_Y
,
29
};
30
31
public
:
32
explicit
SiPixelPhase1RecHitsV
(
const
edm::ParameterSet
& conf);
33
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
34
35
private
:
36
TrackerHitAssociator::Config
trackerHitAssociatorConfig_
;
37
edm::EDGetTokenT<SiPixelRecHitCollection>
srcToken_
;
38
};
39
40
#endif
SiPixelPhase1RecHitsV::RES_X
Definition:
SiPixelPhase1RecHitsV.h:23
SiPixelPhase1RecHitsV::RES_Y
Definition:
SiPixelPhase1RecHitsV.h:24
SiPixelPhase1RecHitsV::PULL_Y
Definition:
SiPixelPhase1RecHitsV.h:28
SiPixelPhase1RecHitsV
Definition:
SiPixelPhase1RecHitsV.h:16
edm::EDGetTokenT
Definition:
EDGetToken.h:37
TrackerHitAssociator.h
SiPixelRecHitCollection.h
SiPixelPhase1RecHitsV::SiPixelPhase1RecHitsV
SiPixelPhase1RecHitsV(const edm::ParameterSet &conf)
Definition:
SiPixelPhase1RecHitsV.cc:19
SiPixelPhase1RecHitsV::RECHIT_X
Definition:
SiPixelPhase1RecHitsV.h:21
SiPixelPhase1RecHitsV::srcToken_
edm::EDGetTokenT< SiPixelRecHitCollection > srcToken_
Definition:
SiPixelPhase1RecHitsV.h:37
edm::EventSetup
Definition:
EventSetup.h:56
SiPixelPhase1RecHitsV::trackerHitAssociatorConfig_
TrackerHitAssociator::Config trackerHitAssociatorConfig_
Definition:
SiPixelPhase1RecHitsV.h:36
SiPixelPhase1RecHitsV::IN_TIME_BUNCH
Definition:
SiPixelPhase1RecHitsV.h:18
SiPixelPhase1RecHitsV::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiPixelPhase1RecHitsV.cc:24
SiPixelPhase1Base.h
SiPixelPhase1Base
Definition:
SiPixelPhase1Base.h:46
SiPixelPhase1RecHitsV::RECHIT_Y
Definition:
SiPixelPhase1RecHitsV.h:22
edm::ParameterSet
Definition:
ParameterSet.h:48
TrackerHitAssociator::Config
Definition:
TrackerHitAssociator.h:55
edm::Event
Definition:
Event.h:73
SiPixelPhase1RecHitsV::ERROR_X
Definition:
SiPixelPhase1RecHitsV.h:25
SiPixelPhase1RecHitsV::NSIMHITS
Definition:
SiPixelPhase1RecHitsV.h:20
SiPixelPhase1RecHitsV::ERROR_Y
Definition:
SiPixelPhase1RecHitsV.h:26
SiPixelPhase1RecHitsV::PULL_X
Definition:
SiPixelPhase1RecHitsV.h:27
SiPixelPhase1RecHitsV::OUT_TIME_BUNCH
Definition:
SiPixelPhase1RecHitsV.h:19
Generated for CMSSW Reference Manual by
1.8.14