- Timestamp:
- 03/04/05 09:39:38 (20 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6732 r6738 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/03/04 Abelardo Moralejo 24 25 * mmc/MFadcDefine.h 26 - Changed constant SUBBINS from 5 to 500. This defines the 27 resolution of the analog signal simulation in the camera MC. 28 The time step is the duration of one FADC slice divided by 29 SUBBINS. The change was necessary to implement correctly the PMT 30 time jitter. 31 23 32 2005/03/03 Markus Gaug 24 33 -
trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h
r5253 r6738 13 13 // 14 14 // --> Number of bins per FADC slice that we will use for the analog 15 // signal simulation. 16 #define SUBBINS 5 15 // signal simulation. In March 2005, raised this value from 5 to 500 16 // so that we can properly simulate the time jitter of the PMTs (which is 17 // by default 200 ps) 18 #define SUBBINS 500 17 19 // 18 20 //
Note:
See TracChangeset
for help on using the changeset viewer.