CMS 3D CMS Logo

RPixHitChargeConverter.h
Go to the documentation of this file.
1 #ifndef SimPPS_PPSPixelDigiProducer_RPix_HIT_CHARGE_CONVERTER_H
2 #define SimPPS_PPSPixelDigiProducer_RPix_HIT_CHARGE_CONVERTER_H
3 
9 
11 public:
13  CLHEP::HepRandomEngine &eng,
14  uint32_t det_id,
15  const PPSPixelTopology &ppt);
16  ~RPixHitChargeConverter() = default;
17 
18  std::map<unsigned short, double> processHit(const PSimHit &hit, const PPSPixelTopology &ppt);
19 
20 private:
21  const uint32_t det_id_;
22  std::unique_ptr<RPixLinearChargeDivider> theRPixChargeDivider;
23  std::unique_ptr<RPixLinearChargeCollectionDrifter> theRPixChargeCollectionDrifter;
24  std::unique_ptr<RPixChargeShare> theRPixChargeShare;
26 };
27 
28 #endif
std::unique_ptr< RPixLinearChargeCollectionDrifter > theRPixChargeCollectionDrifter
RPixHitChargeConverter(const edm::ParameterSet &params_, CLHEP::HepRandomEngine &eng, uint32_t det_id, const PPSPixelTopology &ppt)
std::map< unsigned short, double > processHit(const PSimHit &hit, const PPSPixelTopology &ppt)
std::unique_ptr< RPixLinearChargeDivider > theRPixChargeDivider
std::unique_ptr< RPixChargeShare > theRPixChargeShare
~RPixHitChargeConverter()=default