{ "info": { "author": "Noel Dawe", "author_email": "noel.dawe@cern.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Utilities" ], "description": ".. -*- mode: rst -*-\n\n.. image:: https://pypip.in/v/yellowhiggs/badge.png\n :target: https://pypi.python.org/pypi/yellowhiggs\n.. image:: https://pypip.in/d/yellowhiggs/badge.png\n :target: https://crate.io/packages/yellowhiggs/\n\n\nyellowhiggs provides an interface with Higgs production cross section and branching ratio data in the\nCERN Yellow Report:\n\n* `CERNYellowReportPageAt7TeV `_\n* `CERNYellowReportPageAt8TeV `_\n* `CERNYellowReportPageAt13TeV `_\n* `CERNYellowReportPageAt14TeV `_\n* `CERNYellowReportPageBR `_\n\n\nAutomatic Installation\n----------------------\n\nAutomatically install the latest version of yellowhiggs with\n`pip `_::\n\n pip install --user yellowhiggs\n\nor with ``easy_install``::\n\n easy_install --user yellowhiggs\n\nOmit the ``--user`` for a system-wide installation (requires root privileges).\n\nTo upgrade an existing installation use the ``-U``\noption in the ``pip`` or ``easy_install`` commands above.\n\n\nManual Installation\n-------------------\n\nGet the latest tarball on `PyPI `_\n\nUntar and install (replace X appropriately)::\n\n tar -zxvf yellowhiggs-X.tar.gz\n cd yellowhiggs-X\n\nTo install yellowhiggs into your home directory\nif using at least Python 2.6::\n\n python setup.py install --user\n\nor with older Python versions::\n\n python setup.py install --prefix=~/.local\n\nYou might need to first create the installation directory\nbefore executing the line above (for Python 2.4)::\n\n mkdir -p ~/.local/lib/python2.4/site-packages/\n\n\nUsage\n-----\n\nAn example of how to use yellowhiggs:\n\n.. code-block:: python\n\n >>> import yellowhiggs\n >>>\n >>> yellowhiggs.xsbr(7, 130, 'vbf', 'bb')\n (0.5689219999999999, (0.584851816, 0.555836794))\n >>> yellowhiggs.xsbr(7, 130, 'vbf', 'bb', error_type='percent')\n (0.5689219999999999, (2.8, 2.3))\n >>> yellowhiggs.xsbr(7, 130, 'vbf', 'bb', error_type='factor')\n (0.5689219999999999, (1.028, 0.977))\n >>>\n >>> yellowhiggs.xsbr(7, 130, 'vbf', 'tautau')\n (0.0632392, (0.0650098976, 0.06178469839999999))\n >>>\n >>> yellowhiggs.xsbr(7, 125, 'ggf', 'gammagamma')\n (0.0350599, (0.0418965805, 0.0297658551))\n >>> yellowhiggs.xsbr(7, 125, 'ggf', 'gammagamma', error='scale')\n (0.0350599, (0.0391619083, 0.0323252278))\n >>> yellowhiggs.xsbr(7, 125, 'ggf', 'gammagamma', error='pdf')\n (0.0350599, (0.0377945722, 0.0325005273))\n >>> yellowhiggs.xsbr(7, 125, 'ggf', 'gammagamma', error='full')\n (0.0350599, (0.0418965805, 0.0297658551))\n >>> yellowhiggs.xsbr(7, 125, 'ggf', 'gammagamma', error='pdf', error_type='percent')\n (0.0350599, (7.8, 7.3))\n >>>\n >>> yellowhiggs.xs(7, 150, 'vbf')\n (0.9617, (0.9895892999999999, 0.9405426))\n >>> yellowhiggs.xs(7, 150, 'vbf', error_type='percent')\n (0.9617, (2.9, 2.2))\n >>>\n >>> yellowhiggs.br(150, 'tautau')\n 0.0178\n >>> yellowhiggs.br(155, 'tautau')\n 0.0105\n\nCross sections are returned in units of [pb].\n\n* `xs` returns the (central cross section, (high error, low error)) for a\n center-of-mass energy [TeV], Higgs mass [GeV], and production mode.\n\n* `br` returns the branching ratio for a Higgs mass [GeV] and decay channel.\n\n* `xsbr` returns the cross section times branching ratio for a center-of-mass\n energy [TeV], Higgs mass [GeV], production mode, and decay channel.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/packages/source/y/yellowhiggs/yellowhiggs-3.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ndawe/yellowhiggs", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "yellowhiggs", "package_url": "https://pypi.org/project/yellowhiggs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yellowhiggs/", "project_urls": { "Download": "http://pypi.python.org/packages/source/y/yellowhiggs/yellowhiggs-3.1.0.tar.gz", "Homepage": "https://github.com/ndawe/yellowhiggs" }, "release_url": "https://pypi.org/project/yellowhiggs/3.1.0/", "requires_dist": null, "requires_python": null, "summary": "Interface for the CERN Yellow Report", "version": "3.1.0" }, "last_serial": 1993499, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "e11c14f7cc63a8b5722bb25e0623223b", "sha256": "2901848fbc971014d9280c315b4112c78d5c79991e47ee303e4140c245368a93" }, "downloads": -1, "filename": "yellowhiggs-1.0a1.tar.gz", "has_sig": false, "md5_digest": "e11c14f7cc63a8b5722bb25e0623223b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45323, "upload_time": "2012-05-16T02:41:17", "url": "https://files.pythonhosted.org/packages/48/5d/6629faaf8ca5ba8a17a70055fdfa910822ef783626fd32117e2be8f5187a/yellowhiggs-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "e1c4eb015ab7ceec602c9fb56feb2fd3", "sha256": "ef6ecb76e2cf1aebdc594c97bd352aca1ed6c219c54ec28d7b5e2d4859c6159f" }, "downloads": -1, "filename": "yellowhiggs-1.0a2.tar.gz", "has_sig": false, "md5_digest": "e1c4eb015ab7ceec602c9fb56feb2fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51584, "upload_time": "2012-05-16T22:20:10", "url": "https://files.pythonhosted.org/packages/f0/a8/69585169c8b0d2f439bca2dec2a939357fb82180b86b4b4b6ed507748c4a/yellowhiggs-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "8f0491721376fc3bd37d031fa7171e20", "sha256": "815decadc0c957d2cdecdb86ccb8036cc228c77d29b7b9fde0a3eb13d2c939b9" }, "downloads": -1, "filename": "yellowhiggs-1.0a3.tar.gz", "has_sig": false, "md5_digest": "8f0491721376fc3bd37d031fa7171e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59206, "upload_time": "2012-06-06T09:26:00", "url": "https://files.pythonhosted.org/packages/d7/bb/753befae175ad55757f31227696c9fe33eef646a9b36fb8eacd10ecadfba/yellowhiggs-1.0a3.tar.gz" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "1cd57504eb865b6b0c56d92991ca0375", "sha256": "96c1e1ac4a57c1f93fca7124f4e92b51e1fc5cd85a23202215269ff53b68f92d" }, "downloads": -1, "filename": "yellowhiggs-1.0a4.tar.gz", "has_sig": false, "md5_digest": "1cd57504eb865b6b0c56d92991ca0375", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59637, "upload_time": "2012-06-26T10:48:24", "url": "https://files.pythonhosted.org/packages/2f/f9/ae21c5f4fcc30c075f8fe422f6c2f6f360c93c1bae5448deabaff9655184/yellowhiggs-1.0a4.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "a88c6c439e6b6d6e2484c4061d16c6ab", "sha256": "a7157f5e1174d7c8bcc9b279debec15826fed208dae1ccbe6f3a3d3d6ce1b6b5" }, "downloads": -1, "filename": "yellowhiggs-3.0.0.tar.gz", "has_sig": false, "md5_digest": "a88c6c439e6b6d6e2484c4061d16c6ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91678, "upload_time": "2014-02-05T09:34:16", "url": "https://files.pythonhosted.org/packages/a8/52/5d6c6ebfa484939057e96283d6130f55f0ea389f4450e6dca1c5b38330b2/yellowhiggs-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "945f005c8afa5448970e4856ffe68df5", "sha256": "fd2033f8831e2807955597e807f0159110917fd65b5937fd29bb4be5a9718765" }, "downloads": -1, "filename": "yellowhiggs-3.0.1.tar.gz", "has_sig": false, "md5_digest": "945f005c8afa5448970e4856ffe68df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88551, "upload_time": "2014-02-25T20:35:47", "url": "https://files.pythonhosted.org/packages/2b/fa/1fed17bfe0e44e9e78f509d476b8c0ac88b96743d8c05a8c71b5db9b8188/yellowhiggs-3.0.1.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "772b37a7c31167abd06f3de5cbafe300", "sha256": "04325eb6dd18c79f4527cde8b3b57a2ece8bb9370d19a3b9c904be866451ec21" }, "downloads": -1, "filename": "yellowhiggs-3.1.0.tar.gz", "has_sig": false, "md5_digest": "772b37a7c31167abd06f3de5cbafe300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89387, "upload_time": "2016-03-07T11:46:38", "url": "https://files.pythonhosted.org/packages/be/f6/33b5993a99f27fd350d0c6729c918240a9d203e64fea5ec16cf2a27d9080/yellowhiggs-3.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "772b37a7c31167abd06f3de5cbafe300", "sha256": "04325eb6dd18c79f4527cde8b3b57a2ece8bb9370d19a3b9c904be866451ec21" }, "downloads": -1, "filename": "yellowhiggs-3.1.0.tar.gz", "has_sig": false, "md5_digest": "772b37a7c31167abd06f3de5cbafe300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89387, "upload_time": "2016-03-07T11:46:38", "url": "https://files.pythonhosted.org/packages/be/f6/33b5993a99f27fd350d0c6729c918240a9d203e64fea5ec16cf2a27d9080/yellowhiggs-3.1.0.tar.gz" } ] }