Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
worker.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 * IP, Inti Pelupessy, Netherlands eScience Center, i.pelupessy@esciencecenter.nl
6 *
7 * Copyright (c) 2021, CERN
8 *
9 * Redistribution and use in source and binary forms,
10 * with or without modification, are permitted according to the terms
11 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)
12 */
13#ifndef ROOT_ROOFIT_MultiProcess_worker
14#define ROOT_ROOFIT_MultiProcess_worker
15
16namespace RooFit {
17namespace MultiProcess {
18
19void worker_loop();
21
22} // namespace MultiProcess
23} // namespace RooFit
24
25#endif // ROOT_ROOFIT_MultiProcess_worker
void worker_loop()
The worker processes' event loop.
Definition worker.cxx:43
bool is_worker_loop_running()
Definition worker.cxx:34
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Definition JSONIO.h:26