~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/HWAnalyzer/hw6an_HwU_pp_taptam.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:
46
46
      integer nwgt,max_weight,nwgt_analysis,kk,l
47
47
      common/cnwgt/nwgt
48
48
      common/c_analysis/nwgt_analysis
49
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
50
 
      character*15 weights_info(max_weight)
 
49
      character*50 weights_info(max_weight_shower)
51
50
      common/cwgtsinfo/weights_info
52
51
c Initialize histograms
53
52
      call HwU_inithist(nwgt,weights_info)
107
106
      DATA TINY/.1D-5/
108
107
      integer nwgt_analysis,max_weight
109
108
      common/c_analysis/nwgt_analysis
110
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
 
109
      integer maxRWGT
 
110
      parameter (maxRWGT=100)
 
111
      double precision wgtxsecRWGT(maxRWGT)
 
112
      parameter (max_weight=maxscales*maxscales+maxpdfs+maxRWGT+1)
111
113
      double precision ww(max_weight),www(max_weight)
112
114
      common/cww/ww
113
115
      IF (IERROR.NE.0) RETURN