00001 void near_cosmic_set_prescaling(JobCPath& cosmic) 00002 { 00003 // - Set Prescaling to remove 15/16 of the events based on Planes and Activity triggering 00004 cosmic.Mod("FiltTriggerPrescale").Set("Plane_N=1 Plane_M=16"); 00005 cosmic.Mod("FiltTriggerPrescale").Set("Activity_N=1 Activity_M=16"); 00006 }
1.3.9.1