Go to the source code of this file.
Functions | |
| void | cosmic_set_filter (JobCPath &cosmic) |
|
|
Definition at line 1 of file cosmic_set_filter.h. References JobCNode::FilterOn(), JobCPath::Mod(), JobCPath::Node(), JobCNode::ReverseFilter(), JobCModule::Set(), and JobCPath::SetAllFilters(). 00002 {
00003 cosmic.SetAllFilters(1);
00004
00005 cosmic.Mod("DataQualityReader").Set("FilterOnOff=1");
00006 cosmic.Node("DataQualityReader::Reco").FilterOn();
00007
00009 // Setting Primary Filtering Configuration
00010 // - Reverse the Beam Spill Filter to remove spill events
00011 cosmic.Node("NeardetBeamSelect::Ana").ReverseFilter();
00012 }
|
1.3.9.1