Further updates to the parallelized parts of libFitPofB

This commit is contained in:
Bastian M. Wojek 2010-10-05 09:38:01 +00:00
parent ce50cd396e
commit a7b6b68b41
5 changed files with 20 additions and 1 deletions

View File

@ -29,6 +29,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TBofZCalc.h"
#include <omp.h>
#include <cmath>

View File

@ -29,6 +29,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TBulkTriVortexFieldCalc.h"
#include <cstdlib>

View File

@ -30,6 +30,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TFilmTriVortexFieldCalc.h"
#include <cstdlib>

View File

@ -29,6 +29,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TPofTCalc.h"
#include <cmath>
#include <cstdlib>

View File

@ -35,6 +35,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TPofTCalc.h"
#include "fftw3.h"
#include <cmath>
@ -43,7 +47,6 @@
#include <cstdlib>
#include <omp.h>
#include <boost/thread.hpp>
#include <TString.h>
#include <TObjArray.h>