#include <CRTDetSimAlg.h>
Public Member Functions | |
int | size () |
Returns the number of strips with energy deposits for this tagger. More... | |
Public Attributes | |
std::vector< StripData > | data |
A vector of strips that have energy deposits. More... | |
A struct to temporarily store information on a CRT Tagger.
Definition at line 111 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
|
inline |
Returns the number of strips with energy deposits for this tagger.
Definition at line 115 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
std::vector<StripData> sbnd::crt::Tagger::data |
A vector of strips that have energy deposits.
Definition at line 112 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.