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 File Reference

#include "atmo_create_path_mc.h"

Go to the source code of this file.

Functions

JobCPathatmo_create_path_data (JobC &jc)


Function Documentation

JobCPath& atmo_create_path_data JobC jc  ) 
 

Definition at line 3 of file atmo_create_path_data.h.

References JobCPath::AddBetween(), atmo_create_path_mc(), and 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:07:53 2010 for loon by  doxygen 1.3.9.1