ATLAS Offline Software
LWHistGlobalSettings.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // //
7 // Header file for class LWHistGlobalSettings //
8 // //
9 // Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
10 // Initial version: March 2009 //
11 // //
13 
14 #ifndef LWHISTGLOBALSETTINGS_H
15 #define LWHISTGLOBALSETTINGS_H
16 
17 //Trade-off setting between CPU and Memory
18 //Set to 16 to disable (eliminating certain code paths, values 9..15 are reasonable settings.
19 #define FLEXBINCHUNK_CONVERTALLTHRESHOLD 12
20 //NB: Don't change this without reconsidering what pools we want available!
21 
22 #endif