Top |
#define | NC_HIPERT_COMP_PB_VAR_F_G() |
NcHIPertCompPB * | nc_hipert_comp_pb_new () |
NcHIPertCompPB * | nc_hipert_comp_pb_ref () |
void | nc_hipert_comp_pb_free () |
void | nc_hipert_comp_pb_clear () |
void | nc_hipert_comp_pb_set_lmax () |
guint | nc_hipert_comp_pb_get_lmax () |
#define NC_HIPERT_COMP_PB_VAR_F_G(ell) (NC_HIPERT_COMP_PB_VAR_F_G3 + (ell) - 3)
NcHIPertCompPB *
nc_hipert_comp_pb_new (void
);
Creates a new NcHIPertCompPB.
NcHIPertCompPB *
nc_hipert_comp_pb_ref (NcHIPertCompPB *pb
);
Increases the reference count of pb
.
void
nc_hipert_comp_pb_free (NcHIPertCompPB *pb
);
Decreases the reference count of pb
.
void
nc_hipert_comp_pb_clear (NcHIPertCompPB **pb
);
Decreases the reference count of *pb
and sets the pointer *pb
to NULL.
void nc_hipert_comp_pb_set_lmax (NcHIPertCompPB *pb
,guint lmax
);
Sets the maximum momentum of the photon distribution to $\ell_\mathrm{max}=$lmax
.