Main Page
Namespaces
Classes
Package Documentation
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
#include "
TrackingTools/PatternTools/interface/TrajTrackAssociation.h
"
15
16
class
SiPixelPhase1TrackClustersV
:
public
SiPixelPhase1Base
{
17
enum
{
18
CHARGE
,
19
SIZE_X
,
20
SIZE_Y
,
21
};
22
23
public
:
24
explicit
SiPixelPhase1TrackClustersV
(
const
edm::ParameterSet
& conf);
25
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
26
27
private
:
28
edm::EDGetTokenT<edmNew::DetSetVector<SiPixelCluster>
>
clustersToken_
;
29
edm::EDGetTokenT<reco::TrackCollection>
tracksToken_
;
30
};
31
32
#endif
33
SiPixelPhase1TrackClustersV::SIZE_Y
Definition:
SiPixelPhase1TrackClustersV.h:20
SiPixelPhase1TrackClustersV::SiPixelPhase1TrackClustersV
SiPixelPhase1TrackClustersV(const edm::ParameterSet &conf)
Definition:
SiPixelPhase1TrackClustersV.cc:26
edm::EDGetTokenT
Definition:
EDGetToken.h:32
SiPixelPhase1TrackClustersV::SIZE_X
Definition:
SiPixelPhase1TrackClustersV.h:19
SiPixelPhase1TrackClustersV::tracksToken_
edm::EDGetTokenT< reco::TrackCollection > tracksToken_
Definition:
SiPixelPhase1TrackClustersV.h:29
edm::EventSetup
Definition:
EventSetup.h:54
SiPixelPhase1Base.h
TrajTrackAssociation.h
SiPixelPhase1TrackClustersV::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiPixelPhase1TrackClustersV.cc:33
SiPixelPhase1Base
Definition:
SiPixelPhase1Base.h:42
edm::ParameterSet
Definition:
ParameterSet.h:36
SiPixelPhase1TrackClustersV::CHARGE
Definition:
SiPixelPhase1TrackClustersV.h:18
edm::Event
Definition:
Event.h:70
SiPixelCluster.h
SiPixelPhase1TrackClustersV::clustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clustersToken_
Definition:
SiPixelPhase1TrackClustersV.h:28
SiPixelPhase1TrackClustersV
Definition:
SiPixelPhase1TrackClustersV.h:16
Generated for CMSSW Reference Manual by
1.8.11