# This is the table for the default predefined rules of the Group 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 Group POP:

dead		"Particle is dead"		"$DEAD == 1"
stopped		"Particle is stopped"		"$STOPPED == 1"
justcoll	"Particle just collided"	"$JUSTHIT == 1"
hascoll		"Particle has collided"		"$NUMHIT > 0"

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

