~maddevelopers/mg5amcnlo/RPA

« back to all changes in this revision

Viewing changes to madgraph/various/histograms.py

  • Committer: Anton Safronov
  • Date: 2021-09-20 12:16:13 UTC
  • Revision ID: safronov@ipno.in2p3.fr-20210920121613-o464pxdv4xjkstfp
min.fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
    
665
665
############S.A
666
666
############ We read two additional new flags for pA and Ap collisions
667
 
    weight_label_PDF_pA = re.compile('^\s*RpA\s*=\s*(?P<PDF_set1>\d+)\s+(?P<PDF_set_1>\S+)\s+\s*with\s+(?P<PDF_set_2>\S+)\s*$')
 
667
    weight_label_PDF_pA = re.compile('^\s*pA\s*=\s*(?P<PDF_set1>\d+)\s+(?P<PDF_set_1>\S+)\s+\s*with\s+(?P<PDF_set_2>\S+)\s*$')
668
668
 
669
 
    weight_label_PDF_Ap = re.compile('^\s*RAp\s*=\s*(?P<PDF_set2>\d+)\s+(?P<PDF_set_3>\S+)\s+\s*with\s+(?P<PDF_set_4>\S+)\s*$')
 
669
    weight_label_PDF_Ap = re.compile('^\s*Ap\s*=\s*(?P<PDF_set2>\d+)\s+(?P<PDF_set_3>\S+)\s+\s*with\s+(?P<PDF_set_4>\S+)\s*$')
670
670
 
671
671
############S.A
672
672