#include <RegCNNBoundary.h>
Public Member Functions | |
| RegCNNBoundary (const int &nWire, const int &nTDC, const int &wRes, const int &tRes, const int &WireMeanX, const int &WireMeanY, const int &WireMeanZ, const int &TDCMeanX, const int &TDCMeanY, const int &TDCMeanZ) | |
| RegCNNBoundary () | |
| bool | IsWithin (const int &wire, const int &tdc, const unsigned int &view) |
| int | FirstWire (const unsigned int &view) const |
| int | LastWire (const unsigned int &view) const |
| int | FirstTDC (const unsigned int &view) const |
| int | LastTDC (const unsigned int &view) const |
Public Attributes | |
| int | fFirstWire [3] |
| Minimum wire, inclusive. More... | |
| int | fLastWire [3] |
| Maximum wire, inclusive. More... | |
| int | fFirstTDC [3] |
| Minimum TDC in each view, inclusive. More... | |
| int | fLastTDC [3] |
| Maximum TDC in each view, inclusive. More... | |
RegCNNBoundary object intended for use with cnn::RegPixelMap. Stores mean of wire and TPCs
Definition at line 20 of file RegCNNBoundary.h.
| cnn::RegCNNBoundary::RegCNNBoundary | ( | const int & | nWire, |
| const int & | nTDC, | ||
| const int & | wRes, | ||
| const int & | tRes, | ||
| const int & | WireMeanX, | ||
| const int & | WireMeanY, | ||
| const int & | WireMeanZ, | ||
| const int & | TDCMeanX, | ||
| const int & | TDCMeanY, | ||
| const int & | TDCMeanZ | ||
| ) |
Create new RegCNNBoundary object based on number of wires, number of tdcs, minumum wire and mean tdc in odd and even view.
Definition at line 19 of file RegCNNBoundary.cxx.
|
inline |
Definition at line 35 of file RegCNNBoundary.h.
|
inline |
Definition at line 41 of file RegCNNBoundary.h.
|
inline |
Definition at line 39 of file RegCNNBoundary.h.
| bool cnn::RegCNNBoundary::IsWithin | ( | const int & | wire, |
| const int & | tdc, | ||
| const unsigned int & | view | ||
| ) |
Definition at line 51 of file RegCNNBoundary.cxx.
|
inline |
Definition at line 42 of file RegCNNBoundary.h.
|
inline |
Definition at line 40 of file RegCNNBoundary.h.
| int cnn::RegCNNBoundary::fFirstTDC[3] |
Minimum TDC in each view, inclusive.
Definition at line 48 of file RegCNNBoundary.h.
| int cnn::RegCNNBoundary::fFirstWire[3] |
Minimum wire, inclusive.
Definition at line 42 of file RegCNNBoundary.h.
| int cnn::RegCNNBoundary::fLastTDC[3] |
Maximum TDC in each view, inclusive.
Definition at line 49 of file RegCNNBoundary.h.
| int cnn::RegCNNBoundary::fLastWire[3] |
Maximum wire, inclusive.
Definition at line 47 of file RegCNNBoundary.h.
1.8.11