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
Validation
SiPixelPhase1TrackClustersV
interface
SiPixelPhase1TrackClustersV.h
Go to the documentation of this file.
1
#ifndef SiPixelPhase1TrackClustersV_h
2
#define SiPixelPhase1TrackClustersV_h
3
// -*- C++ -*-
4
//
5
// Package: SiPixelPhase1TrackClustersV
6
// Class : SiPixelPhase1TrackClustersV
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/SiPixelCluster/interface/SiPixelCluster.h
"
14
15
class
SiPixelPhase1TrackClustersV
:
public
SiPixelPhase1Base
{
16
enum
{
17
CHARGE
,
18
SIZE_X
,
19
SIZE_Y
,
20
};
21
22
public
:
23
explicit
SiPixelPhase1TrackClustersV
(
const
edm::ParameterSet
&conf);
24
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
25
26
private
:
27
edm::EDGetTokenT<edmNew::DetSetVector<SiPixelCluster>
>
clustersToken_
;
28
};
29
30
#endif
SiPixelPhase1TrackClustersV::SiPixelPhase1TrackClustersV
SiPixelPhase1TrackClustersV(const edm::ParameterSet &conf)
Definition:
SiPixelPhase1TrackClustersV.cc:13
edm::EDGetTokenT
Definition:
EDGetToken.h:33
SiPixelPhase1TrackClustersV::CHARGE
Definition:
SiPixelPhase1TrackClustersV.h:17
edm::EventSetup
Definition:
EventSetup.h:59
SiPixelPhase1TrackClustersV::SIZE_Y
Definition:
SiPixelPhase1TrackClustersV.h:19
SiPixelPhase1Base.h
SiPixelPhase1TrackClustersV::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiPixelPhase1TrackClustersV.cc:18
SiPixelPhase1TrackClustersV::SIZE_X
Definition:
SiPixelPhase1TrackClustersV.h:18
SiPixelPhase1Base
Definition:
SiPixelPhase1Base.h:46
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
SiPixelCluster.h
SiPixelPhase1TrackClustersV::clustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clustersToken_
Definition:
SiPixelPhase1TrackClustersV.h:27
SiPixelPhase1TrackClustersV
Definition:
SiPixelPhase1TrackClustersV.h:15
Generated for CMSSW Reference Manual by
1.8.14