Skip to content
Snippets Groups Projects
Commit f5f4f605 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (ForwardRec-00-02-02)

parent 511ae356
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ForwardRec
################################################################################
# Declare the package name:
atlas_subdir( ForwardRec )
# Install files from the package:
atlas_install_joboptions( share/*.py )
......@@ -13,12 +13,14 @@ if (rec.doLucid):
# include ( "ZdcRec/ZdcRec_jobOptions.py" )
if DetFlags.makeRIO.ZDC_on() and not rec.doWriteBS() :
try:
from ZdcRec.ZdcRawChannelGetter import ZdcRawChannelGetter
ZdcRawChannelGetter()
except Exception:
treatException("Problem with ZdcRawChannelGetter. Switched off.")
DetFlags.makeRIO.ZDC_setOff()
try:
#from ZdcRec.ZdcRawChannelGetter import ZdcRawChannelGetter
#ZdcRawChannelGetter()
from ZdcRec.ZdcModuleGetter import ZdcModuleGetter
ZdcModuleGetter()
except Exception:
treatException("Problem with ZdcModuleGetter. Switched off.")
DetFlags.makeRIO.ZDC_setOff()
if rec.doAlfa() and rec.doESD():
if DetFlags.readRDOBS.ALFA_on():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment