Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:31

0001 
0002 * vegas.h
0003 
0004 **************************************************
0005 *** used in VEGAS, the default bin number in original
0006 *** version of VEGAS is 50.
0007 *** a higher bin number might help to derive a more precise
0008 *** grade. subtle point: the value of ncall used in VEGAS
0009 *** should be increased accordingly, otherwise a larger
0010 *** bin number will have no effects or even make the
0011 *** precision lower than before.
0012                                                                                                                                                
0013 *** [more explaination on this subtle point can be
0014 *** found in CPC174,241(2006)]
0015 *************************************************
0016                                                                                                                                                
0017 **************************************************
0018 *** it lies in three folders: generate/, phase/ and system/
0019                                                                                                                                                
0020 *** NVEGBIN is used in files:
0021 *** generate/ evntinit.F genevnt.F initmixgrade.F
0022 ***    phase/ vegas.F
0023 ***   system/ vegaslogo.F
0024 *** NVEGCALL and NVEGITMX is used in file:  parameter.F
0025 ***************************************************
0026                                                                                                                                                
0027 *** NVEGBIN ---- bin number
0028 *** these values only for reference.                                                                                                                                               
0029 #ifndef NVEGBIN
0030 #define NVEGBIN  300
0031 #endif