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

'CMakeLists.txt' (InDetCondFolders-00-00-11)

parent fda89c7a
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: InDetCondFolders
################################################################################
# Declare the package name:
atlas_subdir( InDetCondFolders )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......@@ -11,7 +11,5 @@ conddb.addFolderSplitOnline("TRT","/TRT/Onl/Cond/Status","/TRT/Cond/Status")
conddb.addFolderSplitOnline("TRT","/TRT/Onl/Cond/StatusPermanent","/TRT/Cond/StatusPermanent")
# Pixel module distortions
conddb.addFolderSplitOnline("INDET","/Indet/Onl/PixelDist","/Indet/PixelDist")
# IBL stave distortions (protect against Run1 data -> not present)
from AthenaCommon.GlobalFlags import globalflags
if globalflags.DatabaseInstance == 'CONDBR2' or not globalflags.DataSource()=='data':
conddb.addFolderSplitOnline("INDET","/Indet/Onl/IBLDist","/Indet/IBLDist")
# IBL stave distortions
conddb.addFolderSplitOnline("INDET","/Indet/Onl/IBLDist","/Indet/IBLDist")
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