2 #ifndef __StGlauberConstUtilities_h__
3 #define __StGlauberConstUtilities_h__
9 namespace StGlauberConstUtilities {
11 const UInt_t GetImpactParameterBin() ;
12 const Double_t GetImpactParameterMax() ;
15 const UInt_t GetNpartBin() ;
16 const Double_t GetNpartMax() ;
19 const UInt_t GetNcollBin() ;
20 const Double_t GetNcollMax() ;
23 const UInt_t GetMultiplicityBin() ;
24 const Double_t GetMultiplicityMax() ;
27 const UInt_t GetCentralityBin() ;
28 const Double_t GetCentralityMin(
const UInt_t icent) ;
29 const Double_t GetCentralityMax(
const UInt_t icent) ;
31 const Bool_t IsCentralityOk(
const UInt_t icent,
const Double_t centrality) ;