Go to the source code of this file.
Functions | |
| void | far_configure_filters (JobCPath &spill) |
|
|
Definition at line 1 of file far_configure_filters.h. References JobCNode::FilterOn(), JobCPath::Mod(), JobCPath::Node(), JobCModule::Set(), and JobCPath::SetAllFilters(). 00002 {
00003 //turn off all filters
00004 spill.SetAllFilters(0);
00005 // Then reactivate the spill filter
00006 spill.Mod("DataQualityReader").Set("FilterOnOff=1");
00007 spill.Node("DataQualityReader::Reco").FilterOn();
00008
00009 spill.Node("FardetBeamSelect::Ana").FilterOn();
00010 }
|
1.3.9.1