/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/KKMC/KKMC-00-00-55/src/bornv/MBrA.h

Go to the documentation of this file.
00001 *
00002 *//                                                                          //
00003 *//                Pseudo-CLASS  MBrA (Multi-BRrancher)                      //
00004 *//                                                                          //
00005 *//   Purpose: Manage general multi-branched Monte Carlo algorithm           //
00006 *//                                                                          //
00007 *//   MBrA is capable to:                                                    //
00008 *//    -register arbitrary number of branches                                //
00009 *//    -keep track of elaborate MC statistics for each branch                //
00010 *//    -keep track of elaborate MC statistics for all branches               //
00011 *//    -generate randomly branch index                                       //
00012 *//    -prowide useful averages and counts at the end of the run             //
00013 *//    -print out statistics at the ned of the run                           //
00014 *//   It is using weight monitoring tools from GLK library                   //
00015 *//                                                                          //
00016 *
00017 *
00018 *  Class members:
00019 *
00020       INTEGER    m_MaxBra
00021       PARAMETER( m_MaxBra =  200 )       ! maximum number of branches
00022 
00023       DOUBLE PRECISION   m_WMList,  m_XsList
00024       INTEGER m_KFList, m_idMBR, m_Ntot, m_out
00025       INTEGER m_KFlast, m_IDlast
00026 
00027       COMMON /c_MBrA/
00028      $  m_KFList(m_MaxBra),              ! list of KFcodes
00029      $  m_WMList(m_MaxBra),              ! enhancement factors
00030      $  m_XsList(m_MaxBra),              ! primary x-sections
00031      $  m_IDlast,                        ! KF generated last time
00032      $  m_KFlast,                        ! branch generated last time
00033      $  m_idMBR,                         ! pointer for histograms
00034      $  m_Ntot,                          ! actual number of branches 
00035      $  m_out                            ! output unit number
00036 
00037 *
00038 *//                                                                          //
00039 *//                      End of CLASS  MBrA                                  //
00040 *

Generated on Tue Nov 29 23:12:40 2016 for BOSS_7.0.2 by  doxygen 1.4.7