~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/interface/common_run_interface.py

more options for systematics

Show diffs side-by-side

added added

removed removed

Lines of Context:
1584
1584
        logger.info("   --only_beam=0     # only apply the new pdf set to the beam selected.")
1585
1585
        logger.info("   --ion_scaling=True# if original sample was using rescaled PDF: apply the same rescaling for all PDF sets.")
1586
1586
        logger.info("   --weight_format=\"%(id)i\"  # allow to customise the name of the weight. The resulting name SHOULD be unique.")
 
1587
        logger.info("   --weight_info=  # allow to customise the text describing the weights.")
1587
1588
        logger.info("")
1588
1589
        logger.info("   Allowed value for the pdf options:", '$MG:BOLD')
1589
1590
        logger.info("       central  : Do not perform any pdf variation"    )
1671
1672
 
1672
1673
        #check sanity of options
1673
1674
        if any(not o.startswith(('--mur=', '--muf=', '--alps=','--dyn=','--together=','--from_card','--pdf=',
1674
 
                                 '--remove_wgts=', '--keep_wgts','--start_id=', '--weight_format='))
 
1675
                                 '--remove_wgts=', '--keep_wgts','--start_id=', '--weight_format=',
 
1676
                                 '--weight_info='))
1675
1677
                for o in opts):
1676
1678
            raise self.InvalidCmd, "command systematics called with invalid option syntax. Please retry."
1677
1679