Go to the source code of this file.
Functions | |
| JobCPath & | far_all_create_path (JobC &jc, TString name) |
|
||||||||||||
|
Definition at line 1 of file Cedar_phy/restructure-chris/headers/far_all/far_all_create_path.h. References JobCPathModule::Create(), jc, and JobC::Path. 00002 {
00003 //The Normal Reco chain
00004 jc.Path.Create(name,
00005 "DataQualityReader::Reco "
00006 "NoiseFilterModule::Ana "
00007 "RecordSetupModule::Get "
00008 "DigitListModule::Get "
00009 "DigitListModule::Reco "
00010 "FilterDigitListModule::Reco "
00011 "FilterLIModule::Ana "
00012 "ChopModule::Reco "
00013 "BiggestChopModule::Reco "
00014 "DeMuxDigitListModule::Reco "
00015 "StripSRListModule::Reco "
00016 "SliceSRListModule::Reco "
00017 "TrackCamListModule::Reco "
00018 "FitTrackCamListModule::Reco "
00019 "ClusterSRListModule::Reco "
00020 "ShowerSRListModule::Reco "
00021 "EventSRListModule::Reco "
00022 "RecordSetupModule::Reco "
00023 "NtpBDLite::Reco " // Fills BeamMon Ntuple
00024 );
00025 return jc.Path(name);
00026 }
|
1.3.9.1