Changeset 5305 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 10/21/04 18:44:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r5290 r5305 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.7 7$23 // $Revision: 1.78 $ 24 24 // $Author: moralejo $ 25 // $Date: 2004-10- 19 10:35:05$25 // $Date: 2004-10-21 17:44:07 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1441 1441 FADC_slices_per_ns); 1442 1442 1443 lons.SetSeed( Int_t(get_seeds(1)%get_seeds(0))+1);1443 lons.SetSeed(((UInt_t)(get_seeds(1)*get_seeds(1)*get_seeds(0)))); 1444 1444 1445 1445 lons.SetPath(nsbpathname); … … 1450 1450 FADC_slices_per_ns); 1451 1451 1452 lons_outer.SetSeed( Int_t(get_seeds(1)%get_seeds(0))+2);1452 lons_outer.SetSeed(((UInt_t)(get_seeds(1)*get_seeds(0)*get_seeds(0)))); 1453 1453 1454 1454 lons_outer.SetPath(nsbpath_outer); … … 4874 4874 } 4875 4875 4876 4877 4876 // @endcode 4878 4877 … … 4884 4883 // 4885 4884 // $Log: not supported by cvs2svn $ 4885 // Revision 1.77 2004/10/19 10:35:05 moralejo 4886 // *** empty log message *** 4887 // 4886 4888 // Revision 1.76 2004/10/14 16:56:43 moralejo 4887 4889 //
Note:
See TracChangeset
for help on using the changeset viewer.