# Define null path (used by farm recovery procedure) but also leave the
# path enabled for regular running since we need the puff module to run anyway
path create Null PuffModule
# Define the production path:
path create Production \
ManagerSequence \
\
SiClusteringModule \
PVFinder \
CT_TrackingModule \
SiPatternRecModule \
PadTrackMaker \
TrackRefitModule \
ZVertexModule \
vxprim \
\
CalorimetryModule \
PesDtoEModule \
ClcRecModule \
BscModule \
\
MuonRecoSequence \
\
CprClusterModule \
CentralStripClusterModule \
PlugStripClusterModule \
CentralStripClusterModule-pi0reco \
\
TofModule \
\
CdfMetModule \
JetCluModule-cone0.7 \
JetCluModule-cone0.4 \
JetCluModule-cone1.0 \
EmClusterModule \
CdfEmObjectModule \
\
CesMatchingModule \
Pi0ReconstructionModule \
TauFinderModule \
\
COTQ_Module \
CPRQModule \
CESQNewModule \
PESQ_Module \
MPAQModule
#
# this may or may not be necessary depending on whether
# or not -i and -o switches were used on the command line
# however it doesn't hurt to do this here either way...
path disable AllPath
|