Structure to represent linked list of modes with complex amplitude (enveloppe) and phase.
Definition at line 562 of file LALSimIMREOBNRv2.h.
Data Fields | |
CAmpPhaseSequence * | campphase |
Data for this mode. More... | |
UINT4 | l |
Mode number l. More... | |
INT4 | m |
Mode number m. More... | |
struct tagSphHarmListCAmpPhaseSequence * | next |
Pointer to next element in the list. More... | |
CAmpPhaseSequence* SphHarmListCAmpPhaseSequence::campphase |
Data for this mode.
Definition at line 563 of file LALSimIMREOBNRv2.h.
UINT4 SphHarmListCAmpPhaseSequence::l |
Mode number l.
Definition at line 564 of file LALSimIMREOBNRv2.h.
INT4 SphHarmListCAmpPhaseSequence::m |
Mode number m.
Definition at line 565 of file LALSimIMREOBNRv2.h.
struct tagSphHarmListCAmpPhaseSequence* SphHarmListCAmpPhaseSequence::next |
Pointer to next element in the list.
Definition at line 566 of file LALSimIMREOBNRv2.h.