#include "atmo_create_path_mc.h"Go to the source code of this file.
Functions | |
| 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 }
|
1.3.9.1