src
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 "
CondFormats/PPSObjects/interface/PPSPixelTopology.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
const
PPSPixelTopology
&ppt);
23
void
make_hit
(
CTPPSPixelCluster
aCluster, std::vector<CTPPSPixelRecHit> &
hits
,
const
PPSPixelTopology
&ppt);
24
~RPixClusterToHit
();
25
26
private
:
27
int
verbosity_
;
28
};
29
30
#endif
CTPPSPixelRecHit.h
CTPPSPixelCluster.h
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
RPixClusterToHit::verbosity_
int verbosity_
Definition:
RPixClusterToHit.h:27
RPixClusterToHit::~RPixClusterToHit
~RPixClusterToHit()
Definition:
RPixClusterToHit.cc:7
DetSetVector.h
ParameterSet.h
PPSPixelTopology
Definition:
PPSPixelTopology.h:22
PPSPixelTopology.h
hcalRecHitTable_cff.detId
detId
Definition:
hcalRecHitTable_cff.py:12
RPixClusterToHit::RPixClusterToHit
RPixClusterToHit(edm::ParameterSet const &conf)
Definition:
RPixClusterToHit.cc:3
RPixClusterToHit::buildHits
void buildHits(unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt)
Definition:
RPixClusterToHit.cc:9
RPixClusterToHit
Definition:
RPixClusterToHit.h:15
CTPPSPixelCluster
Definition:
CTPPSPixelCluster.h:14
RPixClusterToHit::make_hit
void make_hit(CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt)
Definition:
RPixClusterToHit.cc:20
edm::ParameterSet
Definition:
ParameterSet.h:48
bsc_activity_cfg.clusters
clusters
Definition:
bsc_activity_cfg.py:36
Generated for CMSSW Reference Manual by
1.8.14