Go to the documentation of this file.
8 #ifndef HERD_SCDCHARGEPACKET_H_
9 #define HERD_SCDCHARGEPACKET_H_
26 [[nodiscard]]
virtual float IntegrateCharge(
float xmin,
float xmax)
const = 0;
27 [[nodiscard]]
virtual std::pair<float, float>
EffectiveRange()
const = 0;
A class describing a vector in 3D space.
Definition: Vec3D.h:33