1#ifndef HEEDCONDELECTRON
2#define HEEDCONDELECTRON
33 :
x(fpt.v.
x),
y(fpt.v.
y),
z(fpt.v.
z),
time(ftime) {}
37 :
x(fx),
y(fy),
z(fz),
time(ftime) {}
38 void print(std::ostream& file,
int l)
const;
double y
Y coordinate (in the local system).
HeedCondElectron(const double fx, const double fy, const double fz, const double ftime)
Constructor.
void print(std::ostream &file, int l) const
double x
X coordinate (in the local system).
double z
Z coordinate (in the local system).
HeedCondElectron()=default
Default constructor.
HeedCondElectron(const point &fpt, const double ftime)
Constructor.