19 #include <TLorentzVector.h> 32 fbins = std::vector<int>(4);
45 fbins = std::vector<int>(4);
47 for ( Ssiz_t
a = 0;
a != 4; ++
a ){
48 fbins[
a] = voxelCalc->AxisToBin(
a, coord[
a] );
58 fbins = std::vector<int>(4);
123 output <<
"(" <<
id.X()
172 LArVoxelID::operator TLorentzVector()
const 174 return TLorentzVector(
X(),
Y(),
Z(),
T() );
178 LArVoxelID::operator TVector3()
const 180 return TVector3(
X(),
Y(),
Z() );
LArVoxelID(const int x=0, const int y=0, const int z=0, const int t=0)
Expert constructor based on actual bins.
double YBinToAxis(const int value) const
Encapsulates calculation of LArVoxelID and LArVoxel parameters.
auto coord(Vector &v, unsigned int n) noexcept
Returns an object to manage the coordinate n of a vector.
bool operator<(const LArVoxelID &) const
int ZAxisToBin(const double value) const
double operator[](const int) const
virtual ~LArVoxelID()
Destructor.
double TBinToAxis(const int value) const
int XAxisToBin(const double value) const
int TAxisToBin(const double value) const
bool operator==(const LArVoxelID &) const
Test for equality. Handy, but not usually necessary.
friend std::ostream & operator<<(std::ostream &output, const LArVoxelID &)
Code to link reconstructed objects back to the MC truth information.
double XBinToAxis(const int value) const
double ZBinToAxis(const int value) const
Unique identifier for a given LAr voxel.
int YAxisToBin(const double value) const