Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.22
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
HistFactoryException.h
Go to the documentation of this file.
1
// @(#)root/roostats:$Id$
2
// Author: George Lewis, Kyle Cranmer
3
/*************************************************************************
4
* Copyright (C) 1995-2008, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
12
#ifndef HISTFACTORY_EXCEPTION
13
#define HISTFACTORY_EXCEPTION
14
15
#include <iostream>
16
#include <exception>
17
18
19
namespace
RooStats
{
20
namespace
HistFactory
{
21
22
class
hf_exc
:
public
std::exception
23
{
24
virtual
const
char
*
what
() const noexcept
25
{
26
return
"HistFactory - Exception"
;
27
}
28
};
29
30
}
31
}
32
33
//static hf_exc bad_hf;
34
35
#endif
RooStats::HistFactory::hf_exc
Definition:
HistFactoryException.h:23
RooStats::HistFactory::hf_exc::what
virtual const char * what() const noexcept
Definition:
HistFactoryException.h:24
RooFit::HistFactory
@ HistFactory
Definition:
RooGlobalFunc.h:69
RooStats
Namespace for the RooStats classes.
Definition:
Asimov.h:19
roofit
histfactory
inc
RooStats
HistFactory
HistFactoryException.h
ROOT v6-22 - Reference Guide Generated on Fri Apr 1 2022 11:52:37 (GVA Time) using Doxygen 1.9.4