~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/PYAnalyzer/py6an_HwU_pp_V.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:
51
51
      integer nwgt,max_weight,nwgt_analysis
52
52
      common/cnwgt/nwgt
53
53
      common/c_analysis/nwgt_analysis
54
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
55
 
      character*15 weights_info(max_weight)
 
54
      character*50 weights_info(max_weight_shower)
56
55
      common/cwgtsinfo/weights_info
57
56
c Initialize histograms
58
57
      call HwU_inithist(nwgt,weights_info)
124
123
      common/c_analysis/nwgt_analysis
125
124
      DOUBLE PRECISION EVWEIGHT
126
125
      COMMON/CEVWEIGHT/EVWEIGHT
127
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
 
126
      integer maxRWGT
 
127
      parameter (maxRWGT=100)
 
128
      double precision wgtxsecRWGT(maxRWGT)
 
129
      parameter (max_weight=maxscales*maxscales+maxpdfs+maxRWGT+1)
128
130
      double precision ww(max_weight),www(max_weight)
129
131
      common/cww/ww
130
132
      INTEGER IFAIL