Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ProfileInspector.h
Go to the documentation of this file.
1// @(#)root/roostats:$Id: ProfileInspector.h 31793 2009-12-10 14:43:51Z cranmer $
2
3/*************************************************************************
4 * Project: RooStats *
5 * Package: RooFit/RooStats *
6 * Authors: *
7 * Kyle Cranmer, Lorenzo Moneta, Gregory Schott, Wouter Verkerke *
8 * Akira Shibata
9 *************************************************************************
10 * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. *
11 * All rights reserved. *
12 * *
13 * For the licensing terms see $ROOTSYS/LICENSE. *
14 * For the list of contributors see $ROOTSYS/README/CREDITS. *
15 *************************************************************************/
16
17#ifndef ROOSTATS_ProfileInspector
18#define ROOSTATS_ProfileInspector
19
20#include "TList.h"
22#include "RooAbsData.h"
23
24namespace RooStats {
25
27
28 public:
30
31 // Destructor
32 virtual ~ProfileInspector();
33
35
36
37
38 protected:
39
40 ClassDef(ProfileInspector,1) // Class containing the results of the IntervalCalculator
41 };
42}
43
44#endif
#define ClassDef(name, id)
Definition Rtypes.h:325
RooAbsData is the common abstract base class for binned and unbinned datasets.
Definition RooAbsData.h:49
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
Definition ModelConfig.h:30
Utility class to plot conditional MLE of nuisance parameters vs.
TList * GetListOfProfilePlots(RooAbsData &data, RooStats::ModelConfig *config)
This tool makes a plot of the conditional maximum likelihood estimate of the nuisance parameter vs th...
virtual ~ProfileInspector()
ProfileInspector destructor.
A doubly linked list.
Definition TList.h:44
Namespace for the RooStats classes.
Definition Asimov.h:19