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

#include <CRTDetSimAlg.h>

Public Member Functions

 StripData (uint16_t _mac5, unsigned _planeID, SiPMData _sipm0, SiPMData _sipm1, bool _sipm_coinc, sim::AuxDetIDE _ide)
 

Public Attributes

uint16_t mac5
 The FEB number this strip is in. More...
 
unsigned planeID
 The plane ID (0 or 1 for horizontal or vertical) More...
 
SiPMData sipm0
 One SiPM (the one that sees signal first) More...
 
SiPMData sipm1
 One SiPM. More...
 
bool sipm_coinc
 Stores the ID of the SiPM that sees signal first (0-31) More...
 
sim::AuxDetIDE ide
 The AuxDetIDE associated with this strip. More...
 

Detailed Description

A struct to temporarily store information on a single CRT Strip.

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

Constructor & Destructor Documentation

sbnd::crt::StripData::StripData ( uint16_t  _mac5,
unsigned  _planeID,
SiPMData  _sipm0,
SiPMData  _sipm1,
bool  _sipm_coinc,
sim::AuxDetIDE  _ide 
)
inline

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

92  :
93  mac5(_mac5)
94  , planeID(_planeID)
95  , sipm0(_sipm0)
96  , sipm1(_sipm1)
97  , sipm_coinc(_sipm_coinc)
98  , ide(_ide)
99  {};
unsigned planeID
The plane ID (0 or 1 for horizontal or vertical)
SiPMData sipm0
One SiPM (the one that sees signal first)
sim::AuxDetIDE ide
The AuxDetIDE associated with this strip.
uint16_t mac5
The FEB number this strip is in.
bool sipm_coinc
Stores the ID of the SiPM that sees signal first (0-31)

Member Data Documentation

sim::AuxDetIDE sbnd::crt::StripData::ide

The AuxDetIDE associated with this strip.

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

uint16_t sbnd::crt::StripData::mac5

The FEB number this strip is in.

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

unsigned sbnd::crt::StripData::planeID

The plane ID (0 or 1 for horizontal or vertical)

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

SiPMData sbnd::crt::StripData::sipm0

One SiPM (the one that sees signal first)

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

SiPMData sbnd::crt::StripData::sipm1

One SiPM.

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

bool sbnd::crt::StripData::sipm_coinc

Stores the ID of the SiPM that sees signal first (0-31)

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


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