From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48408/head -> cms-sw/refs/pull/48408/head Switched to branch 'merge-attempt' Auto-merging Configuration/Applications/python/ConfigBuilder.py Auto-merging TauAnalysis/MCEmbeddingTools/plugins/EmbeddingLHEProducer.cc Merge made by the 'ort' strategy. Configuration/Applications/python/ConfigBuilder.py | 6 + .../python/tau_embedding_emu_cff.py | 4 + .../python/tau_embedding_etauh_cff.py | 4 + .../python/tau_embedding_mu_to_e_cff.py | 4 + .../python/tau_embedding_mu_to_mu_cff.py | 4 + .../python/tau_embedding_mutauh_cff.py | 4 + .../python/tau_embedding_tauhtauh_cff.py | 4 + TauAnalysis/MCEmbeddingTools/docs/README | 30 - TauAnalysis/MCEmbeddingTools/docs/README.md | 166 +++ .../docs/cmsDriver_cmds_DATA_RUN3.sh | 167 +++ .../{plugins => interface}/CaloCleaner.h | 0 .../{plugins => interface}/CollectionMerger.h | 0 .../DoubleCollectionMerger.h | 0 .../EmbeddingBeamSpotOnlineProducer.h | 0 .../{plugins => interface}/MuonDetCleaner.h | 0 .../{plugins => interface}/TrackMergeremb.h | 0 .../{plugins => interface}/TrackerCleaner.h | 0 .../MCEmbeddingTools/plugins/CaloCleaner.cc | 2 +- .../MCEmbeddingTools/plugins/CollectionMerger.cc | 2 +- .../plugins/DoubleCollectionMerger.cc | 2 +- .../plugins/EmbeddingBeamSpotOnlineProducer.cc | 2 +- .../plugins/EmbeddingLHEProducer.cc | 129 +-- .../plugins/MuMuForEmbeddingSelector.cc | 88 +- .../MCEmbeddingTools/plugins/MuonDetCleaner.cc | 2 +- .../MCEmbeddingTools/plugins/TrackMergeremb.cc | 2 +- .../MCEmbeddingTools/plugins/TrackerCleaner.cc | 2 +- .../MCEmbeddingTools/python/Cleaning_RECO_cff.py | 172 +++ .../python/EmbeddingBeamSpotOnline_cfi.py | 6 - .../EmbeddingHltPixelVerticesProducer_cfi.py | 4 - .../python/EmbeddingLHEProducer_cfi.py | 14 - .../python/EmbeddingPythia8Hadronizer_cfi.py | 47 - .../python/EmbeddingVertexCorrector_cfi.py | 6 - .../MCEmbeddingTools/python/LHE_USER_cff.py | 51 + .../MCEmbeddingTools/python/Merging_USER_cff.py | 348 ++++++ TauAnalysis/MCEmbeddingTools/python/Nano_cff.py | 179 +++ ...ingProcedure_cff.py => Selection_FILTER_cff.py} | 66 +- .../MCEmbeddingTools/python/Simulation_GEN_cfi.py | 202 ++++ .../python/Simulation_HLT_customiser_cff.py | 48 + .../MCEmbeddingTools/python/Simulation_RECO_cff.py | 25 + TauAnalysis/MCEmbeddingTools/python/customisers.py | 1145 -------------------- TauAnalysis/MCEmbeddingTools/test/BuildFile.xml | 4 +- .../test/run_2016postVFPUL_workflow_tests.sh | 76 +- .../test/run_2016preVFPUL_workflow_tests.sh | 52 +- .../test/run_2017UL_workflow_tests.sh | 52 +- .../test/run_2018UL_workflow_tests.sh | 52 +- .../test/run_2022_workflow_tests.sh | 80 +- 46 files changed, 1663 insertions(+), 1590 deletions(-) create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_emu_cff.py create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_etauh_cff.py create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_mu_to_e_cff.py create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_mu_to_mu_cff.py create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_mutauh_cff.py create mode 100644 Configuration/ProcessModifiers/python/tau_embedding_tauhtauh_cff.py delete mode 100644 TauAnalysis/MCEmbeddingTools/docs/README create mode 100644 TauAnalysis/MCEmbeddingTools/docs/README.md create mode 100644 TauAnalysis/MCEmbeddingTools/docs/cmsDriver_cmds_DATA_RUN3.sh rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/CaloCleaner.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/CollectionMerger.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/DoubleCollectionMerger.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/EmbeddingBeamSpotOnlineProducer.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/MuonDetCleaner.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/TrackMergeremb.h (100%) rename TauAnalysis/MCEmbeddingTools/{plugins => interface}/TrackerCleaner.h (100%) create mode 100644 TauAnalysis/MCEmbeddingTools/python/Cleaning_RECO_cff.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/EmbeddingBeamSpotOnline_cfi.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/EmbeddingHltPixelVerticesProducer_cfi.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/EmbeddingLHEProducer_cfi.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/EmbeddingPythia8Hadronizer_cfi.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/EmbeddingVertexCorrector_cfi.py create mode 100644 TauAnalysis/MCEmbeddingTools/python/LHE_USER_cff.py create mode 100644 TauAnalysis/MCEmbeddingTools/python/Merging_USER_cff.py create mode 100644 TauAnalysis/MCEmbeddingTools/python/Nano_cff.py rename TauAnalysis/MCEmbeddingTools/python/{SelectingProcedure_cff.py => Selection_FILTER_cff.py} (66%) create mode 100644 TauAnalysis/MCEmbeddingTools/python/Simulation_GEN_cfi.py create mode 100644 TauAnalysis/MCEmbeddingTools/python/Simulation_HLT_customiser_cff.py create mode 100644 TauAnalysis/MCEmbeddingTools/python/Simulation_RECO_cff.py delete mode 100644 TauAnalysis/MCEmbeddingTools/python/customisers.py Switched to branch 'from-CMSSW_15_1_X_2025-06-25-1100'