ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
optional_parameter_types.h
Go to the documentation of this file.
1
/*
2
* Project: RooFit
3
* Authors:
4
* PB, Patrick Bos, Netherlands eScience Center, p.bos@esciencecenter.nl
5
*
6
* Copyright (c) 2021, CERN
7
*
8
* Redistribution and use in source and binary forms,
9
* with or without modification, are permitted according to the terms
10
* listed in LICENSE (http://roofit.sourceforge.net/license.txt)
11
*/
12
13
#ifndef ROOT_ROOFIT_TESTSTATISTICS_optional_parameter_types
14
#define ROOT_ROOFIT_TESTSTATISTICS_optional_parameter_types
15
16
#include <
RooArgSet.h
>
17
18
namespace
RooFit
{
19
namespace
TestStatistics {
20
21
// strongly named container types for use as optional parameters in the test statistics constructors
22
23
/// Optional parameter used in buildLikelihood(), see documentation there.
24
struct
ConstrainedParameters
{
25
ConstrainedParameters
();
26
explicit
ConstrainedParameters
(
const
RooArgSet
¶meters);
27
RooArgSet
set
;
28
};
29
30
/// Optional parameter used in buildLikelihood(), see documentation there.
31
struct
ExternalConstraints
{
32
ExternalConstraints
();
33
explicit
ExternalConstraints
(
const
RooArgSet
&constraints);
34
RooArgSet
set
;
35
};
36
37
/// Optional parameter used in buildLikelihood(), see documentation there.
38
struct
GlobalObservables
{
39
GlobalObservables
();
40
explicit
GlobalObservables
(
const
RooArgSet
&observables);
41
RooArgSet
set
;
42
};
43
44
}
45
}
46
47
#endif
// ROOT_ROOFIT_TESTSTATISTICS_optional_parameter_types
RooArgSet.h
RooArgSet
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Definition
RooArgSet.h:35
RooFit
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Definition
Common.h:18
RooFit::TestStatistics::ConstrainedParameters
Optional parameter used in buildLikelihood(), see documentation there.
Definition
optional_parameter_types.h:24
RooFit::TestStatistics::ConstrainedParameters::set
RooArgSet set
Definition
optional_parameter_types.h:27
RooFit::TestStatistics::ConstrainedParameters::ConstrainedParameters
ConstrainedParameters()
RooFit::TestStatistics::ExternalConstraints
Optional parameter used in buildLikelihood(), see documentation there.
Definition
optional_parameter_types.h:31
RooFit::TestStatistics::ExternalConstraints::ExternalConstraints
ExternalConstraints()
RooFit::TestStatistics::ExternalConstraints::set
RooArgSet set
Definition
optional_parameter_types.h:34
RooFit::TestStatistics::GlobalObservables
Optional parameter used in buildLikelihood(), see documentation there.
Definition
optional_parameter_types.h:38
RooFit::TestStatistics::GlobalObservables::set
RooArgSet set
Definition
optional_parameter_types.h:41
RooFit::TestStatistics::GlobalObservables::GlobalObservables
GlobalObservables()
roofit
roofitcore
inc
RooFit
TestStatistics
optional_parameter_types.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:49 (GVA Time) using Doxygen 1.9.8