package PanTauAlgs author Peter Wienemann author Sebastian Fleischmann author Robindra Prabhu public use AtlasPolicy AtlasPolicy-* use AtlasROOT AtlasROOT-* External #use NavFourMom NavFourMom-* Event use xAODBase xAODBase-* Event/xAOD use xAODTau xAODTau-* Event/xAOD use xAODPFlow xAODPFlow-* Event/xAOD use tauRecTools tauRecTools-* Reconstruction use AsgTools AsgTools-* Control/AthToolSupport use AtlasReflex AtlasReflex-* External -no_auto_imports use CxxUtils CxxUtils-* Control private use GaudiInterface GaudiInterface-* External use PathResolver PathResolver-* Tools use xAODTracking xAODTracking-* Event/xAOD use xAODParticleEvent xAODParticleEvent-* Event/xAOD # use TrkEventPrimitives TrkEventPrimitives-* Tracking/TrkEvent #use TrkVertexFitterInterfaces TrkVertexFitterInterfaces-* Tracking/TrkVertexFitter # use VxVertex VxVertex-* Tracking/TrkEvent public # Specify required ROOT components to cmake (transparent to CMT) apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS MathCore MathMore Matrix)" # dual use changes: apply_pattern dual_use_library files="../Root/*.cxx ../src/*.cxx" #apply_pattern component_library apply_pattern declare_runtime files="../data/*.root ../data/weights/*.txt ../data/weights/*.xml" apply_pattern declare_joboptions files="*.py" apply_pattern declare_python_modules files="*.py" #library PanTauAlgs Root/*.cxx components/*.cxx #apply_pattern installed_library private apply_tag ROOTBasicLibs apply_tag ROOTMathLibs