Combined Profile likelihood calculator for multi-experiments. More...
#include <XeStat.h>
Public Member Functions | |
void | combine (ProfileLikelihood *pl, int experiment) |
CombinedProfileLikelihood (string name) | |
double | computeTheLogLikelihood () |
ProfileLikelihood * | getProfile (int experiment) |
double | nSignalPerCm2 () |
return expected number of signal events for 1 cm2 cross section | |
void | printFlagsAndParameters () |
print All flags and parameters | |
void | setWimpMass (double) |
Virutal method: pass the wimp mass. | |
bool | update () |
update after a change in conditions (mainly sigma test) | |
Protected Member Functions | |
bool | checkPValue () |
check that p-values are all ok for limit computations | |
Protected Attributes | |
map< int, ProfileLikelihood * > | exps |
int | nCommon |
double | sigToEvents |
Combined Profile likelihood calculator for multi-experiments.
double CombinedProfileLikelihood::computeTheLogLikelihood | ( | ) | [virtual] |
none | All parameters values set thru LKParameter |
Implements Likelihood.
bool CombinedProfileLikelihood::update | ( | ) | [virtual] |
update after a change in conditions (mainly sigma test)
Implements PValue.