# The name of the package:
atlas_subdir (PhysLiteToOpenData)

# Add the shared library:
atlas_add_library (PhysLiteToOpenDataLib
  PhysLiteToOpenData/*.h Root/*.cxx
  PUBLIC_HEADERS PhysLiteToOpenData
  LINK_LIBRARIES AnaAlgorithmLib 
                 xAODEventInfo
                 xAODJet
                 xAODEgamma
                 xAODMuon
                 xAODTau
                 xAODMissingET
                 xAODBase
                 xAODPrimitives
                 xAODTracking
                 TrigDecisionToolLib
                 AsgTools
                 PMGAnalysisInterfacesLib PMGToolsLib
                 PathResolver
                 SelectionHelpersLib
                 JetUncertaintiesLib
                 PATInterfaces
                 JetCPInterfaces
                 )

# Add the dictionary (for AnalysisBase only):
atlas_add_dictionary (PhysLiteToOpenDataDict
  PhysLiteToOpenData/PhysLiteToOpenDataDict.h
  PhysLiteToOpenData/selection.xml
  LINK_LIBRARIES PhysLiteToOpenDataLib)

atlas_install_python_modules( python/*.py )
atlas_install_data( extras/* )

# Install files from the package:
atlas_install_scripts( share/OpenDataNtupler.py scripts/submitToGrid.py )
