Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

atmo_create_path_data.h

Go to the documentation of this file.
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 }

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1