All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Variables
FEBTruthInfo.hh File Reference
#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...
 

Variable Documentation

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.

Author
Marco Del Tutto

Definition at line 20 of file FEBTruthInfo.hh.