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 RecoCTPPS_PixelLocal_RPixClusterToHit_H
7 #define RecoCTPPS_PixelLocal_RPixClusterToHit_H
8 
14 
16 
17 public:
18 
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 );
24 
25 private:
26 
28 
29 };
30 
31 #endif
void buildHits(unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits)
void make_hit(CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits)
RPixClusterToHit(edm::ParameterSet const &conf)