00001 void near_cosmic_mc_configure_shower(JobCPath& path) 00002 { 00003 //Set up the conditions for the CandSubShower Package 00004 path.Mod("ShowerSRListModule").Set("ShowerListAlgorithm=AlgShowerSRList"); 00005 path.Mod("ShowerSRListModule").Set("ShowerListAlgConfig=default"); 00006 path.Mod("ShowerSRListModule").Set("ListOut=CandShowerSRList"); 00007 00008 path.Mod("StripSRListModule").Set("ListIn=canddigitlist"); 00009 }
1.3.9.1