Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Initialisation.h
Go to the documentation of this file.
1/*
2 * Project: RooFit
3 * Authors:
4 * Jonas Rembser, CERN February 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 ROOFIT_BATCHCOMPUTE_INITIALIZATION_H
14#define ROOFIT_BATCHCOMPUTE_INITIALIZATION_H
15
16namespace RooBatchCompute {
17
18void init();
19
20} // End namespace RooBatchCompute
21
22#endif
Namespace for dispatching RooFit computations to various backends.
void init()
Inspect hardware capabilities, and load the optimal library for RooFit computations.