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

'CMakeLists.txt' (ISF_Tools-00-04-08)

parent d57ca093
No related merge requests found
################################################################################
# Package: ISF_Tools
################################################################################
# Declare the package name:
atlas_subdir( ISF_Tools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaBaseComps
DetectorDescription/AtlasDetDescr
Simulation/Barcode/BarcodeInterfaces
Simulation/G4Sim/TrackRecord
Simulation/ISF/ISF_Core/ISF_Event
Simulation/ISF/ISF_Core/ISF_Interfaces )
# Component(s) in the package:
atlas_add_component( ISF_Tools
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES GaudiKernel AthenaBaseComps AtlasDetDescr ISF_Event ISF_Interfaces )
# Install files from the package:
atlas_install_headers( ISF_Tools )
atlas_install_python_modules( python/*.py )
......@@ -32,6 +32,9 @@ def getMC12EntryLayerFilter(name="ISF_MC12EntryLayerFilter", **kwargs):
from ISF_Tools.ISF_ToolsConf import ISF__GenericBarcodeFilter
return ISF__GenericBarcodeFilter(name, **kwargs)
def getMC12LLPEntryLayerFilter(name="ISF_MC12LLPEntryLayerFilter", **kwargs):
return getMC12EntryLayerFilter(name, **kwargs)
def getMC12PlusEntryLayerFilter(name="ISF_MC12PlusEntryLayerFilter", **kwargs):
return getMC12EntryLayerFilter(name, **kwargs)
......
......@@ -21,6 +21,7 @@ addTool("ISF_Tools.ISF_ToolsConfig.getCosmicEventFilterTool" , "I
addTool("ISF_Tools.ISF_ToolsConfig.getInToOutSubDetOrderingTool" , "ISF_InToOutSubDetOrderingTool" )
addTool("ISF_Tools.ISF_ToolsConfig.getParticleOrderingTool" , "ISF_ParticleOrderingTool" )
addTool("ISF_Tools.ISF_ToolsConfig.getMC12EntryLayerFilter" , "ISF_MC12EntryLayerFilter" )
addTool("ISF_Tools.ISF_ToolsConfig.getMC12LLPEntryLayerFilter" , "ISF_MC12LLPEntryLayerFilter" )
addTool("ISF_Tools.ISF_ToolsConfig.getMC12PlusEntryLayerFilter" , "ISF_MC12PlusEntryLayerFilter" )
addTool("ISF_Tools.ISF_ToolsConfig.getMC15aEntryLayerFilter" , "ISF_MC15aEntryLayerFilter" )
addTool("ISF_Tools.ISF_ToolsConfig.getMC15aPlusEntryLayerFilter" , "ISF_MC15aPlusEntryLayerFilter" )
......
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