~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/HWPPAnalyzer/hwppan_HwU_pp_hjj.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
47
47
      common/cnwgt/nwgt
48
48
      common/c_analysis/nwgt_analysis
49
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
 
49
      integer maxRWGT
 
50
      parameter (maxRWGT=100)
 
51
      double precision wgtxsecRWGT(maxRWGT)
 
52
      parameter (max_weight=maxscales*maxscales+maxpdfs+maxRWGT+1)
50
53
      character*15 weights_info(max_weight)
51
54
      common/cwgtsinfo/weights_info
52
55
      character*8 cc(2)
206
209
      double precision pt_veto, pjveto(4), xsecup2
207
210
      integer nwgt_analysis,max_weight
208
211
      common/c_analysis/nwgt_analysis
209
 
      parameter (max_weight=maxscales*maxscales+maxpdfs+1)
 
212
      integer maxRWGT
 
213
      parameter (maxRWGT=100)
 
214
      double precision wgtxsecRWGT(maxRWGT)
 
215
      parameter (max_weight=maxscales*maxscales+maxpdfs+maxRWGT+1)
210
216
      double precision ww(max_weight),www(max_weight)
211
217
      common/cww/ww
212
218
c