Logo ROOT   6.07/09
Reference Guide
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"
21 #include "RooStats/ModelConfig.h"
22 #include "RooAbsData.h"
23 
24 namespace RooStats {
25 
26 
27  /*
28  Utility class to plot conditional MLE of nuisance parameters vs. Parameters of Interest
29 
30  \ingroup Roostats
31  */
32 
34 
35  public:
37 
38  // Destructor
39  virtual ~ProfileInspector();
40 
42 
43 
44 
45  protected:
46 
47  ClassDef(ProfileInspector,1) // Class containing the results of the IntervalCalculator
48  };
49 }
50 
51 #endif
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
Definition: ModelConfig.h:52
#define ClassDef(name, id)
Definition: Rtypes.h:254
A doubly linked list.
Definition: TList.h:47
RooAbsData is the common abstract base class for binned and unbinned datasets.
Definition: RooAbsData.h:37
Namespace for the RooStats classes.
Definition: Asimov.h:20
virtual ~ProfileInspector()
ProfileInspector destructor.
TList * GetListOfProfilePlots(RooAbsData &data, RooStats::ModelConfig *config)