Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Config.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_MultiProcess_Config
14#define ROOT_ROOFIT_MultiProcess_Config
15
16namespace RooFit {
17namespace MultiProcess {
18
19class Config {
20public:
21 static void setDefaultNWorkers(unsigned int N_workers);
22 static unsigned int getDefaultNWorkers();
23private:
24 static unsigned int defaultNWorkers_;
25};
26
27} // namespace MultiProcess
28} // namespace RooFit
29
30#endif // ROOT_ROOFIT_MultiProcess_Config
Configuration for MultiProcess infrastructure.
Definition Config.h:19
static void setDefaultNWorkers(unsigned int N_workers)
Definition Config.cxx:39
static unsigned int defaultNWorkers_
Definition Config.h:24
static unsigned int getDefaultNWorkers()
Definition Config.cxx:50
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Definition Common.h:18