#include <array>
#include <vector>
Go to the source code of this file.
Classes | |
class | sbnd::crt::FEBTruthInfo |
Namespaces | |
sbnd::crt | |
Variables | |
constexpr int | NCH = 32 |
Dataproduct to store data associated to CRT FEBData objects. More... | |
constexpr int NCH = 32 |
Dataproduct to store data associated to CRT FEBData objects.
Each simulated FEBData object is associated to a vector of AuxDetIDEs that contributed to the energy deposits in that CRT module. For each AuxDetIDE, this FEBTruthInfo product allows to store the index of the SiPM associated to the energy deposit. Without FEBTruthInfo ot would be impossible to associate an AuxDetIDE to a particular SiPM (or strip), but only to the entire CRT module.
Definition at line 20 of file FEBTruthInfo.hh.