RecoPPS
Local
interface
RPixClusterToHit.h
Go to the documentation of this file.
1
/**********************************************************************
2
*
3
* Author: F.Ferro - INFN Genova
4
*
5
**********************************************************************/
6
#ifndef RecoPPS_Local_RPixClusterToHit_H
7
#define RecoPPS_Local_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
public
:
17
RPixClusterToHit
(
edm::ParameterSet
const
&conf);
18
19
void
buildHits
(
unsigned
int
detId,
20
const
std::vector<CTPPSPixelCluster> &
clusters
,
21
std::vector<CTPPSPixelRecHit> &
hits
);
22
void
make_hit
(
CTPPSPixelCluster
aCluster, std::vector<CTPPSPixelRecHit> &
hits
);
23
~RPixClusterToHit
();
24
25
private
:
26
int
verbosity_
;
27
};
28
29
#endif
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
RPixClusterToHit::RPixClusterToHit
RPixClusterToHit(edm::ParameterSet const &conf)
Definition:
RPixClusterToHit.cc:3
CTPPSPixelSimTopology.h
CTPPSPixelRecHit.h
RPixClusterToHit
Definition:
RPixClusterToHit.h:14
bsc_activity_cfg.clusters
clusters
Definition:
bsc_activity_cfg.py:36
edm::ParameterSet
Definition:
ParameterSet.h:47
RPixClusterToHit::verbosity_
int verbosity_
Definition:
RPixClusterToHit.h:28
CTPPSPixelCluster.h
RPixClusterToHit::buildHits
void buildHits(unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits)
Definition:
RPixClusterToHit.cc:9
DetSetVector.h
RPixClusterToHit::~RPixClusterToHit
~RPixClusterToHit()
Definition:
RPixClusterToHit.cc:7
RPixClusterToHit::make_hit
void make_hit(CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits)
Definition:
RPixClusterToHit.cc:20
ParameterSet.h
CTPPSPixelCluster
Definition:
CTPPSPixelCluster.h:14
Generated for CMSSW Reference Manual by
1.8.16