CMS 3D CMS Logo

invegas.h
Go to the documentation of this file.
1 
2 * vegas.h
3 
4 **************************************************
5 *** used in VEGAS, the default bin number in original
6 *** version of VEGAS is 50.
7 *** a higher bin number might help to derive a more precise
8 *** grade. subtle point: the value of ncall used in VEGAS
9 *** should be increased accordingly, otherwise a larger
10 *** bin number will have no effects or even make the
11 *** precision lower than before.
12 
13 *** [more explaination on this subtle point can be
14 *** found in CPC174,241(2006)]
15 *************************************************
16 
17 **************************************************
18 *** it lies in three folders: generate/, phase/ and system/
19 
20 *** NVEGBIN is used in files:
21 *** generate/ evntinit.F genevnt.F initmixgrade.F
22 *** phase/ vegas.F
23 *** system/ vegaslogo.F
24 *** NVEGCALL and NVEGITMX is used in file: parameter.F
25 ***************************************************
26 
27 *** NVEGBIN ---- bin number
28 *** these values only for reference.
29 #ifndef NVEGBIN
30 #define NVEGBIN 300
31 #endif
#define NVEGBIN
S make(const edm::ParameterSet &cfg)
void generate(uint32_t const nbins, float const *initValues, std::vector< float > &values)
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle otherwise a larger ***bin number will have no effects or even make the ***precision lower than before *********************************************************************************************************it lies in three folders
Definition: invegas.h:5
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Definition: Activities.doc:12
Definition: value.py:1
double a
Definition: hdecay.h:119
*vegas h *****************************************************used in VEGAS
Definition: invegas.h:5
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5