Go to the source code of this file.
Functions | |
| void | cosmic_set_prescaling (JobCPath &cosmic) |
|
|
Definition at line 1 of file cosmic_set_prescaling.h. References JobCPath::Mod(), and JobCModule::Set(). 00002 {
00003 // - Set Prescaling to remove 7/8 of the events based on Planes and Activity triggering
00004 cosmic.Mod("FiltTriggerPrescale").Set("Plane_N=1 Plane_M=8");
00005 cosmic.Mod("FiltTriggerPrescale").Set("Activity_N=1 Activity_M=8");
00006 }
|
1.3.9.1