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

'CMakeLists.txt' (RecExPers-00-03-22-02)

parent e3657c5f
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: RecExPers
################################################################################
# Declare the package name:
atlas_subdir( RecExPers )
# Install files from the package:
atlas_install_joboptions( share/*.py )
......@@ -101,6 +101,12 @@ if DetFlags.detdescr.ID_on():
except Exception:
treatException("Could not include InDetRecExample/WriteInDetAOD.py" )
# FTK
if DetFlags.detdescr.FTK_on():
protectedInclude ("FTK_RecExample/WriteFTK_AOD.py")
fullAODList += CfgItemList( "FTKAod", items = FtkAODList )
# Calorimeters
if DetFlags.detdescr.Calo_on():
try:
......
......@@ -91,6 +91,11 @@ if DetFlags.detdescr.ID_on():
"InDetEsd",
items = InDetESDList
)
# FTK
if DetFlags.detdescr.FTK_on():
protectedInclude ("FTK_RecExample/WriteFTK_ESD.py")
fullESDList += CfgItemList( "FTKEsd", items = FtkESDList )
# Calorimeters
if DetFlags.detdescr.Calo_on():
protectedInclude ("CaloRecEx/CaloRecOutputItemList_jobOptions.py")
......@@ -107,8 +112,10 @@ if DetFlags.detdescr.Lucid_on():
#ZDC
if DetFlags.detdescr.ZDC_on():
fullESDList += CfgItemList("ZDC", items = ["ZdcDigitsCollection#ZdcDigitsCollection","ZdcRawChannelCollection#ZdcRawChannelCollection"])
fullESDList += CfgItemList("ZDC", items = ["xAOD::TriggerTowerContainer#ZdcTriggerTowers",
"xAOD::TriggerTowerAuxContainer#ZdcTriggerTowersAux.",
"xAOD::ZdcModuleContainer#ZdcModules",
"xAOD::ZdcModuleAuxContainer#ZdcModulesAux."])
if DetFlags.detdescr.ALFA_on():
protectedInclude("ForwardRec/ALFARec_OuputItemList_jobOptions.py")
......
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