Go to the documentation of this file.00001
00002 * vegas.h
00003
00004 **************************************************
00005 *** used in VEGAS, the default bin number in original
00006 *** version of VEGAS is 50.
00007 *** a higher bin number might help to derive a more precise
00008 *** grade. subtle point: the value of ncall used in VEGAS
00009 *** should be increased accordingly, otherwise a larger
00010 *** bin number will have no effects or even make the
00011 *** precision lower than before.
00012
00013 *** [more explaination on this subtle point can be
00014 *** found in CPC174,241(2006)]
00015 *************************************************
00016
00017 **************************************************
00018 *** it lies in three folders: generate/, phase/ and system/
00019
00020 *** NVEGBIN is used in files:
00021 *** generate/ evntinit.F genevnt.F initmixgrade.F
00022 *** phase/ vegas.F
00023 *** system/ vegaslogo.F
00024 *** NVEGCALL and NVEGITMX is used in file: parameter.F
00025 ***************************************************
00026
00027 *** NVEGBIN ---- bin number
00028 *** these values only for reference.
00029 #ifndef NVEGBIN
00030 #define NVEGBIN 300
00031 #endif