00001 void far_all_configure_filters(JobCPath& all) 00002 { 00003 all.SetAllFilters(1); 00004 all.Mod("DataQualityReader").Set("FilterOnOff=1"); 00005 //The next line removes snarls with >10,000 digits generated 00006 // during the development of the spill trigger 00007 all.Mod("DataQualityReader").Set("FilterWord=4096"); 00008 all.Node("DataQualityReader::Reco").FilterOn(); 00009 00010 all.Mod("FilterLIModule").Set("LIFinderName=SimplePatternFinder"); 00011 //This setting provided by Andy Blake 1/9/2007 to filter out the bulk of the Light Injection 00012 all.Mod("FilterLIModule").Set("MaxNDigits=1100"); 00013 }
1.3.9.1