Changeset 5306
- Timestamp:
- 10/21/04 18:44:34 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MLons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
r5304 r5306 68 68 } 69 69 70 void MLons::SetSeed( Int_t in)70 void MLons::SetSeed(UInt_t in) 71 71 { 72 72 RandomNumber -> SetSeed(in); -
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx
r5248 r5306 69 69 void Reset() ; 70 70 71 void SetSeed( Int_t in);71 void SetSeed( UInt_t in); 72 72 void SetAmplTrig( Float_t in ) ; 73 73 void SetFwhmTrig( Float_t in ) ;
Note:
See TracChangeset
for help on using the changeset viewer.