Skip to content

Commit

Permalink
Remove broken HepPDT link (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Sep 29, 2020
1 parent ec7c1b5 commit adef5ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ with extended particle information and extra goodies.
The PDG defines the standard particle identification (ID) numbering scheme.
The package provides the ``PDGID`` class implementing queries on those PDG IDs.
The queries are also accessible through free standing functions mimicking,
and expanding from, the HepPID/HepPDT C++ interface
(see http://lcgapp.cern.ch/project/simu/HepPDT/).
and expanding from, the HepPID/HepPDT C++ interface.

The ``Particle`` class wraps the information in the PDG particle data tables and
provides an object-oriented interface and powerful search and look-up utilities.
Expand Down
4 changes: 0 additions & 4 deletions src/particle/pdgid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
4 1 5 L=J+1 , S=1 4^++ \- 30qq9
==== === === ======================== ======== ================= ====================== =======================
References
----------
HepPDT and HepPID versions 3.04.01: http://lcgapp.cern.ch/project/simu/HepPDT/
"""

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion src/particle/pdgid/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
----------
- PDG document "Monte Carlo Particle Numbering Scheme".
- HepPDT and HepPID versions 3.04.01: http://lcgapp.cern.ch/project/simu/HepPDT/
- HepPDT and HepPID versions 3.04.01.
"""

from __future__ import print_function, division, absolute_import
Expand Down

0 comments on commit adef5ab

Please sign in to comment.