From c44b604e743fd905b96e4f7b70b4d83573b2b2bc Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 4 Apr 2017 15:01:12 +0200 Subject: [PATCH] remove _enableDetailedHitsAndParticleInfo_HELP --- DDSim/Helper/ParticleHandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/DDSim/Helper/ParticleHandler.py b/DDSim/Helper/ParticleHandler.py index 6232fa258..5a50d0361 100644 --- a/DDSim/Helper/ParticleHandler.py +++ b/DDSim/Helper/ParticleHandler.py @@ -14,7 +14,6 @@ class ParticleHandler( ConfigHelper ): self._printStartTracking = False self._minDistToParentVertex = 2.2e-14*mm self._enableDetailedHitsAndParticleInfo = False - self._enableDetailedHitsAndParticleInfo_HELP = "print out lots of info about MCHistory" @property def enableDetailedHitsAndParticleInfo(self): -- GitLab