# This is the table for the default predefined rules of the Kill POP.
# Lines beginning with the pound symbol (#) are comments.

# Predefined rules have the following format:
# <ruleToken> <ruleLabelInDoubleQuotes> <ruleStringInDoubleQuotes>
# and are separated by any white space. 

# Here are the default rules for the Kill POP:

all		"Kill all particles"			"1"
stopped         "Kill stopped particles"		"$STOPPED == 1"
justcoll        "Kill just collided particles"        	"$JUSTHIT == 1"
hascoll         "Kill any collided particles"         	"$NUMHIT > 0"

# User predefined rules can be added by copying this file into 
# $HOME/houdini and adding the rules to it.

