Bartender LYSO
Digitizer simulation for the LYSO calorimeter prototype
Loading...
Searching...
No Matches
globals.hh
Go to the documentation of this file.
1
5#ifndef GLOBALS_HH
6#define GLOBALS_HH
7
8
9constexpr Int_t CHANNELS = 115;
10constexpr Int_t SAMPLINGS = 1024;
11constexpr Double_t BASELINE = 0.45;
12constexpr Int_t ZERO_TIME_BIN = 450;
15#endif // GLOBALS_HH
constexpr Int_t SAMPLINGS
Number of samplings for one waveform.
Definition globals.hh:10
constexpr Int_t ZERO_TIME_BIN
Delay of all waveforms in the [0, 1023] bins window.
Definition globals.hh:12
constexpr Int_t CHANNELS
Number of channels of the detectors.
Definition globals.hh:9