21 std::cout <<
"BeamElectronTruth { "
22 <<
"(x: " <<
x_ <<
", y: " <<
y_ <<
", z: " <<
z_
24 <<
"); (px: " <<
px_ <<
", py: " <<
py_ <<
", pz: " <<
pz_ <<
")"
Class that represents the truth information about beam electron at the target.
Represents the truth information on beam electrons at the target.
double binnedX_
x coordinate (with TS resolution)
void Print() const
Print a description of this object.
double pz_
z momentum component
double binnedY_
y coordinate (with TS resolution)
double px_
x momentum component
double py_
y momentum component
double z_
z coordinate ("truth" resolution, in practice, set to taget z = 0
double x_
x coordinate ("truth" resolution, but within merging tolerance)
double y_
y coordinate ("truth" resolution, but within merging tolerance)
void Clear()
Clear the data in the object.