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

spill_configure.h

Go to the documentation of this file.
00001 void spill_configure(JobCPath& spill)
00002 {
00004   //Configure Reconstruction Software for Near Det "Spill" data .
00005   // For a full description of the different possible module options see the
00006   //   Document:  ConfigOptions.txt
00007 
00008   //Setting modifications for neardet-PhotonTransport
00009   //explicitly set the value of GeVPerMip
00010 
00011   spill.Mod("SliceSRListModule").Set("SliceListAlgConfig=NearBeam");
00012   spill.Mod("ClusterSRListModule").Set("ClusterListAlgConfig=NearBeam");
00013   spill.Mod("FitTrackCamListModule").Set("NameListIn=CandTrackSRList");
00014 
00015   spill.Mod("TrackCamListModule").Set("TrackListAlgConfig=default");
00016   spill.Mod("TrackCamListModule").Set("NameListIn=CandSliceList");
00017   spill.Mod("TrackCamListModule").Set("NameListOut=CandTrackSRList");
00018 
00019   spill.Mod("EventSRListModule").Set("EventListAlgorithm=AlgEventSSList");
00020   spill.Mod("EventSRListModule").Set("EventListAlgConfig=NearBeam");
00021 }

Generated on Mon Feb 15 11:07:38 2010 for loon by  doxygen 1.3.9.1