Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
1 file
+ 25
48
Compare changes
  • Side-by-side
  • Inline
@@ -28,56 +28,33 @@ atlas_add_dictionary( JetCalibToolsDict
LINK_LIBRARIES JetCalibToolsLib )
# Executable(s) in the package:
set( _extraLibs "POOLRootAccessLib" )
if( XAOD_STANDALONE )
atlas_add_executable( JetCalibTools_Example
util/JetCalibTools_Example.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODEventShape xAODCore xAODRootAccess JetCalibToolsLib )
set( _extraLibs )
endif()
atlas_add_executable( JetCalibTools_Example
util/JetCalibTools_Example.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODEventShape xAODCore xAODRootAccess JetCalibToolsLib ${_extraLibs} )
atlas_add_executable( JetCalibTools_PlotJESFactors
util/JetCalibTools_PlotJESFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib )
atlas_add_executable( JetCalibTools_PlotJESFactors
util/JetCalibTools_PlotJESFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib ${_extraLibs} )
atlas_add_executable( JetCalibTools_PlotJMSFactors
util/JetCalibTools_PlotJMSFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib )
atlas_add_executable( JetCalibTools_SmearingPlots
util/JetCalibTools_SmearingPlots.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib )
atlas_add_executable( JetCalibTools_PlotJMSFactors
util/JetCalibTools_PlotJMSFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib ${_extraLibs} )
atlas_add_executable( JetCalibTools_SmearingPlots
util/JetCalibTools_SmearingPlots.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess JetCalibToolsLib ${_extraLibs} )
else()
atlas_add_executable( JetCalibTools_Example
util/JetCalibTools_Example.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODEventShape xAODCore POOLRootAccessLib xAODRootAccess JetCalibToolsLib )
atlas_add_executable( JetCalibTools_PlotJESFactors
util/JetCalibTools_PlotJESFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess POOLRootAccessLib JetCalibToolsLib )
atlas_add_executable( JetCalibTools_PlotJMSFactors
util/JetCalibTools_PlotJMSFactors.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess POOLRootAccessLib JetCalibToolsLib )
atlas_add_executable( JetCalibTools_SmearingPlots
util/JetCalibTools_SmearingPlots.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEventInfo xAODJet
xAODCore xAODRootAccess POOLRootAccessLib JetCalibToolsLib )
endif()
atlas_install_python_modules( python/*.py )
Loading