#include <SiPixelDigitizerAlgorithm.h>
Classes | |
class | Amplitude |
class | CalParameters |
class | EnergyDepositUnit |
class | SignalPoint |
Public Member Functions | |
void | fillDeadModules (const edm::EventSetup &es) |
void | fillLorentzAngle (const edm::EventSetup &es) |
void | fillMapandGeom (const edm::EventSetup &es) |
void | init (const edm::EventSetup &es) |
std::vector< PixelDigiSimLink > | make_link () |
edm::DetSet< PixelDigi > ::collection_type | run (const std::vector< PSimHit > &input, PixelGeomDetUnit *pixdet, GlobalVector) |
SiPixelDigitizerAlgorithm (const edm::ParameterSet &conf, CLHEP::HepRandomEngine &) | |
~SiPixelDigitizerAlgorithm () | |
Private Types | |
typedef GloballyPositioned < double > | Frame |
typedef std::vector < edm::ParameterSet > | Parameters |
typedef signal_map_type::iterator | signal_map_iterator |
typedef std::map< int, Amplitude, std::less< int > > | signal_map_type |
typedef std::map< unsigned int, std::vector< float > , std::less< unsigned int > > | simlink_map |
Private Member Functions | |
void | add_noise () |
std::vector< PixelDigi > | digitize (PixelGeomDetUnit *det) |
void | drift (const PSimHit &hit) |
LocalVector | DriftDirection () |
void | fluctuateEloss (int particleId, float momentum, float eloss, float length, int NumberOfSegments, float elossVector[]) |
void | induce_signal (const PSimHit &hit) |
void | make_digis () |
float | missCalibrate (int col, int row, float amp) const |
void | module_killing_conf () |
void | module_killing_DB () |
void | pixel_inefficiency () |
void | pixel_inefficiency_db () |
void | primary_ionization (const PSimHit &hit) |
Definition at line 59 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 231 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 90 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 228 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 227 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 230 of file SiPixelDigitizerAlgorithm.h.
SiPixelDigitizerAlgorithm::SiPixelDigitizerAlgorithm | ( | const edm::ParameterSet & | conf, |
CLHEP::HepRandomEngine & | eng | ||
) |
Definition at line 141 of file SiPixelDigitizerAlgorithm.cc.
References addChargeVCALSmearing, addNoise, addNoisyPixels, addThresholdSmearing, alpha2Order, BPix_p0, BPix_p1, BPix_p2, BPix_p3, calmap, dtNoiseDBValidation_cfg::cerr, PixelIndices::channelToPixelROC(), ClusterWidth, conf_, gather_cfg::cout, Dist300, doMissCalibrate, electronsPerVCAL, electronsPerVCAL_Offset, lut2db_cfg::filename, flatDistribution_, fluctuate, fluctuateCharge, FPix_p0, FPix_p1, FPix_p2, FPix_p3, gaussDistribution_, gaussDistributionVCALNoise_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), GeVperElectron, i, recoMuon::in, create_public_lumi_plots::in_file, geometryCSVtoXML::line, LogDebug, mergeVDriftHistosByStation::name, NumberOfSegments, AlCaHLTBitMon_ParallelJobs::p, SiPixelDigitizerAlgorithm::CalParameters::p0, SiPixelDigitizerAlgorithm::CalParameters::p1, SiPixelDigitizerAlgorithm::CalParameters::p2, SiPixelDigitizerAlgorithm::CalParameters::p3, fitWZ::par0, pixelInefficiency, PixelIndices::pixelToChannelROC(), rndEngine, Sigma0, smearedThreshold_BPix_, smearedThreshold_FPix_, theAdcFullScale, theElectronPerADC, theGainSmearing, theNoiseInElectrons, theNoiser, theOffsetSmearing, thePixelChipEfficiency, thePixelColEfficiency, thePixelEfficiency, thePixelLuminosity, theReadoutNoise, theThresholdInE_BPix, theThresholdInE_FPix, theThresholdSmearing_BPix, theThresholdSmearing_FPix, theTofLowerCut, theTofUpperCut, and tMax.
SiPixelDigitizerAlgorithm::~SiPixelDigitizerAlgorithm | ( | ) |
Definition at line 437 of file SiPixelDigitizerAlgorithm.cc.
References addNoise, addThresholdSmearing, flatDistribution_, fluctuate, fluctuateCharge, gaussDistribution_, gaussDistributionVCALNoise_, LogDebug, smearedThreshold_BPix_, smearedThreshold_FPix_, theNoiser, and theSiPixelGainCalibrationService_.
|
private |
Definition at line 1162 of file SiPixelDigitizerAlgorithm.cc.
References _signal, addChargeVCALSmearing, addNoisyPixels, gaussDistribution_, gaussDistributionVCALNoise_, GaussianTailNoiseGenerator::generate(), i, LogDebug, numColumns, numRows, PixelDigi::pixelToChannel(), theNoiseInElectrons, theNoiser, thePixelThreshold, theSmearedChargeRMS, theThresholdInE_BPix, and theThresholdInE_FPix.
Referenced by digitize().
|
private |
Definition at line 494 of file SiPixelDigitizerAlgorithm.cc.
References _collection_points, _PixelHits, _signal, add_noise(), addNoise, addNoisyPixels, addThresholdSmearing, BoundSurface::bounds(), detID, doMissCalibrate, drift(), induce_signal(), internal_coll, LogDebug, make_digis(), module_killing_conf(), module_killing_DB(), moduleThickness, PixelTopology::ncolumns(), PixelTopology::nrows(), numColumns, numRows, pIndexConverter, pixel_inefficiency(), pixel_inefficiency_db(), PixelSubdetector::PixelBarrel, pixelInefficiency, primary_ionization(), smearedThreshold_BPix_, smearedThreshold_FPix_, GeomDet::specificSurface(), PixelGeomDetUnit::specificTopology(), DetId::subdetId(), theNoiseInElectrons, thePixelThreshold, thePixelThresholdInE, theThresholdInE_BPix, theThresholdInE_FPix, theTofLowerCut, theTofUpperCut, Bounds::thickness(), topol, use_deadmodule_DB_, use_ineff_from_db_, and use_module_killing_.
Referenced by run().
|
private |
Definition at line 729 of file SiPixelDigitizerAlgorithm.cc.
References _collection_points, _ionization_points, alpha2Order, PSimHit::detUnitId(), Dist300, DriftDirection(), i, LogDebug, lorentzAngle, moduleThickness, RooFit::Sigma(), Sigma0, SiPixelLorentzAngle_, mathSSE::sqrt(), PSimHit::tof(), use_LorentzAngle_DB_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by digitize().
|
private |
Definition at line 1464 of file SiPixelDigitizerAlgorithm.cc.
References _bfield, _detp, alpha2Order, detID, LogDebug, lorentzAngle, PixelSubdetector::PixelBarrel, GloballyPositioned< T >::position(), GloballyPositioned< T >::rotation(), pileupReCalc_HLTpaths::scale, DetId::subdetId(), GeomDet::surface(), tanLorentzAnglePerTesla_BPix, tanLorentzAnglePerTesla_FPix, and use_LorentzAngle_DB_.
Referenced by drift().
void SiPixelDigitizerAlgorithm::fillDeadModules | ( | const edm::EventSetup & | es | ) |
Definition at line 110 of file SiPixelDigitizerAlgorithm.cc.
References edm::EventSetup::get().
void SiPixelDigitizerAlgorithm::fillLorentzAngle | ( | const edm::EventSetup & | es | ) |
Definition at line 120 of file SiPixelDigitizerAlgorithm.cc.
References edm::EventSetup::get().
void SiPixelDigitizerAlgorithm::fillMapandGeom | ( | const edm::EventSetup & | es | ) |
Definition at line 134 of file SiPixelDigitizerAlgorithm.cc.
References edm::EventSetup::get().
|
private |
Definition at line 674 of file SiPixelDigitizerAlgorithm.cc.
References abs, fluctuate, i, SiG4UniversalFluctuation::SampleFluctuations(), and tMax.
Referenced by primary_ionization().
|
private |
Definition at line 845 of file SiPixelDigitizerAlgorithm.cc.
References _collection_points, _signal, Topology::channel(), PixelDigi::channelToPixel(), ClusterWidth, i, Topology::localPosition(), LogDebug, Topology::measurementPosition(), numColumns, numRows, PixelTopology::pitch(), PixelDigi::pixelToChannel(), query::result, ntuplemaker::status, topol, x, PV2DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV2DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by digitize().
void SiPixelDigitizerAlgorithm::init | ( | const edm::EventSetup & | es | ) |
Definition at line 97 of file SiPixelDigitizerAlgorithm.cc.
Referenced by cms::SiPixelDigitizer::produce().
|
private |
Definition at line 1083 of file SiPixelDigitizerAlgorithm.cc.
References _signal, ecalMGPA::adc(), PixelDigi::channelToPixel(), doMissCalibrate, i, internal_coll, link_coll, LogDebug, min, missCalibrate(), simi, theAdcFullScale, theElectronPerADC, thePixelThresholdInE, theThresholdInE_BPix, and theThresholdInE_FPix.
Referenced by digitize().
|
inline |
Definition at line 70 of file SiPixelDigitizerAlgorithm.h.
References link_coll.
Referenced by cms::SiPixelDigitizer::produce().
|
private |
Definition at line 1381 of file SiPixelDigitizerAlgorithm.cc.
References BPix_p0, BPix_p1, BPix_p2, BPix_p3, detID, electronsPerVCAL, electronsPerVCAL_Offset, FPix_p0, FPix_p1, FPix_p2, FPix_p3, p1, p2, p3, PixelSubdetector::PixelBarrel, and DetId::subdetId().
Referenced by make_digis().
|
private |
Definition at line 1557 of file SiPixelDigitizerAlgorithm.cc.
References _signal, PixelDigi::channelToPixel(), DeadModules, cond::rpcobgas::detid, detID, i, Module, and use_module_killing_.
Referenced by digitize().
|
private |
Definition at line 1599 of file SiPixelDigitizerAlgorithm.cc.
References _signal, PixelDigi::channelToPixel(), cond::rpcobgas::detid, detID, SiPixelQuality::disabledModuleType::errorType, i, errorMatrix2Lands_multiChannel::id, sipixelobjects::PixelROC::idInDetUnit(), j, map_, scaleCards::path, edm::ESHandle< class >::product(), SiPixelBadModule_, sipixelobjects::PixelROC::toGlobal(), and use_module_killing_.
Referenced by digitize().
|
private |
Definition at line 1264 of file SiPixelDigitizerAlgorithm.cc.
References _signal, PixelDigi::channelToPixel(), PixelIndices::DColumn(), PixelIndices::DColumnInModule(), detID, flatDistribution_, i, PXBDetId::layer(), LogDebug, numColumns, numRows, pIndexConverter, PixelSubdetector::PixelBarrel, rand(), DetId::subdetId(), thePixelChipEfficiency, thePixelColEfficiency, thePixelEfficiency, and PixelIndices::transformToROC().
Referenced by digitize().
|
private |
Definition at line 1533 of file SiPixelDigitizerAlgorithm.cc.
References _signal, PixelDigi::channelToPixel(), cond::rpcobgas::detid, detID, i, SiPixelGainCalibrationOfflineSimService::isDead(), theSiPixelGainCalibrationService_, and use_ineff_from_db_.
Referenced by digitize().
|
private |
Definition at line 602 of file SiPixelDigitizerAlgorithm.cc.
References _ionization_points, relval_parameters_module::energy, PSimHit::energyLoss(), PSimHit::entryPoint(), PSimHit::exitPoint(), fluctuateCharge, fluctuateEloss(), GeVperElectron, i, LogDebug, PV3DBase< T, PVType, FrameType >::mag(), NumberOfSegments, PSimHit::pabs(), PSimHit::particleType(), evf::utils::pid, point, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by digitize().
edm::DetSet< PixelDigi >::collection_type SiPixelDigitizerAlgorithm::run | ( | const std::vector< PSimHit > & | input, |
PixelGeomDetUnit * | pixdet, | ||
GlobalVector | bfield | ||
) |
Definition at line 461 of file SiPixelDigitizerAlgorithm.cc.
References _bfield, _detp, _PixelHits, _signal, detID, digitize(), GeomDet::geographicalId(), LaserDQM_cfg::input, link_coll, LogDebug, and DetId::rawId().
Referenced by cms::SiPixelDigitizer::produce().
|
private |
Definition at line 317 of file SiPixelDigitizerAlgorithm.h.
Referenced by DriftDirection(), and run().
|
private |
Definition at line 352 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), drift(), and induce_signal().
|
private |
Definition at line 307 of file SiPixelDigitizerAlgorithm.h.
Referenced by DriftDirection(), and run().
|
private |
Definition at line 351 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), and primary_ionization().
|
private |
Definition at line 311 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and run().
|
private |
Definition at line 355 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), induce_signal(), make_digis(), module_killing_conf(), module_killing_DB(), pixel_inefficiency(), pixel_inefficiency_db(), and run().
|
private |
Definition at line 290 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 289 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 291 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 293 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 298 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 244 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), DriftDirection(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 282 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 283 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 284 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 285 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 358 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 249 of file SiPixelDigitizerAlgorithm.h.
Referenced by induce_signal(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 234 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 91 of file SiPixelDigitizerAlgorithm.h.
Referenced by module_killing_conf().
|
private |
Definition at line 308 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), DriftDirection(), missCalibrate(), module_killing_conf(), module_killing_DB(), pixel_inefficiency(), pixel_inefficiency_db(), and run().
|
private |
Definition at line 243 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 330 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), make_digis(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 269 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 270 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 391 of file SiPixelDigitizerAlgorithm.h.
Referenced by pixel_inefficiency(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 343 of file SiPixelDigitizerAlgorithm.h.
Referenced by fluctuateEloss(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 292 of file SiPixelDigitizerAlgorithm.h.
Referenced by primary_ionization(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 278 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 279 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 280 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 281 of file SiPixelDigitizerAlgorithm.h.
Referenced by missCalibrate(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 392 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 393 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 88 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 239 of file SiPixelDigitizerAlgorithm.h.
Referenced by primary_ionization(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 314 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and make_digis().
|
private |
Definition at line 316 of file SiPixelDigitizerAlgorithm.h.
Referenced by make_digis(), make_link(), and run().
|
private |
Definition at line 276 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), and DriftDirection().
|
private |
Definition at line 87 of file SiPixelDigitizerAlgorithm.h.
Referenced by module_killing_DB().
|
private |
Definition at line 305 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and drift().
|
private |
Definition at line 237 of file SiPixelDigitizerAlgorithm.h.
Referenced by primary_ionization(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 303 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), induce_signal(), and pixel_inefficiency().
|
private |
Definition at line 304 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), induce_signal(), and pixel_inefficiency().
|
private |
Definition at line 349 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and pixel_inefficiency().
|
private |
Definition at line 321 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 324 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 320 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 323 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 319 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 322 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 295 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 389 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 242 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 354 of file SiPixelDigitizerAlgorithm.h.
Referenced by make_digis().
|
private |
Definition at line 84 of file SiPixelDigitizerAlgorithm.h.
Referenced by module_killing_DB().
|
private |
Definition at line 81 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift().
|
private |
Definition at line 400 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 398 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 397 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 275 of file SiPixelDigitizerAlgorithm.h.
Referenced by DriftDirection().
|
private |
Definition at line 274 of file SiPixelDigitizerAlgorithm.h.
Referenced by DriftDirection().
|
private |
Definition at line 252 of file SiPixelDigitizerAlgorithm.h.
Referenced by make_digis(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 300 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 251 of file SiPixelDigitizerAlgorithm.h.
Referenced by make_digis(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 331 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 403 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 253 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 344 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), SiPixelDigitizerAlgorithm(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 332 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 327 of file SiPixelDigitizerAlgorithm.h.
Referenced by pixel_inefficiency(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 326 of file SiPixelDigitizerAlgorithm.h.
Referenced by pixel_inefficiency(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 325 of file SiPixelDigitizerAlgorithm.h.
Referenced by pixel_inefficiency(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 296 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 259 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), and digitize().
|
private |
Definition at line 261 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and make_digis().
|
private |
Definition at line 254 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 301 of file SiPixelDigitizerAlgorithm.h.
|
private |
Definition at line 381 of file SiPixelDigitizerAlgorithm.h.
Referenced by pixel_inefficiency_db(), and ~SiPixelDigitizerAlgorithm().
|
private |
Definition at line 257 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise().
|
private |
Definition at line 264 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), make_digis(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 263 of file SiPixelDigitizerAlgorithm.h.
Referenced by add_noise(), digitize(), make_digis(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 267 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 266 of file SiPixelDigitizerAlgorithm.h.
Referenced by SiPixelDigitizerAlgorithm().
|
private |
Definition at line 272 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 273 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 340 of file SiPixelDigitizerAlgorithm.h.
Referenced by fluctuateEloss(), and SiPixelDigitizerAlgorithm().
|
private |
Definition at line 312 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and induce_signal().
|
private |
Definition at line 376 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize().
|
private |
Definition at line 373 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), and pixel_inefficiency_db().
|
private |
Definition at line 377 of file SiPixelDigitizerAlgorithm.h.
Referenced by drift(), and DriftDirection().
|
private |
Definition at line 375 of file SiPixelDigitizerAlgorithm.h.
Referenced by digitize(), module_killing_conf(), and module_killing_DB().