From c7f0bb806b115358a04f2834cea1f5874e10c978 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 2 Feb 2016 17:55:22 +0000
Subject: [PATCH] DDSim: add extra particle pdg file to steering file and add
 location in dd4hep in documentation

---
 DDSim/Helper/Physics.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/DDSim/Helper/Physics.py b/DDSim/Helper/Physics.py
index b1072fa4b..a31c283c2 100644
--- a/DDSim/Helper/Physics.py
+++ b/DDSim/Helper/Physics.py
@@ -41,6 +41,8 @@ class Physics( ConfigHelper ):
   @property
   def pdgfile( self ):
     """ location of particle.tbl file containing extra particles and their lifetime information
+
+    For example in $DD4HEP/examples/DDG4/examples/particle.tbl
     """
     return self._pdgfile
   @pdgfile.setter
-- 
GitLab