Skip to content
Snippets Groups Projects
Commit 2a8c7e5f authored by Xiaozhong Huang's avatar Xiaozhong Huang
Browse files

tauRecTools: add tauRecTools into AnalysisBase

tauRecTools is added into AnalysisBase so that it could
be later used in THOR. Tidy up the CMakeList.txt a bit, and
remove ToolsDef.h which is not used in both Athena and
AnalysisBase.
parent 0477337e
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!34023tauRecTools: add tauRecTools into AnalysisBase
......@@ -116,7 +116,7 @@
+ Reconstruction/egamma/egammaLayerRecalibTool
+ Reconstruction/egamma/egammaMVACalib
+ Reconstruction/egamma/egammaRecEvent
#+ Reconstruction/tauRecTools
+ Reconstruction/tauRecTools
+ Tools/ART
+ Tools/DirectIOART
+ Tools/PathResolver
......
......@@ -6,73 +6,6 @@
# Declare the package name:
atlas_subdir( tauRecTools )
# Declare the package's dependencies:
if( XAOD_STANDALONE OR XAOD_ANALYSIS )
set( extra_deps )
if( XAOD_ANALYSIS )
set( extra_deps GaudiKernel )
endif()
atlas_depends_on_subdirs(
PUBLIC
Control/AthLinks
Control/AthToolSupport/AsgDataHandles
Control/AthToolSupport/AsgTools
Control/CxxUtils
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODPFlow
Event/xAOD/xAODTau
Event/xAOD/xAODEgamma
Event/xAOD/xAODTracking
Event/xAOD/xAODParticleEvent
Reconstruction/MVAUtils
PRIVATE
Event/FourMomUtils
Event/xAOD/xAODJet
Tools/PathResolver
PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools
${extra_deps} )
else()
atlas_depends_on_subdirs(
PUBLIC
Calorimeter/CaloUtils
Control/AthLinks
Control/AthToolSupport/AsgDataHandles
Control/AthToolSupport/AsgTools
Control/CxxUtils
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODPFlow
Event/xAOD/xAODTau
Event/xAOD/xAODEgamma
Event/xAOD/xAODTracking
Event/xAOD/xAODParticleEvent
Reconstruction/Particle
Reconstruction/MVAUtils
PRIVATE
Calorimeter/CaloInterface
Control/AthContainers
Event/FourMomUtils
Event/NavFourMom
Event/xAOD/xAODJet
GaudiKernel
InnerDetector/InDetRecTools/InDetRecToolInterfaces
InnerDetector/InDetRecTools/InDetTrackSelectionTool
InnerDetector/InDetConditions/BeamSpotConditionsData
Reconstruction/Jet/JetEDM
Reconstruction/RecoTools/ITrackToVertex
Reconstruction/RecoTools/RecoToolInterfaces
Tools/PathResolver
PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools
Tracking/TrkEvent/TrkLinks
Tracking/TrkEvent/TrkParametersIdentificationHelpers
Tracking/TrkEvent/TrkTrackSummary
Tracking/TrkEvent/VxVertex
Tracking/TrkTools/TrkToolInterfaces
Tracking/TrkVertexFitter/TrkVertexFitterInterfaces
Tracking/TrkVertexFitter/TrkVertexFitters)
endif()
# External dependencies:
find_package( Boost )
find_package( ROOT COMPONENTS Core Tree Hist RIO )
......@@ -95,7 +28,6 @@ atlas_add_root_dictionary( tauRecToolsLib tauRecToolsLibCintDict
tauRecTools/TauJetBDTEvaluator.h
tauRecTools/TauJetRNNEvaluator.h
tauRecTools/TauIDVarCalculator.h
tauRecTools/TauEleOLRDecorator.h
Root/LinkDef.h
EXTERNAL_PACKAGES ROOT
)
......@@ -112,7 +44,7 @@ if( XAOD_STANDALONE OR XAOD_ANALYSIS )
AthLinks AsgTools CxxUtils xAODCaloEvent xAODEventInfo xAODPFlow xAODEgamma xAODTau
xAODTracking xAODParticleEvent AsgDataHandlesLib
PRIVATE_LINK_LIBRARIES ${FASTJETCONTRIB_LIBRARIES} ${LWTNN_LIBRARIES} FourMomUtils xAODJet
PathResolver MVAUtils ElectronPhotonSelectorToolsLib )
PathResolver MVAUtils )
else()
atlas_add_library( tauRecToolsLib
tauRecTools/*.h Root/*.cxx tauRecTools/lwtnn/*.h Root/lwtnn/*.cxx ${tauRecToolsLibCintDict}
......@@ -134,7 +66,7 @@ if( NOT XAOD_STANDALONE )
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${LWTNN_LIBRARIES} xAODTau
xAODTracking xAODEgamma AthContainers FourMomUtils xAODCaloEvent xAODJet
xAODPFlow xAODParticleEvent MVAUtils ElectronPhotonSelectorToolsLib GaudiKernel tauRecToolsLib )
xAODPFlow xAODParticleEvent MVAUtils ElectronPhotonSelectorToolsLib BeamSpotConditionsData GaudiKernel tauRecToolsLib )
else()
atlas_add_component( tauRecTools
src/*.h src/*.cxx src/components/*.cxx
......@@ -145,12 +77,8 @@ if( NOT XAOD_STANDALONE )
InDetRecToolInterfaces JetEDM Particle ITrackToVertex
RecoToolInterfaces TrkLinks TrkParametersIdentificationHelpers
TrkTrackSummary VxVertex TrkToolInterfaces TrkVertexFitterInterfaces
TrkVertexFittersLib InDetTrackSelectionToolLib
TrkVertexFittersLib InDetTrackSelectionToolLib BeamSpotConditionsData
tauRecToolsLib )
endif()
endif()
# Install files from the package:
atlas_install_runtime( share/*.xml )
atlas_install_runtime( share/*.root )
atlas_install_data( share/* )
......@@ -15,7 +15,6 @@
#include "tauRecTools/TauWPDecorator.h"
#include "tauRecTools/TauJetBDTEvaluator.h"
#include "tauRecTools/TauIDVarCalculator.h"
#include "tauRecTools/TauEleOLRDecorator.h"
#include "tauRecTools/TauJetRNNEvaluator.h"
#ifdef __CINT__
......@@ -40,7 +39,6 @@
#pragma link C++ class TauWPDecorator+;
#pragma link C++ class TauJetBDTEvaluator+;
#pragma link C++ class TauIDVarCalculator+;
#pragma link C++ class TauEleOLRDecorator+;
#pragma link C++ class TauJetRNNEvaluator+;
#endif
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#include "tauRecTools/TauCalibrateLC.h"
#include "tauRecTools/TauSubstructureVariables.h"
#include "tauRecTools/TauCommonCalcVars.h"
#include "tauRecTools/MvaTESVariableDecorator.h"
#include "tauRecTools/MvaTESEvaluator.h"
#include "tauRecTools/CombinedP4FromRecoTaus.h"
#include "tauRecTools/TauTrackClassifier.h"
#include "tauRecTools/TauTrackRNNClassifier.h"
#include "tauRecTools/TauWPDecorator.h"
#include "tauRecTools/TauJetBDTEvaluator.h"
#include "tauRecTools/TauIDVarCalculator.h"
#include "tauRecTools/TauEleOLRDecorator.h"
#include "tauRecTools/TauJetRNNEvaluator.h"
REGISTER_TOOL(TauCalibrateLC)
REGISTER_TOOL(TauCommonCalcVars)
REGISTER_TOOL(TauSubstructureVariables)
REGISTER_TOOL(MvaTESVariableDecorator)
REGISTER_TOOL(MvaTESEvaluator)
REGISTER_TOOL(CombinedP4FromRecoTaus)
REGISTER_TOOL(tauRecTools::TauTrackClassifier)
REGISTER_TOOL(tauRecTools::TauTrackRNNClassifier)
REGISTER_TOOL(tauRecTools::TrackMVABDT)
REGISTER_TOOL(tauRecTools::TrackRNN)
REGISTER_TOOL(TauWPDecorator)
REGISTER_TOOL(TauJetBDTEvaluator)
REGISTER_TOOL(TauEleOLRDecorator)
REGISTER_TOOL(TauIDVarCalculator)
REGISTER_TOOL(TauJetRNNEvaluator)
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