Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Dogwood/headers/far_all/far_all_configure_filters.h

Go to the documentation of this file.
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 }

Generated on Mon Feb 15 11:06:40 2010 for loon by  doxygen 1.3.9.1