Main Page
Namespaces
Classes
Package Documentation
RecoCTPPS
PixelLocal
interface
RPixClusterToHit.h
Go to the documentation of this file.
1
/**********************************************************************
2
*
3
* Author: F.Ferro - INFN Genova
4
*
5
**********************************************************************/
6
#ifndef RecoCTPPS_PixelLocal_RPixClusterToHit_H
7
#define RecoCTPPS_PixelLocal_RPixClusterToHit_H
8
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
#include "
DataFormats/Common/interface/DetSetVector.h
"
11
#include "
DataFormats/CTPPSReco/interface/CTPPSPixelCluster.h
"
12
#include "
DataFormats/CTPPSReco/interface/CTPPSPixelRecHit.h
"
13
#include "
Geometry/VeryForwardGeometry/interface/CTPPSPixelSimTopology.h
"
14
15
class
RPixClusterToHit
{
16
17
public
:
18
19
RPixClusterToHit
(
edm::ParameterSet
const
& conf);
20
21
void
buildHits
(
unsigned
int
detId,
const
std::vector<CTPPSPixelCluster> &
clusters
, std::vector<CTPPSPixelRecHit> &
hits
);
22
void
make_hit
(
CTPPSPixelCluster
aCluster, std::vector<CTPPSPixelRecHit> &hits );
23
~RPixClusterToHit
();
24
25
private
:
26
27
int
verbosity_
;
28
29
};
30
31
#endif
CTPPSPixelRecHit.h
CTPPSPixelCluster.h
CTPPSPixelSimTopology.h
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
RPixClusterToHit::verbosity_
int verbosity_
Definition:
RPixClusterToHit.h:27
RPixClusterToHit::buildHits
void buildHits(unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits)
Definition:
RPixClusterToHit.cc:11
RPixClusterToHit::~RPixClusterToHit
~RPixClusterToHit()
Definition:
RPixClusterToHit.cc:9
DetSetVector.h
ParameterSet.h
RPixClusterToHit::make_hit
void make_hit(CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits)
Definition:
RPixClusterToHit.cc:22
RPixClusterToHit::RPixClusterToHit
RPixClusterToHit(edm::ParameterSet const &conf)
Definition:
RPixClusterToHit.cc:4
fastPrimaryVertexProducer_cfi.clusters
clusters
Definition:
fastPrimaryVertexProducer_cfi.py:5
RPixClusterToHit
Definition:
RPixClusterToHit.h:15
CTPPSPixelCluster
Definition:
CTPPSPixelCluster.h:16
edm::ParameterSet
Definition:
ParameterSet.h:36
Generated for CMSSW Reference Manual by
1.8.11