source: trunk/MagicSoft/include-Classes/MMcFormat/MFadcDefine.h@ 5827

Last change on this file since 5827 was 5253, checked in by moralejo, 20 years ago
*** empty log message ***
File size: 1.2 KB
Line 
1//
2// --> Sampling frequency of the FADC, in number of slices
3// per nsec, for the original 300 MHz FADCs of MAGIC. WARNING:
4// DO NOT CHANGE this number to set a different sampling frequency
5// of the signals! USE instead the "fadc_GHz" command in the camera
6// input card (see instructions)
7//
8#define FADC_SLICES_PER_NSEC 0.3
9//
10//
11// --> The amount of FADC slice written to the raw format.
12#define FADC_SLICES 15
13//
14// --> Number of bins per FADC slice that we will use for the analog
15// signal simulation.
16#define SUBBINS 5
17//
18//
19// --> Default values of the single photoelectron response going to the FADC,
20// in the case the gaussian shape is chosen.
21//
22#define MFADC_RESPONSE_FWHM 5.0
23#define MFADC_RESPONSE_INTEGRAL 4.0
24
25//
26// --> The maximum number of FADC channels
27// Most likely it will be always equal to CAMERA_PIXELS
28#define MFADC_CHANNELS 3500
29//
30// --> Ratio of high to low gain:
31#define HIGH2LOWGAIN 10.
32//
33//
34// --> The amount of ns before trigger that would be shown from the ADC
35// history in order to show also the start of the pulse before the
36// the trigger time.-> JUST FOR DISPLAY purposes! (see MFadc::Scan)
37#define TIME_BEFORE_TRIGGER 10.
38//
39//
Note: See TracBrowser for help on using the repository browser.