#include <RPixDetDigitizer.h>
Public Member Functions | |
RPixDetDigitizer (const edm::ParameterSet ¶ms, CLHEP::HepRandomEngine &eng, uint32_t det_id, const PPSPixelTopology &ppt) | |
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, const PPSPixelTopology *ppt) |
~RPixDetDigitizer () | |
Private Attributes | |
uint32_t | det_id_ |
bool | links_persistence_ |
bool | misalignment_simulation_on_ |
bool | noNoise |
double | theNoiseInElectrons |
double | thePixelThresholdInE |
std::unique_ptr < RPixDummyROCSimulator > | theRPixDummyROCSimulator |
std::unique_ptr < RPixHitChargeConverter > | theRPixHitChargeConverter |
std::unique_ptr < RPixPileUpSignals > | theRPixPileUpSignals |
int | verbosity_ |
Definition at line 28 of file RPixDetDigitizer.h.
RPixDetDigitizer::RPixDetDigitizer | ( | const edm::ParameterSet & | params, |
CLHEP::HepRandomEngine & | eng, | ||
uint32_t | det_id, | ||
const PPSPixelTopology & | ppt | ||
) |
Definition at line 3 of file RPixDetDigitizer.cc.
References det_id_, edm::ParameterSet::getParameter(), links_persistence_, noNoise, submitPVValidationJobs::params, theNoiseInElectrons, thePixelThresholdInE, theRPixDummyROCSimulator, theRPixHitChargeConverter, theRPixPileUpSignals, and verbosity_.
RPixDetDigitizer::~RPixDetDigitizer | ( | ) |
Definition at line 20 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, | ||
const PPSPixelTopology * | ppt | ||
) |
Definition at line 22 of file RPixDetDigitizer.cc.
References det_id_, mps_fire::i, links_persistence_, theRPixDummyROCSimulator, theRPixHitChargeConverter, theRPixPileUpSignals, and verbosity_.
|
private |
Definition at line 52 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 55 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 53 of file RPixDetDigitizer.h.
|
private |
Definition at line 51 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 49 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 50 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer().
|
private |
Definition at line 47 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 46 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 45 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().
|
private |
Definition at line 54 of file RPixDetDigitizer.h.
Referenced by RPixDetDigitizer(), and run().