next up previous contents
Next: TALK modnam [ Up: DASH Command Reference Previous: SKIP nskip

FILTER flag modnam

  

FLAG       C 'ON,OFF:' D='ON' R='ON,OFF,FAILED'
MODNAM     C 'Module Name:' D='*'

Turn on/off the filter for a module.
MODNAM=* will set the filter on/off for all modules in the analysis path. The default for a module is determined by the module when it is declared; use the STATUS command to see the current state. FLAG=FAILED will select events that fail a filtering module rather than those that pass.

Example: select triggers, turn off some cuts, write bad events

DASH> path trgsel track mycuts myana finalcuts 
DASH> talk trgsel select mutrigger 
DASH> book myana 
DASH> filter on trgsel 
DASH> filter off mycuts 
DASH> filter failed finalcuts 
DASH> output on bad_events.dat



ETK