Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
TkSeedingLayers
src
HitExtractorPIX.h
Go to the documentation of this file.
1
#ifndef RecoTracker_TkSeedingLayers_HitExtractorPIX_H
2
#define RecoTracker_TkSeedingLayers_HitExtractorPIX_H
3
4
#include "
RecoTracker/TkSeedingLayers/interface/SeedingLayer.h
"
5
#include "
HitExtractor.h
"
6
7
#include <string>
8
#include <vector>
9
10
#include "
DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h
"
11
12
namespace
ctfseeding {
13
class
HitExtractorPIX
:
public
HitExtractor
{
14
public
:
15
HitExtractorPIX
(
SeedingLayer::Side
& side,
int
idLayer,
const
std::string &
hitProducer
);
16
virtual
~HitExtractorPIX
(){}
17
virtual
HitExtractor::Hits
hits
(
const
SeedingLayer
& sl,
const
edm::Event
& ,
const
edm::EventSetup
& )
const
;
18
virtual
HitExtractorPIX
*
clone
()
const
{
return
new
HitExtractorPIX
(*
this
); }
19
20
private
:
21
SeedingLayer::Side
theSide
;
22
int
theIdLayer
;
23
std::string
theHitProducer
;
24
};
25
}
26
#endif
HitExtractor.h
ctfseeding::HitExtractorPIX::theHitProducer
std::string theHitProducer
Definition:
HitExtractorPIX.h:23
ctfseeding::HitExtractor
Definition:
HitExtractor.h:14
ctfseeding::HitExtractorPIX::theIdLayer
int theIdLayer
Definition:
HitExtractorPIX.h:22
ctfseeding::SeedingLayer
Definition:
SeedingLayer.h:18
ctfseeding::HitExtractorPIX::theSide
SeedingLayer::Side theSide
Definition:
HitExtractorPIX.h:21
SiPixelRecHitCollection.h
ctfseeding::HitExtractorPIX::~HitExtractorPIX
virtual ~HitExtractorPIX()
Definition:
HitExtractorPIX.h:16
edm::EventSetup
Definition:
EventSetup.h:44
ctfseeding::HitExtractorPIX::clone
virtual HitExtractorPIX * clone() const
Definition:
HitExtractorPIX.h:18
reco_application_2006_simpleTBanalysis_cfg.hitProducer
tuple hitProducer
Definition:
reco_application_2006_simpleTBanalysis_cfg.py:16
ctfseeding::HitExtractorPIX::HitExtractorPIX
HitExtractorPIX(SeedingLayer::Side &side, int idLayer, const std::string &hitProducer)
Definition:
HitExtractorPIX.cc:18
SeedingLayer.h
ctfseeding::HitExtractorPIX::hits
virtual HitExtractor::Hits hits(const SeedingLayer &sl, const edm::Event &, const edm::EventSetup &) const
Definition:
HitExtractorPIX.cc:23
edm::Event
Definition:
Event.h:50
ctfseeding::HitExtractorPIX
Definition:
HitExtractorPIX.h:13
ctfseeding::SeedingLayer::Side
Side
Definition:
SeedingLayer.h:20
ctfseeding::HitExtractor::Hits
std::vector< TransientTrackingRecHit::ConstRecHitPointer > Hits
Definition:
HitExtractor.h:16
Generated for CMSSW Reference Manual by
1.8.5