// @(#)root/roostats:$Id: ProfileInspector.h 31793 2009-12-10 14:43:51Z cranmer $

/*************************************************************************
 * Project: RooStats                                                     *
 * Package: RooFit/RooStats                                              *
 * Authors:                                                              *
 *   Kyle Cranmer, Lorenzo Moneta, Gregory Schott, Wouter Verkerke       *
 *   Akira Shibata
 *************************************************************************
 * Copyright (C) 1995-2008, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifndef ROOSTATS_ProfileInspector
#define ROOSTATS_ProfileInspector

#include "TList.h"
#include "RooStats/ModelConfig.h"
#include "RooAbsData.h"

namespace RooStats {

  class ProfileInspector {

   public:
    ProfileInspector();

    // Destructor of SamplingDistribution
    virtual ~ProfileInspector();

    TList * GetListOfProfilePlots( RooAbsData& data, RooStats::ModelConfig * config);



  protected:

    ClassDef(ProfileInspector,1)  // Class containing the results of the IntervalCalculator
  };
}

#endif
 ProfileInspector.h:1
 ProfileInspector.h:2
 ProfileInspector.h:3
 ProfileInspector.h:4
 ProfileInspector.h:5
 ProfileInspector.h:6
 ProfileInspector.h:7
 ProfileInspector.h:8
 ProfileInspector.h:9
 ProfileInspector.h:10
 ProfileInspector.h:11
 ProfileInspector.h:12
 ProfileInspector.h:13
 ProfileInspector.h:14
 ProfileInspector.h:15
 ProfileInspector.h:16
 ProfileInspector.h:17
 ProfileInspector.h:18
 ProfileInspector.h:19
 ProfileInspector.h:20
 ProfileInspector.h:21
 ProfileInspector.h:22
 ProfileInspector.h:23
 ProfileInspector.h:24
 ProfileInspector.h:25
 ProfileInspector.h:26
 ProfileInspector.h:27
 ProfileInspector.h:28
 ProfileInspector.h:29
 ProfileInspector.h:30
 ProfileInspector.h:31
 ProfileInspector.h:32
 ProfileInspector.h:33
 ProfileInspector.h:34
 ProfileInspector.h:35
 ProfileInspector.h:36
 ProfileInspector.h:37
 ProfileInspector.h:38
 ProfileInspector.h:39
 ProfileInspector.h:40
 ProfileInspector.h:41
 ProfileInspector.h:42
 ProfileInspector.h:43
 ProfileInspector.h:44