
| virtual | ~TestStatistic() |
| static TClass* | Class() |
| virtual Double_t | Evaluate(RooAbsData& data, RooArgSet& nullPOI) |
| virtual const RooArgSet* | GetDetailedOutput() const |
| virtual const TString | GetVarName() const |
| virtual TClass* | IsA() const |
| RooStats::TestStatistic& | operator=(const RooStats::TestStatistic&) |
| virtual bool | PValueIsRightTail() const |
| virtual void | ShowMembers(TMemberInspector&) |
| virtual void | Streamer(TBuffer&) |
| void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |

Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest.
Defines the sign convention of the test statistic. Overwrite function if necessary.
{ return true; }return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate.
{ return NULL; }