Go to the source code of this file.
Functions | |
| void | far_all_configure (JobCPath &all) |
|
|
Definition at line 1 of file Cedar_phy/restructure-chris/headers/far_all/far_all_configure.h. References JobCPath::Mod(), and JobCModule::Set(). 00002 {
00003 all.Mod("ChopModule").Set("ChopAlgorithm=AlgChopListFar");
00004 all.Mod("BiggestChopModule").Set("MinEnergy=0.0"); //No cut.
00005 all.Mod("BiggestChopModule").Set("OmitLiEvents=1"); //kill LI
00006 all.Mod("BiggestChopModule").Set("LiVetoWindowLow=-1.0e-6");
00007 all.Mod("BiggestChopModule").Set("LiVetoWindowHigh=31.0e-6");
00008
00009 all.Mod("SliceSRListModule").Set("SliceListAlgConfig=FarCosmic");
00010 all.Mod("ClusterSRListModule").Set("ClusterListAlgConfig=FarCosmic");
00011
00012 all.Mod("TrackCamListModule").Set("TrackListAlgConfig=Cosmic");
00013 all.Mod("TrackCamListModule").Set("NameListIn=CandSliceList");
00014 all.Mod("TrackCamListModule").Set("NameListOut=CandTrackSRList");
00015
00016 all.Mod("FitTrackCamListModule").Set("NameListIn=CandTrackSRList");
00017 all.Mod("EventSRListModule").Set("EventListAlgorithm=AlgEventSRList");
00018 all.Mod("EventSRListModule").Set("EventListAlgConfig=FarCosmic");
00019 all.Mod("ShowerSRListModule").Set("ShowerListAlgConfig=FarCosmic");
00020
00021 all.Mod("FilterDigitListModule").Set("FilterDigitListAlgorithm=AlgFilterDigitListSR");
00022 all.Mod("FilterDigitListModule").Set("SwitchPersToTemp=1");
00023 all.Mod("DeMuxDigitListModule").Set("SwitchPersToTemp=1");
00024 all.Mod("DeMuxDigitListModule").Set("NameListOut=altdemux");
00025 all.Mod("DeMuxDigitListModule").Set("DeMuxDigitListAlgConfig=devel");
00026 all.Mod("StripSRListModule").Set("ListIn=altdemux");
00027 }
|
1.3.9.1