CMS 3D CMS Logo

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 
14 
15 class RPixClusterToHit {
16 public:
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);
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