diff --git a/DDG4/python/DDSim/Helper/Filter.py b/DDG4/python/DDSim/Helper/Filter.py index 354edc980dca3becab5191bd7685a06938102921..327bc645da9455d58b05b33081876cbafde02f7a 100644 --- a/DDG4/python/DDSim/Helper/Filter.py +++ b/DDG4/python/DDSim/Helper/Filter.py @@ -18,8 +18,9 @@ logger = logging.getLogger(__name__) class Filter(ConfigHelper): """Configuration for sensitive detector filters - Set the default filter for tracker or caliromter + Set the default filter for 'tracker' >>> SIM.filter.tracker = "edep1kev" + Use no filter for 'calorimeter' by default >>> SIM.filter.calo = "" Assign a filter to a sensitive detector via pattern matching