ROOT
Version v6.32
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
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
▼
roofit
►
batchcompute
►
doc
►
histfactory
►
hs3
►
jsoninterface
►
multiprocess
►
RDataFrameHelpers
►
roofit
►
roofitcore
►
roofitmore
►
roofitZMQ
►
roostats
▼
xroofit
doc
▼
inc
▼
RooFit
▼
xRooFit
►
Config.h
►
xRooBrowser.h
►
xRooFit.h
►
xRooHypoSpace.h
►
xRooNLLVar.h
►
xRooNode.h
►
RooBrowser.h
XRooFit.h
►
src
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
1
/*
2
* Project: RooFit
3
* Author:
4
* Will Buttinger, RAL 2022
5
*
6
* Copyright (c) 2022, 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 xRooFit_Config_h
14
#define xRooFit_Config_h
15
16
// ROOT configuration: all of xRooFit is placed into a detail namespace
17
#define XROOFIT_NAMESPACE ROOT::Experimental::XRooFit
18
19
// Define XROOFIT_USE_PRAGMA_ONCE if you want to use "pragma once" instead of
20
// header guards
21
// # define XROOFIT_USE_PRAGMA_ONCE
22
23
#ifdef XROOFIT_NAMESPACE
24
#define BEGIN_XROOFIT_NAMESPACE namespace XROOFIT_NAMESPACE {
25
#define END_XROOFIT_NAMESPACE }
// namespace XROOFIT_NAMESPACE
26
#else
27
#define BEGIN_XROOFIT_NAMESPACE
28
#define END_XROOFIT_NAMESPACE
29
#endif
30
31
#endif
roofit
xroofit
inc
RooFit
xRooFit
Config.h
ROOT v6-32 - Reference Guide Generated on Sun Mar 2 2025 14:37:47 (GVA Time) using Doxygen 1.10.0