diff --git a/documentation/simDetectorDoc.html b/documentation/simDetectorDoc.html index b8c444f..447a7bb 100755 --- a/documentation/simDetectorDoc.html +++ b/documentation/simDetectorDoc.html @@ -64,7 +64,8 @@ - Parameter Definitions in simDetector.cpp and EPICS Record Definitions in simDetector.template + Parameter Definitions in simDetector.cpp and EPICS Record Definitions in simDetector.template + @@ -371,8 +372,7 @@ Used to introduce randomness in the peak height. Each gaussian peak in the array is assigned a scaling factor.
- scalingFactor = 1.0 + (rand()%peakVariation +1)/100.0 - + scalingFactor = 1.0 + (rand()%peakVariation +1)/100.0 SIM_PEAK_HEIGHT_VARIATION @@ -391,8 +391,7 @@ r/w Used to introduce randomness. Each affected pixel is assigned a scaling factor.
- scalingFactor = 1.0 + (rand()%noise +1)/100.0 - + scalingFactor = 1.0 + (rand()%noise +1)/100.0 SIM_NOISE