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

'CMakeLists.txt' (D3PDMakerTest-00-10-04)

	* Tagging D3PDMakerTest-00-10-04.
	* share/D3PDTest1_jo.py: AnalysisToolsConf -> AthAnalysisToolsConf.
parent dc870653
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: D3PDMakerTest
################################################################################
# Declare the package name:
atlas_subdir( D3PDMakerTest )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthContainers
Control/CLIDSvc
Control/Navigation
Control/SGTools
Event/FourMom
PhysicsAnalysis/AnalysisCommon/ParticleEvent
PRIVATE
Control/AthenaBaseComps
Control/AthenaKernel
Control/CxxUtils
Control/StoreGate
Event/EventKernel
Event/NavFourMom
GaudiKernel
MuonSpectrometer/MuonSimEvent
PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
Simulation/G4Sim/TrackRecord
TestPolicy )
# External dependencies:
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( D3PDMakerTestLib
src/*.cxx
PUBLIC_HEADERS D3PDMakerTest
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES AthContainers Navigation SGTools FourMom ParticleEvent StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel CxxUtils EventKernel NavFourMom GaudiKernel MuonSimEvent D3PDMakerUtils )
atlas_add_component( D3PDMakerTest
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthContainers Navigation SGTools FourMom ParticleEvent AthenaBaseComps AthenaKernel CxxUtils StoreGateLib SGtests EventKernel NavFourMom GaudiKernel MuonSimEvent D3PDMakerUtils D3PDMakerTestLib )
atlas_add_dictionary( D3PDMakerTestDict
D3PDMakerTest/D3PDMakerTestDict.h
D3PDMakerTest/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthContainers Navigation SGTools FourMom ParticleEvent AthenaBaseComps AthenaKernel CxxUtils StoreGateLib SGtests EventKernel NavFourMom GaudiKernel MuonSimEvent D3PDMakerUtils D3PDMakerTestLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
...@@ -212,7 +212,7 @@ from MuonD3PDMaker.TrackRecordD3PDObject import TrackRecordD3PDObject ...@@ -212,7 +212,7 @@ from MuonD3PDMaker.TrackRecordD3PDObject import TrackRecordD3PDObject
alg += TrackRecordD3PDObject (99, sgkey = 'TrackRecord', alg += TrackRecordD3PDObject (99, sgkey = 'TrackRecord',
exclude = ['TruthHits']) exclude = ['TruthHits'])
from AnalysisTools.AnalysisToolsConf import AANTupleStream from AnalysisTools.AthAnalysisToolsConf import AANTupleStream
AANTupleStream('D3PD').ExistDataHeader = False AANTupleStream('D3PD').ExistDataHeader = False
......
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