11#ifndef RooStats_SequentialProposal 
   12#define RooStats_SequentialProposal 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
ProposalFunction is an interface for all proposal functions that would be used with a Markov Chain Mo...
 
Class implementing a proposal function that samples the parameter space by moving only in one coordin...
 
double GetProposalDensity(RooArgSet &x1, RooArgSet &x2) override
Return the probability of proposing the point x1 given the starting point x2.
 
bool IsSymmetric(RooArgSet &x1, RooArgSet &x2) override
Determine whether or not the proposal density is symmetric for points x1 and x2 - that is,...
 
void Propose(RooArgSet &xPrime, RooArgSet &x) override
Populate xPrime with a new proposed point.
 
~SequentialProposal() override
 
Namespace for the RooStats classes.