All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbnd::crt::Tagger Struct Reference

#include <CRTDetSimAlg.h>

Public Member Functions

int size ()
 Returns the number of strips with energy deposits for this tagger. More...
 

Public Attributes

std::vector< StripDatadata
 A vector of strips that have energy deposits. More...
 

Detailed Description

A struct to temporarily store information on a CRT Tagger.

Definition at line 111 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.

Member Function Documentation

int sbnd::crt::Tagger::size ( void  )
inline

Returns the number of strips with energy deposits for this tagger.

Definition at line 115 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.

115 {return data.size();}
std::vector< StripData > data
A vector of strips that have energy deposits.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: