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  const PPSPixelTopology &ppt);
23  void make_hit(CTPPSPixelCluster aCluster, std::vector<CTPPSPixelRecHit> &hits, const PPSPixelTopology &ppt);
25 
26 private:
27  int verbosity_;
28 };
29 
30 #endif
RPixClusterToHit::buildHits
void buildHits(unsigned int detId, const std::vector< CTPPSPixelCluster > &clusters, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt)
Definition: RPixClusterToHit.cc:9
PPSPixelTopology.h
hfClusterShapes_cfi.hits
hits
Definition: hfClusterShapes_cfi.py:5
RPixClusterToHit::RPixClusterToHit
RPixClusterToHit(edm::ParameterSet const &conf)
Definition: RPixClusterToHit.cc:3
CTPPSPixelRecHit.h
RPixClusterToHit
Definition: RPixClusterToHit.h:14
RPixClusterToHit::make_hit
void make_hit(CTPPSPixelCluster aCluster, std::vector< CTPPSPixelRecHit > &hits, const PPSPixelTopology &ppt)
Definition: RPixClusterToHit.cc:20
bsc_activity_cfg.clusters
clusters
Definition: bsc_activity_cfg.py:36
edm::ParameterSet
Definition: ParameterSet.h:47
RPixClusterToHit::verbosity_
int verbosity_
Definition: RPixClusterToHit.h:29
CTPPSPixelCluster.h
DetSetVector.h
PPSPixelTopology
Definition: PPSPixelTopology.h:22
RPixClusterToHit::~RPixClusterToHit
~RPixClusterToHit()
Definition: RPixClusterToHit.cc:7
ParameterSet.h
CTPPSPixelCluster
Definition: CTPPSPixelCluster.h:14