~maddevelopers/mg5amcnlo/new_clustering

« back to all changes in this revision

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

  • Committer: Rikkert Frederix
  • Date: 2021-09-09 15:51:40 UTC
  • mfrom: (78.75.502 3.2.1)
  • Revision ID: frederix@physik.uzh.ch-20210909155140-rg6umfq68h6h47cf
merge with 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      SUBROUTINE PYABEG
28
28
C     USER''S ROUTINE FOR INITIALIZATION
29
29
C----------------------------------------------------------------------
 
30
      use HwU_wgts_info_len
30
31
      implicit none
31
32
      include 'reweight0.inc'
32
33
      real * 8 bin,xmi,xms,pi
48
49
      integer nwgt,max_weight,nwgt_analysis
49
50
      common/cnwgt/nwgt
50
51
      common/c_analysis/nwgt_analysis
51
 
      character*50 weights_info(max_weight_shower)
 
52
      character*(wgts_info_len) weights_info(max_weight_shower)
52
53
      common/cwgtsinfo/weights_info
53
54
c Initialize histograms
54
55
      call HwU_inithist(nwgt,weights_info)