- Timestamp:
- 05/02/14 16:25:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/melectronics/MAvalanchePhotoDiode.cc
r17323 r17769 243 243 const UInt_t rndm = gRandom->Poisson(prob); 244 244 245 for ( int i=0; i<rndm; i++)245 for (UInt_t i=0; i<rndm; i++) 246 246 { 247 247 // Get a random neighbor which is hit.
Note:
See TracChangeset
for help on using the changeset viewer.