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