LALInference  4.1.6.1-89842e6
LALInferenceProposalCycle Struct Reference

Detailed Description

Structure for holding a proposal cycle.

Definition at line 524 of file LALInference.h.

Data Fields

LALInferenceProposal ** proposals
 
INT4order
 Array of proposals (one per proposal function) More...
 
INT4 length
 
INT4 nProposals
 Length of cycle. More...
 
INT4 counter
 
char last_proposal_name [VARNAME_MAX]
 Counter for cycling through proposals. More...
 
LALInferenceVariablesproposalArgs
 Name of current proposal. More...
 

Field Documentation

◆ proposals

LALInferenceProposal** LALInferenceProposalCycle::proposals

Definition at line 527 of file LALInference.h.

◆ order

INT4* LALInferenceProposalCycle::order

Array of proposals (one per proposal function)

Definition at line 528 of file LALInference.h.

◆ length

INT4 LALInferenceProposalCycle::length

Definition at line 529 of file LALInference.h.

◆ nProposals

INT4 LALInferenceProposalCycle::nProposals

Length of cycle.

Definition at line 530 of file LALInference.h.

◆ counter

INT4 LALInferenceProposalCycle::counter

Definition at line 531 of file LALInference.h.

◆ last_proposal_name

char LALInferenceProposalCycle::last_proposal_name[VARNAME_MAX]

Counter for cycling through proposals.

Definition at line 532 of file LALInference.h.

◆ proposalArgs

LALInferenceVariables* LALInferenceProposalCycle::proposalArgs

Name of current proposal.

Definition at line 533 of file LALInference.h.