#include <RPixDetDigitizer.h>
Public Member Functions | |
RPixDetDigitizer (const edm::ParameterSet ¶ms, CLHEP::HepRandomEngine &eng, uint32_t det_id, const edm::EventSetup &iSetup) | |
void | run (const std::vector< PSimHit > &input, const std::vector< int > &input_links, std::vector< CTPPSPixelDigi > &output_digi, std::vector< std::vector< std::pair< int, double > > > &output_digi_links, const CTPPSPixelGainCalibrations *pcalibration) |
~RPixDetDigitizer () | |
Private Attributes | |
uint32_t | det_id_ |
bool | links_persistence_ |
bool | misalignment_simulation_on_ |
bool | noNoise |
int | numPixels |
double | theNoiseInElectrons |
double | thePixelThresholdInE |
std::unique_ptr< RPixDummyROCSimulator > | theRPixDummyROCSimulator |
std::unique_ptr< RPixHitChargeConverter > | theRPixHitChargeConverter |
std::unique_ptr< RPixPileUpSignals > | theRPixPileUpSignals |
int | verbosity_ |
Definition at line 32 of file RPixDetDigitizer.h.
RPixDetDigitizer::RPixDetDigitizer | ( | const edm::ParameterSet & | params, |
CLHEP::HepRandomEngine & | eng, | ||
uint32_t | det_id, | ||
const edm::EventSetup & | iSetup | ||
) |
Definition at line 7 of file RPixDetDigitizer.cc.
References det_id_, CTPPSPixelTopology::detPixelNo(), links_persistence_, noNoise, numPixels, CalibrationSummaryClient_cfi::params, theNoiseInElectrons, thePixelThresholdInE, theRPixDummyROCSimulator, theRPixHitChargeConverter, theRPixPileUpSignals, and verbosity_.
RPixDetDigitizer::~RPixDetDigitizer | ( | ) |
Definition at line 25 of file RPixDetDigitizer.cc.
void RPixDetDigitizer::run | ( | const std::vector< PSimHit > & | input, |
const std::vector< int > & | input_links, | ||
std::vector< CTPPSPixelDigi > & | output_digi, | ||
std::vector< std::vector< std::pair< int, double > > > & | output_digi_links, | ||
const CTPPSPixelGainCalibrations * | pcalibration | ||
) |
Definition at line 27 of file RPixDetDigitizer.cc.
References det_id_, mps_fire::i, input, links_persistence_, theRPixDummyROCSimulator, theRPixHitChargeConverter, theRPixPileUpSignals, and verbosity_.
|
private |
Definition at line 56 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 59 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 57 of file RPixDetDigitizer.h.
|
private |
Definition at line 55 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 52 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 53 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 54 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 50 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 49 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 48 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 58 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().