~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/PYAnalyzer/py6an_HwU_pp_lvl.f

  • Committer: olivier Mattelaer
  • Date: 2016-05-12 11:00:18 UTC
  • mfrom: (262.1.150 2.3.4)
  • Revision ID: olivier.mattelaer@uclouvain.be-20160512110018-sevb79f0wm4g8mpp
pass to 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
      integer nwgt,max_weight,nwgt_analysis
51
51
      common/cnwgt/nwgt
52
52
      common/c_analysis/nwgt_analysis
53
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
54
 
      character*15 weights_info(max_weight)
 
53
      character*50 weights_info(max_weight_shower)
55
54
      common/cwgtsinfo/weights_info
56
55
c Initialize histograms
57
56
      call HwU_inithist(nwgt,weights_info)
121
120
      DATA TINY/.1D-5/
122
121
      integer nwgt_analysis,max_weight
123
122
      common/c_analysis/nwgt_analysis
124
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
 
123
      integer maxRWGT
 
124
      parameter (maxRWGT=100)
 
125
      double precision wgtxsecRWGT(maxRWGT)
 
126
      parameter (max_weight=maxscales*maxscales+maxpdfs+maxRWGT+1)
125
127
      double precision ww(max_weight),www(max_weight)
126
128
      common/cww/ww
127
129
      DOUBLE PRECISION EVWEIGHT