hmfast.tracers.Tracer
- class hmfast.tracers.Tracer(profile=None)[source]
Bases:
ABCParent tracer class from which other tracer classes inherit.
Child tracers must implement
kernel(). When used in the halo model, they must also define aprofileattribute with an appropriate profile object.Methods
kernel(cosmology, z)Required tracer kernel.