23 const double& centerTDCX,
24 const double& centerTDCY,
25 const double& centerTDCZ):
31 minWireZ + nWire - 1},
48 bool inTDCRcvne = (double) cell >=
fFirstTDC[view] &&
50 return inWireRcvne && inTDCRcvne;
double fFirstTDC[3]
Minimum cell in each view, inclusive.
std::ostream & operator<<(std::ostream &os, const PixelMapProducer &p)
Utility class for truth labels.
double fLastTDC[3]
Maximum cell in each view, inclusive.
int fFirstWire[3]
Minimum wire, inclusive.
double FirstTDC(const unsigned int &view) const
int FirstWire(const unsigned int &view) const
int LastWire(const unsigned int &view) const
int fLastWire[3]
Maximum wire, inclusive.
double LastTDC(const unsigned int &view) const
Boundary for CVN PixelMap.
bool IsWithin(const unsigned int &wire, const double &cell, const unsigned int &view)