Lines Matching refs:RingDetector
22 #include "model/optical/RingDetector.h"
46 const String RingDetector::INTEGRATINGSENSEAMP = "INTSA";
48 RingDetector::RingDetector(const String& instance_name_, const TechModel* tech_model_)
55 RingDetector::~RingDetector()
58 void RingDetector::initParameters()
70 void RingDetector::initProperties()
75 void RingDetector::constructModel()
99 createDetector( "RingDetector", det_wavelengths, this);
101 OpticalDetector* ring_detector = getDetector("RingDetector");
124 void RingDetector::updateModel()
142 OpticalDetector* ring_detector = getDetector("RingDetector");
153 void RingDetector::useModel()
215 void RingDetector::propagateTransitionInfo()
223 void RingDetector::precomputeTech()
293 void RingDetector::designReceiver()
316 double RingDetector::getSensitivity(double ER_dB_) const
339 double RingDetector::calcInvNormCdf(double num_)