Bartender LYSO
Digitizer simulation for the LYSO calorimeter prototype
Loading...
Searching...
No Matches
SiPM.hh
Go to the documentation of this file.
1
5#ifndef SIPM_HH
6#define SIPM_HH
7
8#include <string>
9
13struct SiPM
14{
15 std::string fBrand;
16 std::string fTypeNo;
18 Float_t fV;
19 Float_t fT;
20};
21
22
23#endif // SIPM_HH
Struct for storing MPPC/SiPM settings for waveform generation.
Definition SiPM.hh:14
Float_t fV
Supply Voltage [V] for the environment working point.
Definition SiPM.hh:18
std::string fBrand
Manufacturer's brand of SiPM.
Definition SiPM.hh:15
Float_t fT
Temperature [°C] for the environment working point.
Definition SiPM.hh:19
std::string fTypeNo
Type number of the SiPM.
Definition SiPM.hh:16