~maddevelopers/mg5amcnlo/2.8.2.py3

« back to all changes in this revision

Viewing changes to madgraph/various/banner.py

  • Committer: olivier-mattelaer
  • Date: 2020-10-30 12:03:51 UTC
  • mfrom: (288.2.27 2.8.2.py2)
  • Revision ID: olivier-mattelaer-20201030120351-5xssmaa4qpahxwuy
merge with 2.8.2.py2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3257
3257
                
3258
3258
        # if both lpp1/2 are on PA mode -> force fixed factorization scale
3259
3259
        if abs(self['lpp1']) in [2, 3,4] and abs(self['lpp2']) in [2, 3,4] and not self['fixed_fac_scale']:
3260
 
            raise InvalidRunCard("Having both beam in elastic photon mode requires fixec_fac_scale to be on True [since this is use as cutoff]")
 
3260
            raise InvalidRunCard("Having both beam in elastic photon mode requires fixed_fac_scale to be on True [since this is use as cutoff]")
3261
3261
 
3262
3262
        # check that ebeam is bigger than the associated mass.
3263
3263
        for i in [1,2]: