virtual class for calculating pvalues from S1S2 More...
#include <XeAnalysis.h>
Public Member Functions | |
XeRun * | getRun () |
double | nSignalPerCm2 () |
return expected number of signal events for 1 cm2 cross section | |
S1S2PValue (string name, int mode, XeRun *run=NULL) | |
return New Instance of a virtual PValue | |
void | setInteraction (Interaction *inter) |
void | setWimpMass (double mass) |
Virutal method: pass the wimp mass. | |
void | updateSigmaScale () |
Protected Member Functions | |
bool | checkEverything () |
Protected Attributes | |
int | requestedMode |
XeRun * | run |
string | shortName |
virtual class for calculating pvalues from S1S2
S1S2PValue::S1S2PValue | ( | string | name, | |
int | mode, | |||
XeRun * | run = NULL | |||
) |