Parent Directory | Revision Log | Patch
revision 1.1 by nikolas, Thu Feb 19 16:00:14 2009 UTC | revision 1.5 by pam-rm2, Fri Jun 12 18:39:11 2009 UTC | |
---|---|---|
# | Line 532 void PamVMCCaloDig::DigitizeCaloRaw(){ | Line 532 void PamVMCCaloDig::DigitizeCaloRaw(){ |
532 | // | // |
533 | // Add random gaussian noise of RMS rms and Centered in the pedestal | // Add random gaussian noise of RMS rms and Centered in the pedestal |
534 | // | // |
535 | pedenoise = gRandom->Gaus((Double_t)pedestal,(Double_t)rms); | pedenoise = frandom->Gaus((Double_t)pedestal,(Double_t)rms); |
536 | // | // |
537 | // Sum all contribution | // Sum all contribution |
538 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |