00001 #include "atmo_create_path_mc.h" 00002 00003 JobCPath& atmo_create_path_data(JobC& jc) 00004 { 00005 JobCPath& ana = atmo_create_path_mc(jc); 00006 00007 ana.AddBetween("FarDetShieldPlankListModule", "Reco", "DeMuxDigitListModule::Reco", "FarDetStripListModule::Reco"); 00008 00009 return ana; 00010 }
1.3.9.1