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

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

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

