00001 void cosmic_set_prescaling(JobCPath& cosmic) 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