Skip to content

JVT Running on EMTopo when it should not. #8

@RogerJanusiak

Description

@RogerJanusiak

While running using r25, trying to change the container to EMTopo instead of PFlow results in this error:

`Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
Compile
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
CMake Warning (dev) at CMakeLists.txt:4 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Found AnalysisBase: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt/cmake/AnalysisBaseConfig.cmake (found version "25.2.41")
-- Using the LCG modules without setting up a release
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found GTest: /usr/AnalysisBaseExternals/25.2.41/InstallArea/x86_64-el9-gcc13-opt/lib/cmake/GTest/GTestConfig.cmake (found version "1.13.0")
-- Found Boost: /usr/AnalysisBaseExternals/25.2.41/InstallArea/x86_64-el9-gcc13-opt/lib/cmake/Boost-1.86.0 (found version "1.86.0")
-- Found AnalysisBaseExternals: /usr/AnalysisBaseExternals/25.2.41/InstallArea/x86_64-el9-gcc13-opt/cmake/AnalysisBaseExternalsConfig.cmake (found suitable exact version "25.2.41")
-- Setting ATLAS specific build flags
-- Performing Test ATLAS_SSE42_SUPPORTED
-- Performing Test ATLAS_SSE42_SUPPORTED - Success
-- checker_gccplugins library not found
-- Using the LCG modules without setting up a release
-- Configuring ATLAS project with name "func_adl_ntupler" and version ""
-- Using build type: Release
-- Using platform name: x86_64-el9-gcc13-opt
-- Cleaning stale files from build area
-- Unit tests will be built by default
-- Found 1 package(s)
-- Considering package 1 / 1
-- No package filtering rules read
-- Configuring the build of package: analysis
-- Number of packages configured: 1
-- Time for package configuration: 0 second(s)
-- Generated file: /home/atlas/rel/build/x86_64-el9-gcc13-opt/packages.txt
-- Including the packages from project AnalysisBase - 25.2.41...
-- Including the packages from project AnalysisBaseExternals - 25.2.41...
-- Generated file: /home/atlas/rel/build/x86_64-el9-gcc13-opt/compilers.txt
-- Generated file: /home/atlas/rel/build/x86_64-el9-gcc13-opt/ReleaseData
-- Generating external environment configuration
-- Writing runtime environment to file: /home/atlas/rel/build/x86_64-el9-gcc13-opt/env_setup.sh
CMake Warning at /usr/AnalysisBaseExternals/25.2.41/InstallArea/x86_64-el9-gcc13-opt/cmake/modules/AtlasInternals.cmake:636 (message):
CPack packaging will only work correctly with
CMAKE_INSTALL_PREFIX=/func_adl_ntupler/1.0/InstallArea/x86_64-el9-gcc13-opt
Call Stack (most recent call first):
CMakeLists.txt:54 (atlas_cpack_setup)

-- Configuring done (1.6s)
-- Generating done (0.1s)
-- Build files have been written to: /home/atlas/rel/build
[ 0%] Built target atlas_tests
[ 12%] Generating queryDictReflexDict.cxx
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
[ 12%] Built target queryDictDictGen
[ 25%] Built /home/atlas/rel/build/x86_64-el9-gcc13-opt/lib/func_adl_ntupler.rootmap
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
[ 25%] Built target func_adl_ntuplerRootMapMerge
[ 37%] Generating ../x86_64-el9-gcc13-opt/bin/ATestRun_eljob.py
[ 37%] Built target analysisScriptsInstall
[ 50%] Generating ../x86_64-el9-gcc13-opt/include/analysis
[ 50%] Built target analysisHeaderInstall
[ 62%] Building CXX object analysis/CMakeFiles/analysisLib.dir/Root/query.cxx.o
[ 75%] Linking CXX shared library ../x86_64-el9-gcc13-opt/lib/libanalysisLib.so
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
[ 75%] Built target analysisLib
[ 87%] Building CXX object analysis/CMakeFiles/queryDict.dir/CMakeFiles/queryDictReflexDict.cxx.o
[100%] Linking CXX shared library ../x86_64-el9-gcc13-opt/lib/libqueryDict.so
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
[100%] Built target queryDict
[100%] Built target Package_analysis
Transform a file root://c113.af.uchicago.edu:1094//root://dcgftp.usatlas.bnl.gov:1094//pnfs/usatlas.bnl.gov/BNLT0D1/rucio/mc23_13p6TeV/c9/0b/DAOD_PHYS.37642334._000001.pool.root.1 -> /servicex/output/d2316d0e-27c2-46ae-b46b-b76cafc26fe6/scratch/root:::c113.af.uchicago.edu:1094::root:::dcgftp.usatlas.bnl.gov:1094::pnfs:usatlas.bnl.gov:BNLT0D1:rucio:mc23_13p6TeV:c9:0b:DAOD_PHYS.37642334._000001.pool.root.1
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt
xAOD::Init INFO Environment initialised for data access
SampleHandler with 1 files
Sample:name=ANALYSIS,tags=()
root://c113.af.uchicago.edu:1094//root://dcgftp.usatlas.bnl.gov:1094//pnfs/usatlas.bnl.gov/BNLT0D1/rucio/mc23_13p6TeV/c9/0b/DAOD_PHYS.37642334._000001.pool.root.1

Py:CPAlgTextCfg INFO Configuring CommonServices
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO runSystematics: True
Py:CPAlgCfgSeq INFO filterSystematics: ^(?=.NOSYS|$).
Py:CPAlgCfgSeq INFO onlySystematicsCategories: None
Py:CPAlgCfgSeq INFO systematicsHistogram: None
Py:CPAlgTextCfg INFO Configuring PileupReweighting
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO campaign: None
Py:CPAlgCfgSeq INFO files: None
Py:CPAlgCfgSeq INFO useDefaultConfig: True
Py:CPAlgCfgSeq INFO userLumicalcFiles: None
Py:CPAlgCfgSeq INFO userLumicalcFilesPerCampaign: None
Py:CPAlgCfgSeq INFO userPileupConfigs: None
Py:CPAlgCfgSeq INFO userPileupConfigsPerCampaign: None
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO alternativeConfig: False
Py:CPAlgTextCfg INFO Configuring Jets
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: AntiKt4EMTopoJets_Calib
Py:CPAlgCfgSeq INFO jetCollection: AntiKt4EMTopoJets
Py:CPAlgCfgSeq INFO jetInput: EMTopo
Py:CPAlgCfgSeq INFO runJvtUpdate: True
Py:CPAlgCfgSeq INFO runNNJvtUpdate: True
Py:CPAlgCfgSeq INFO runFJvtUpdate: False
Py:CPAlgCfgSeq INFO runJvtSelection: True
Py:CPAlgCfgSeq INFO runFJvtSelection: False
Py:CPAlgCfgSeq INFO jvtWP: FixedEffPt
Py:CPAlgCfgSeq INFO fJvtWP: Loose
Py:CPAlgCfgSeq INFO runJvtEfficiency: True
Py:CPAlgCfgSeq INFO runFJvtEfficiency: False
Py:CPAlgCfgSeq INFO systematicsModelJES: Category
Py:CPAlgCfgSeq INFO systematicsModelJER: Full
Py:CPAlgCfgSeq INFO runJERsystematicsOnData: False
Py:CPAlgCfgSeq INFO recalibratePhyslite: False
Py:CPAlgCfgSeq INFO calibToolConfigFile: None
Py:CPAlgCfgSeq INFO calibToolCalibArea: None
Py:CPAlgCfgSeq INFO calibToolCalibSeq: None
Py:CPAlgCfgSeq INFO uncertToolConfigPath: None
Py:CPAlgCfgSeq INFO uncertToolCalibArea: None
Py:CPAlgCfgSeq INFO uncertToolMCType: None
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: AntiKt4EMTopoJets_Calib
Py:CPAlgCfgSeq INFO jetCollection: AntiKt4EMTopoJets
Py:CPAlgCfgSeq INFO runOriginalObjectLink: False
Py:CPAlgCfgSeq INFO runGhostMuonAssociation: True
Py:CPAlgCfgSeq INFO runTruthJetTagging: None
Py:CPAlgTextCfg INFO Configuring Electrons
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Electrons_MediumLHElectron_NonIso_Calib
Py:CPAlgCfgSeq INFO ESModel:
Py:CPAlgCfgSeq INFO decorrelationModel: 1NP_v1
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO crackVeto: False
Py:CPAlgCfgSeq INFO isolationCorrection: False
Py:CPAlgCfgSeq INFO recalibratePhyslite: False
Py:CPAlgCfgSeq INFO minPt: 4500.0
Py:CPAlgCfgSeq INFO maxEta: 2.47
Py:CPAlgCfgSeq INFO forceFullSimConfig: False
Py:CPAlgCfgSeq INFO splitCalibrationAndSmearing: False
Py:CPAlgCfgSeq INFO decorateTruth: False
Py:CPAlgCfgSeq INFO decorateCaloClusterEta: False
Py:CPAlgCfgSeq INFO writeTrackD0Z0: False
Py:CPAlgTextCfg INFO Configuring WorkingPoint
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Electrons_MediumLHElectron_NonIso_Calib
Py:CPAlgCfgSeq INFO selectionName: ElectronSelection
Py:CPAlgCfgSeq INFO postfix: None
Py:CPAlgCfgSeq INFO trackSelection: True
Py:CPAlgCfgSeq INFO maxD0Significance: 5
Py:CPAlgCfgSeq INFO maxDeltaZ0SinTheta: 0.5
Py:CPAlgCfgSeq INFO identificationWP: MediumLHElectron
Py:CPAlgCfgSeq INFO isolationWP: NonIso
Py:CPAlgCfgSeq INFO addSelectionToPreselection: True
Py:CPAlgCfgSeq INFO closeByCorrection: False
Py:CPAlgCfgSeq INFO recomputeID: False
Py:CPAlgCfgSeq INFO chargeIDSelectionRun2: False
Py:CPAlgCfgSeq INFO recomputeChargeID: False
Py:CPAlgCfgSeq INFO doFSRSelection: False
Py:CPAlgCfgSeq INFO noEffSF: True
Py:CPAlgCfgSeq INFO saveDetailedSF: True
Py:CPAlgCfgSeq INFO saveCombinedSF: False
Py:CPAlgCfgSeq INFO forceFullSimConfig: True
Py:CPAlgCfgSeq INFO correlationModelId: SIMPLIFIED
Py:CPAlgCfgSeq INFO correlationModelIso: SIMPLIFIED
Py:CPAlgCfgSeq INFO correlationModelReco: SIMPLIFIED
Py:CPAlgTextCfg INFO Configuring Photons
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Photons_Tight_FixedCutTight_Calib
Py:CPAlgCfgSeq INFO ESModel:
Py:CPAlgCfgSeq INFO decorrelationModel: 1NP_v1
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO crackVeto: False
Py:CPAlgCfgSeq INFO enableCleaning: True
Py:CPAlgCfgSeq INFO cleaningAllowLate: False
Py:CPAlgCfgSeq INFO recomputeIsEM: False
Py:CPAlgCfgSeq INFO recalibratePhyslite: False
Py:CPAlgCfgSeq INFO minPt: 10000.0
Py:CPAlgCfgSeq INFO maxEta: 2.37
Py:CPAlgCfgSeq INFO forceFullSimConfig: False
Py:CPAlgCfgSeq INFO splitCalibrationAndSmearing: False
Py:CPAlgCfgSeq INFO decorateTruth: True
Py:CPAlgCfgSeq INFO decorateCaloClusterEta: False
Py:CPAlgTextCfg INFO Configuring WorkingPoint
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Photons_Tight_FixedCutTight_Calib
Py:CPAlgCfgSeq INFO selectionName: PhotonSelection
Py:CPAlgCfgSeq INFO postfix: PhotonSelection
Py:CPAlgCfgSeq INFO qualityWP: Tight
Py:CPAlgCfgSeq INFO isolationWP: FixedCutTight
Py:CPAlgCfgSeq INFO addSelectionToPreselection: True
Py:CPAlgCfgSeq INFO closeByCorrection: False
Py:CPAlgCfgSeq INFO recomputeIsEM: False
Py:CPAlgCfgSeq INFO doFSRSelection: False
Py:CPAlgCfgSeq INFO noEffSF: False
Py:CPAlgCfgSeq INFO saveDetailedSF: True
Py:CPAlgCfgSeq INFO saveCombinedSF: False
Py:CPAlgCfgSeq INFO forceFullSimConfig: False
Py:CPAlgTextCfg INFO Configuring Muons
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Muons_Medium_NonIso_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO minPt: 3000.0
Py:CPAlgCfgSeq INFO recalibratePhyslite: False
Py:CPAlgCfgSeq INFO maxEta: 2.7
Py:CPAlgCfgSeq INFO excludeNSWFromPrecisionLayers: False
Py:CPAlgCfgSeq INFO calibMode: correctData_CB
Py:CPAlgCfgSeq INFO decorateTruth: True
Py:CPAlgCfgSeq INFO writeTrackD0Z0: True
Py:CPAlgTextCfg INFO Configuring WorkingPoint
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Muons_Medium_NonIso_Calib
Py:CPAlgCfgSeq INFO selectionName: MuonSelection
Py:CPAlgCfgSeq INFO postfix: MuonSelection
Py:CPAlgCfgSeq INFO trackSelection: True
Py:CPAlgCfgSeq INFO maxD0Significance: 3
Py:CPAlgCfgSeq INFO maxDeltaZ0SinTheta: 0.5
Py:CPAlgCfgSeq INFO quality: Medium
Py:CPAlgCfgSeq INFO isolation: NonIso
Py:CPAlgCfgSeq INFO addSelectionToPreselection: True
Py:CPAlgCfgSeq INFO closeByCorrection: False
Py:CPAlgCfgSeq INFO systematicBreakdown: False
Py:CPAlgCfgSeq INFO onlyRecoEffSF: False
Py:CPAlgCfgSeq INFO noEffSF: False
Py:CPAlgCfgSeq INFO saveDetailedSF: True
Py:CPAlgCfgSeq INFO saveCombinedSF: False
Py:CPAlgCfgSeq INFO excludeNSWFromPrecisionLayers: False
Py:CPAlgTextCfg INFO Configuring TauJets
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO inputContainer: TauJets
Py:CPAlgCfgSeq INFO containerName: TauJets_Tight_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO rerunTruthMatching: True
Py:CPAlgCfgSeq INFO decorateTruth: True
Py:CPAlgTextCfg INFO Configuring WorkingPoint
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: TauJets_Tight_Calib
Py:CPAlgCfgSeq INFO selectionName: TauSelection
Py:CPAlgCfgSeq INFO postfix: None
Py:CPAlgCfgSeq INFO quality: Tight
Py:CPAlgCfgSeq INFO use_eVeto: False
Py:CPAlgCfgSeq INFO useGNTau: False
Py:CPAlgCfgSeq INFO noEffSF: False
Py:CPAlgCfgSeq INFO saveDetailedSF: True
Py:CPAlgCfgSeq INFO saveCombinedSF: False
Py:CPAlgCfgSeq INFO addSelectionToPreselection: True
Py:CPAlgTextCfg INFO Configuring Thinning
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Muons_Medium_NonIso_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO selection:
Py:CPAlgCfgSeq INFO selectionName: MuonSelection
Py:CPAlgCfgSeq INFO outputName: OutMuons
Py:CPAlgCfgSeq INFO deepCopy: False
Py:CPAlgCfgSeq INFO sortPt: False
Py:CPAlgCfgSeq INFO noUniformSelection: False
Py:CPAlgTextCfg INFO Configuring Thinning
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Electrons_MediumLHElectron_NonIso_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO selection:
Py:CPAlgCfgSeq INFO selectionName: ElectronSelection
Py:CPAlgCfgSeq INFO outputName: OutElectrons
Py:CPAlgCfgSeq INFO deepCopy: False
Py:CPAlgCfgSeq INFO sortPt: False
Py:CPAlgCfgSeq INFO noUniformSelection: False
Py:CPAlgTextCfg INFO Configuring Thinning
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: Photons_Tight_FixedCutTight_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO selection:
Py:CPAlgCfgSeq INFO selectionName: PhotonSelection
Py:CPAlgCfgSeq INFO outputName: OutPhotons
Py:CPAlgCfgSeq INFO deepCopy: False
Py:CPAlgCfgSeq INFO sortPt: False
Py:CPAlgCfgSeq INFO noUniformSelection: False
Py:CPAlgTextCfg INFO Configuring Thinning
Py:CPAlgCfgSeq INFO groupName:
Py:CPAlgCfgSeq INFO skipOnData: False
Py:CPAlgCfgSeq INFO skipOnMC: False
Py:CPAlgCfgSeq INFO onlyForDSIDs: []
Py:CPAlgCfgSeq INFO containerName: TauJets_Tight_Calib
Py:CPAlgCfgSeq INFO postfix:
Py:CPAlgCfgSeq INFO selection:
Py:CPAlgCfgSeq INFO selectionName: TauSelection
Py:CPAlgCfgSeq INFO outputName: OutTauJets
Py:CPAlgCfgSeq INFO deepCopy: False
Py:CPAlgCfgSeq INFO sortPt: False
Py:CPAlgCfgSeq INFO noUniformSelection: False
Py:Athena INFO Adding Calibration
Py:AutoConfigFlags INFO Obtaining metadata of auto-configuration by peeking into 'root://c113.af.uchicago.edu:1094//root://dcgftp.usatlas.bnl.gov:1094//pnfs/usatlas.bnl.gov/BNLT0D1/rucio/mc23_13p6TeV/c9/0b/DAOD_PHYS.37642334._000001.pool.root.1'
Py:MetaReader INFO Current mode used: lite
Py:MetaReader INFO Current filenames: ['root://c113.af.uchicago.edu:1094//root://dcgftp.usatlas.bnl.gov:1094//pnfs/usatlas.bnl.gov/BNLT0D1/rucio/mc23_13p6TeV/c9/0b/DAOD_PHYS.37642334._000001.pool.root.1']
Py:MetaReader INFO MetaReader is called with the parameter "unique_tag_info_values" set to True. This is a workaround to remove all duplicate values from "/TagInfo" key
Py:AutoConfigFlags INFO Looking into the file in 'peeker' mode as the configuration requires more details: Simulator
Py:MetaReader INFO Current mode used: peeker
Py:MetaReader INFO Current filenames: ['root://c113.af.uchicago.edu:1094//root://dcgftp.usatlas.bnl.gov:1094//pnfs/usatlas.bnl.gov/BNLT0D1/rucio/mc23_13p6TeV/c9/0b/DAOD_PHYS.37642334._000001.pool.root.1']
Py:MetaReader INFO MetaReader is called with the parameter "unique_tag_info_values" set to True. This is a workaround to remove all duplicate values from "/TagInfo" key
Py:GeoModelConfigFlags INFO Deducing LHC Run period from the geometry tag name "ATLAS-R3S-2021-03-02-00" as database access is not available in analysis releases
Py:GeoModelConfigFlags INFO Using LHC Run period "RUN3"
Py:getRun3NavigationContainerFromInput INFO Returning HLTNav_Summary_DAODSlimmed as the Run 3 trigger navigation colletion to read in this job.
Py:makePileupAnalysisSequence INFO Auto-configuring campaign for PRW from flags: mc23a
Py:makePileupAnalysisSequence INFO Auto-configuring universal/default PRW config
Py:makePileupAnalysisSequence INFO Using auto-configured lumicalc files
Traceback (most recent call last):
File "/home/atlas/rel/build/../source/analysis/share/ATestRun_eljob.py", line 274, in
configSeq.fullConfigure(configAccumulator)
File "/usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt/python/AnalysisAlgorithmsConfig/ConfigSequence.py", line 137, in fullConfigure
self.makeAlgs (config)
File "/usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt/python/AnalysisAlgorithmsConfig/ConfigSequence.py", line 81, in makeAlgs
block.makeAlgs (config)
File "/usr/AnalysisBase/25.2.41/InstallArea/x86_64-el9-gcc13-opt/python/JetAnalysisAlgorithms/JetAnalysisConfig.py", line 338, in makeAlgs
assert self.jetInput=="EMPFlow", "NN JVT only defined for PFlow jets"
^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: NN JVT only defined for PFlow jets
Transform step failed`

The issue is that it is running NNJVT, which is only allowed for PFlow jets. Either the user should be able to turn this on or off manually, or it needs to be off by default. Both could be true.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions