SimPPS
PPSPixelDigiProducer
interface
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
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
SimPPS/PPSPixelDigiProducer/interface/RPixLinearChargeCollectionDrifter.h
"
6
#include "
SimPPS/PPSPixelDigiProducer/interface/RPixLinearChargeDivider.h
"
7
#include "
SimPPS/PPSPixelDigiProducer/interface/RPixChargeShare.h
"
8
9
class
RPixHitChargeConverter
{
10
public
:
11
RPixHitChargeConverter
(
const
edm::ParameterSet
¶ms_, CLHEP::HepRandomEngine &eng, uint32_t det_id);
12
~RPixHitChargeConverter
() =
default
;
13
14
std::map<unsigned short, double>
processHit
(
const
PSimHit
&
hit
);
15
16
private
:
17
const
uint32_t
det_id_
;
18
std::unique_ptr<RPixLinearChargeDivider>
theRPixChargeDivider
;
19
std::unique_ptr<RPixLinearChargeCollectionDrifter>
theRPixChargeCollectionDrifter
;
20
std::unique_ptr<RPixChargeShare>
theRPixChargeShare
;
21
int
verbosity_
;
22
};
23
24
#endif
RPixHitChargeConverter::verbosity_
int verbosity_
Definition:
RPixHitChargeConverter.h:21
RPixHitChargeConverter::det_id_
const uint32_t det_id_
Definition:
RPixHitChargeConverter.h:17
RPixHitChargeConverter::theRPixChargeShare
std::unique_ptr< RPixChargeShare > theRPixChargeShare
Definition:
RPixHitChargeConverter.h:20
RPixLinearChargeDivider.h
RPixHitChargeConverter::RPixHitChargeConverter
RPixHitChargeConverter(const edm::ParameterSet ¶ms_, CLHEP::HepRandomEngine &eng, uint32_t det_id)
Definition:
RPixHitChargeConverter.cc:7
RPixChargeShare.h
RPixHitChargeConverter
Definition:
RPixHitChargeConverter.h:9
RPixHitChargeConverter::processHit
std::map< unsigned short, double > processHit(const PSimHit &hit)
Definition:
RPixHitChargeConverter.cc:17
edm::ParameterSet
Definition:
ParameterSet.h:36
RPixHitChargeConverter::~RPixHitChargeConverter
~RPixHitChargeConverter()=default
RPixLinearChargeCollectionDrifter.h
RPixHitChargeConverter::theRPixChargeDivider
std::unique_ptr< RPixLinearChargeDivider > theRPixChargeDivider
Definition:
RPixHitChargeConverter.h:18
RPixHitChargeConverter::theRPixChargeCollectionDrifter
std::unique_ptr< RPixLinearChargeCollectionDrifter > theRPixChargeCollectionDrifter
Definition:
RPixHitChargeConverter.h:19
ParameterSet.h
PSimHit
Definition:
PSimHit.h:15
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
Generated for CMSSW Reference Manual by
1.8.16