Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Phase 2 Muon HLT validation #46860

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

Parsifal-2045
Copy link
Contributor

PR description:

This PR implements the full Muon HLT Validation for Phase 2.
When a Phase 2 workflow is run, the validation module's output changes from Phase 1 objects to the corresponding Phase 2 ones. The HLT full event content has been updated accordingly and a few more plots have been added (e.g separate efficiency measurements in the barrel, overlap, and endcap).
Changes presented in the HLT Upgrade meeting on 3/12/2024.

PR validation:

Verified that validation plots are filled with sensible information using ZMM and TTbar RelVals and private production via runTheMatrix using workflows 29834 (TTbar) and 29850 (ZMM) at 200 PU.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2024

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2024

A new Pull Request was created by @Parsifal-2045 for master.

It involves the following packages:

  • HLTrigger/Configuration (hlt)
  • HLTriggerOffline/Common (dqm)
  • SimMuon/MCTruth (simulation)
  • Validation/RecoMuon (dqm)

@Martin-Grunewald, @antoniovagnerini, @civanch, @cmsbuild, @kpedro88, @mdhildreth, @mmusich, @rseidita can you please review it and eventually sign? Thanks.
@CeliaFernandez, @Fedespring, @HuguesBrun, @Martin-Grunewald, @abbiendi, @andrea21z, @battibass, @calderona, @cericeci, @jhgoh, @missirol, @mmusich, @mtosi, @rociovilar, @silviodonato, @slomeo, @trocino this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor

mmusich commented Dec 4, 2024

-hlt

Copy link
Contributor

@mmusich mmusich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few other comments.

HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py Outdated Show resolved Hide resolved
HLTriggerOffline/Common/python/HLTValidationHarvest_cff.py Outdated Show resolved Hide resolved
Validation/RecoMuon/python/associators_cff.py Outdated Show resolved Hide resolved
Validation/RecoMuon/python/PostProcessorHLT_cff.py Outdated Show resolved Hide resolved
Validation/RecoMuon/plugins/MuonTrackValidator.cc Outdated Show resolved Hide resolved
Validation/RecoMuon/plugins/MuonTrackValidator.cc Outdated Show resolved Hide resolved
@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2024

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46860/42892

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2024

Pull request #46860 was updated. @antoniovagnerini, @antoniovilela, @civanch, @cmsbuild, @davidlange6, @fabiocos, @kpedro88, @mandrenguyen, @mdhildreth, @rappoccio, @rseidita can you please check and sign again.

@mmusich
Copy link
Contributor

mmusich commented Dec 4, 2024

@cmsbuild please test

@mmusich
Copy link
Contributor

mmusich commented Dec 4, 2024

@Parsifal-2045 thank you for the prompt updates.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 5, 2024

+1

Size: This PR adds an extra 12KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-76346f/43288/summary.html
COMMIT: 6f69340
CMSSW: CMSSW_15_0_X_2024-12-05-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/46860/43288/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 1 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 27 differences found in the comparisons
  • DQMHistoTests: Total files compared: 46
  • DQMHistoTests: Total histograms compared: 3489350
  • DQMHistoTests: Total failures: 2046
  • DQMHistoTests: Total nulls: 348
  • DQMHistoTests: Total successes: 3486936
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 4026.9929999999995 KiB( 45 files compared)
  • DQMHistoSizes: changed ( 10224.0,... ): 138.555 KiB Muons/RecoMuonV
  • DQMHistoSizes: changed ( 11634.0,... ): 146.206 KiB Muons/RecoMuonV
  • DQMHistoSizes: changed ( 13234.0,... ): 107.437 KiB Muons/RecoMuonV
  • DQMHistoSizes: changed ( 16834.0 ): 69.473 KiB HLT/Muon
  • DQMHistoSizes: changed ( 24834.911,... ): 136.929 KiB HLT/Muon
  • DQMHistoSizes: changed ( 24834.911,... ): 76.538 KiB Muons/RecoMuonV
  • Checked 202 log files, 172 edm output root files, 46 DQM output files
  • TriggerResults: found differences in 1 / 44 workflows

@antoniovagnerini
Copy link

+1

@civanch
Copy link
Contributor

civanch commented Dec 6, 2024

+1

i also not a fun of duplications but we already have such cases for Phase1 and Phase2 in other corners of CMSSW with the advantage of independence of the production Phase1 code from Phase2 developments.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 6, 2024

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2)

@mandrenguyen
Copy link
Contributor

+1

@iarspider
Copy link
Contributor

iarspider commented Dec 9, 2024

@Parsifal-2045 this PR causes linking issues in CLANG_X IBs: https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/el8_amd64_gcc12/CMSSW_15_0_CLANG_X_2024-12-08-2300/SimMuon/MCTruth:

>> Building edm plugin tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/libSimMuonMCTruthPlugins.so
/data/cmsbld/jenkins/workspace/build-any-ib/w/el8_amd64_gcc12/external/llvm/18.1.6-4d919abcbb12e64223bdf951f1a224f9/bin/clang++ -O3 -pthread -pipe -Werror=main -Werror=pointer-arith -Werror=overlength-strings -Wno-vla -Werror=overflow -std=c++20 -ftree-vectorize -Werror=array-bounds -Werror=type-limits -fvisibility-inlines-hidden -fno-math-errno --param vect-max-version-for-alias-checks=50 -Xassembler --compress-debug-sections -Wno-error=array-bounds -Warray-bounds -fuse-ld=bfd -march=x86-64-v2 -felide-constructors -fmessage-length=0 -Wall -Wno-long-long -Wreturn-type -Wextra -Wpessimizing-move -Wclass-memaccess -Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-unused-parameter -Wunused -Wparentheses -Werror=return-type -Werror=missing-braces -Werror=unused-value -Werror=unused-label -Werror=address -Werror=format -Werror=sign-compare -Werror=write-strings -Werror=delete-non-virtual-dtor -Werror=strict-aliasing -Werror=narrowing -Werror=reorder -Werror=unused-variable -Werror=conversion-null -Wnon-virtual-dtor -Werror=switch -fdiagnostics-show-option -Wno-unused-local-typedefs -Wno-attributes -Wno-psabi -Wno-c99-extensions -Wno-c++11-narrowing -D__STRICT_ANSI__ -Wno-unused-private-field -Wno-unknown-pragmas -Wno-unused-command-line-argument -Wno-unknown-warning-option -ftemplate-depth=512 -Wno-error=potentially-evaluated-expression -Wno-tautological-type-limit-compare -Wno-vla-cxx-extension -fsized-deallocation --gcc-toolchain=/data/cmsbld/jenkins/workspace/build-any-ib/w/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28 -DEIGEN_DONT_PARALLELIZE -DEIGEN_MAX_ALIGN_BYTES=64 -Wno-error=unused-variable -DALPAKA_DEFAULT_HOST_MEMORY_ALIGNMENT=128 -DALPAKA_DISABLE_VENDOR_RNG -DBOOST_DISABLE_ASSERTS -shared -Wl,-E      -Wl,-z,defs     tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/MuonAssociatorEDProducer.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/MuonSimClassifier.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/MuonToTrackingParticleAssociatorByHitsImpl.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/MuonToTrackingParticleAssociatorEDProducer.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/MuonTrackProducer.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/SealModule.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/SeedToTrackProducerBase.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/SimMuFilter.cc.o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/TrackingParticleRefMuonProducer.cc.o -o tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/libSimMuonMCTruthPlugins.so -Wl,-E -Wl,--hash-style=gnu -Wl,--as-needed -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/24b13d9e8d9b6fb2f0e53067cd833be1/opt/cmssw/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_CLANG_X_2024-12-08-2300/biglib/el8_amd64_gcc12 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/24b13d9e8d9b6fb2f0e53067cd833be1/opt/cmssw/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_CLANG_X_2024-12-08-2300/lib/el8_amd64_gcc12 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/24b13d9e8d9b6fb2f0e53067cd833be1/opt/cmssw/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_CLANG_X_2024-12-08-2300/external/el8_amd64_gcc12/lib -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/24b13d9e8d9b6fb2f0e53067cd833be1/opt/cmssw/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_CLANG_X_2024-12-08-2300/static/el8_amd64_gcc12 -lSimMuonMCTruth -lSimDataFormatsAssociations -lSimTrackerTrackerHitAssociation -lDataFormatsParticleFlowReco -lTrackingToolsTransientTrackingRecHit -lDataFormatsEgammaCandidates -lDataFormatsMuonReco -lTrackingToolsDetLayers -lDataFormatsRecoCandidate -lTrackingToolsGeomPropagators -lDataFormatsEgammaReco -lDataFormatsGsfTrackReco -lDataFormatsHGCalReco -lDataFormatsVertexReco -lSimDataFormatsTrackingAnalysis -lTrackingToolsTrajectoryState -lDataFormatsTrackReco -lDataFormatsGEMRecHit -lDataFormatsTrackCandidate -lDataFormatsTrackerRecHit2D -lDataFormatsCSCRecHit -lDataFormatsDTRecHit -lDataFormatsFTLRecHit -lDataFormatsRPCRecHit -lDataFormatsTrajectorySeed -lDataFormatsTrackingRecHit -lGeometryCSCGeometry -lGeometryDTGeometry -lDataFormatsL1TrackTrigger -lMagneticFieldRecords -lCondFormatsDataRecord -lDataFormatsTrackerCommon -lGeometryCaloGeometry -lGeometryCommonTopologies -lSimDataFormatsCaloAnalysis -lDataFormatsBeamSpot -lDataFormatsCaloTowers -lDataFormatsEcalRecHit -lDataFormatsGeometryCommonDetAlgo -lDataFormatsHepMCCandidate -lDataFormatsSiStripCluster -lGeometryRecords -lSimDataFormatsCrossingFrame -lTrackingToolsAnalyticalJacobians -lCondFormatsAlignmentRecord -lCondFormatsCSCObjects -lDataFormatsCandidate -lDataFormatsDTDigi -lDataFormatsEcalDigi -lDataFormatsGeometrySurface -lDataFormatsSiPixelDigi -lDataFormatsTrajectoryState -lMagneticFieldEngine -lSimDataFormatsDigiSimLinks -lSimDataFormatsTrackerDigiSimLink -lSimDataFormatsTrackingHit -lDataFormatsCLHEP -lDataFormatsCaloRecHit -lDataFormatsEcalDetId -lDataFormatsForwardDetId -lDataFormatsGeometryVector -lDataFormatsHcalDetId -lDataFormatsMuonDetId -lDataFormatsPhase2TrackerCluster -lDataFormatsSiPixelDetId -lDataFormatsSiStripDetId -lFWCoreFramework -lSimDataFormatsCaloHit -lSimDataFormatsTrack -lSimDataFormatsVertex -lDataFormatsDetId -lDataFormatsFEDRawData -lDataFormatsMath -lDataFormatsPhase2TrackerDigi -lDataFormatsScouting -lDataFormatsSiPixelCluster -lDataFormatsSiStripDigi -lFWCoreCommon -lFWCoreServiceRegistry -lSimDataFormatsGeneratorProducts -lDataFormatsCommon -lFWCoreParameterSet -lFWCoreMessageLogger -lDataFormatsProvenance -lFWCoreConcurrency -lFWCorePluginManager -lFWCoreReflection -lHeterogeneousCoreAlpakaInterface -lTrackingToolsTrajectoryParametrization -lCondFormatsSerialization -lFWCoreUtilities -lFWCoreVersion -lSimDataFormatsEncodedEventId -lPhysics -lHist -lMatrix -lGenVector -lMathMore -lTree -lNet -lThread -lMathCore -lRIO -lSmatrix -lboost_program_options -lboost_serialization -lCore -lboost_thread -lboost_date_time -lCLHEP -lHepMCfio -lHepMC -lpcre -lbz2 -lgsl -luuid -ltbb -llzma -lz -lfmt -lHepMC3 -lHepMC3search -lcms-md5 -lopenblas -lcrypt -ldl -lrt -lstdc++fs -ltinyxml2
/data/cmsbld/jenkins/workspace/build-any-ib/w/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/SealModule.cc.o: in function `edm::WorkerMaker<SeedToTrackProducerBase<std::vector<TrajectorySeed, std::allocator<TrajectorySeed> > > >::makeModule(edm::ParameterSet const&) const':
  SealModule.cc:(.text._ZNK3edm11WorkerMakerI23SeedToTrackProducerBaseISt6vectorI14TrajectorySeedSaIS3_EEEE10makeModuleERKNS_12ParameterSetE[_ZNK3edm11WorkerMakerI23SeedToTrackProducerBaseISt6vectorI14TrajectorySeedSaIS3_EEEE10makeModuleERKNS_12ParameterSetE]+0x28): undefined reference to `SeedToTrackProducerBase<std::vector<TrajectorySeed, std::allocator<TrajectorySeed> > >::SeedToTrackProducerBase(edm::ParameterSet const&)'
 /data/cmsbld/jenkins/workspace/build-any-ib/w/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/SealModule.cc.o: in function `edm::WorkerMaker<SeedToTrackProducerBase<std::vector<L2MuonTrajectorySeed, std::allocator<L2MuonTrajectorySeed> > > >::makeModule(edm::ParameterSet const&) const':
  SealModule.cc:(.text._ZNK3edm11WorkerMakerI23SeedToTrackProducerBaseISt6vectorI20L2MuonTrajectorySeedSaIS3_EEEE10makeModuleERKNS_12ParameterSetE[_ZNK3edm11WorkerMakerI23SeedToTrackProducerBaseISt6vectorI20L2MuonTrajectorySeedSaIS3_EEEE10makeModuleERKNS_12ParameterSetE]+0x28): undefined reference to `SeedToTrackProducerBase<std::vector<L2MuonTrajectorySeed, std::allocator<L2MuonTrajectorySeed> > >::SeedToTrackProducerBase(edm::ParameterSet const&)'
 clang++: error: linker command failed with exit code 1 (use -v to see invocation)
  gmake: *** [tmp/el8_amd64_gcc12/src/SimMuon/MCTruth/plugins/SimMuonMCTruthPlugins/libSimMuonMCTruthPlugins.so] Error 1
 Leaving library rule at src/SimMuon/MCTruth/plugins

@mmusich
Copy link
Contributor

mmusich commented Dec 9, 2024

diff --git a/SimMuon/MCTruth/plugins/Phase2SeedToTrackProducer.h b/SimMuon/MCTruth/plugins/Phase2SeedToTrackProducer.h
deleted file mode 100644
index 12fe7141af5..00000000000
--- a/SimMuon/MCTruth/plugins/Phase2SeedToTrackProducer.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SimMuon_MCTruth_Phase2SeedToTrackProducer_h
-#define SimMuon_MCTruth_Phase2SeedToTrackProducer_h
-
-/** \class SeedToTrackProducer
- *  
- *  SeedToTrackProducerBase class specialized for Phase 2 
- *  Muon seeds
- * 
- *  \author Luca Ferragina (INFN BO), 2024
- */
-
-#include "SimMuon/MCTruth/plugins/SeedToTrackProducerBase.h"
-#include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h"
-
-typedef SeedToTrackProducerBase<L2MuonTrajectorySeedCollection> Phase2SeedToTrackProducer;
-
-#endif
diff --git a/SimMuon/MCTruth/plugins/SealModule.cc b/SimMuon/MCTruth/plugins/SealModule.cc
index b2988b656c8..cf557981fe9 100644
--- a/SimMuon/MCTruth/plugins/SealModule.cc
+++ b/SimMuon/MCTruth/plugins/SealModule.cc
@@ -2,10 +2,6 @@
 #include "FWCore/PluginManager/interface/ModuleDef.h"
 #include "SimMuon/MCTruth/interface/CSCTruthTest.h"
 #include "SimMuon/MCTruth/plugins/MuonAssociatorEDProducer.h"
-#include "SimMuon/MCTruth/plugins/SeedToTrackProducer.h"
-#include "SimMuon/MCTruth/plugins/Phase2SeedToTrackProducer.h"
 
 DEFINE_FWK_MODULE(MuonAssociatorEDProducer);
 DEFINE_FWK_MODULE(CSCTruthTest);
-DEFINE_FWK_MODULE(SeedToTrackProducer);
-DEFINE_FWK_MODULE(Phase2SeedToTrackProducer);
diff --git a/SimMuon/MCTruth/plugins/SeedToTrackProducer.h b/SimMuon/MCTruth/plugins/SeedToTrackProducer.h
deleted file mode 100644
index c70eb1f14e8..00000000000
--- a/SimMuon/MCTruth/plugins/SeedToTrackProducer.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SimMuon_MCTruth_SeedToTrackProducer_h
-#define SimMuon_MCTruth_SeedToTrackProducer_h
-
-/** \class SeedToTrackProducer
- *  
- *  SeedToTrackProducerBase class specialized for Phase 1 
- *  Muon seeds
- * 
- *  \author Luca Ferragina (INFN BO), 2024
- */
-
-#include "SimMuon/MCTruth/plugins/SeedToTrackProducerBase.h"
-#include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
-
-typedef SeedToTrackProducerBase<TrajectorySeedCollection> SeedToTrackProducer;
-
-#endif
diff --git a/SimMuon/MCTruth/plugins/SeedToTrackProducerBase.cc b/SimMuon/MCTruth/plugins/SeedToTrackProducerBase.cc
index fb824635d83..f0096a01b81 100644
--- a/SimMuon/MCTruth/plugins/SeedToTrackProducerBase.cc
+++ b/SimMuon/MCTruth/plugins/SeedToTrackProducerBase.cc
@@ -6,15 +6,12 @@
  */
 
 #include "SimMuon/MCTruth/plugins/SeedToTrackProducerBase.h"
-
 #include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
 #include "Geometry/Records/interface/TrackerTopologyRcd.h"
 
 #include "DataFormats/TrajectorySeed/interface/TrajectorySeed.h"
 #include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h"
-
-template class SeedToTrackProducerBase<std::vector<TrajectorySeed>>;
-template class SeedToTrackProducerBase<std::vector<L2MuonTrajectorySeed>>;
+#include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h"
 
 //
 // constructors and destructor
@@ -152,3 +149,12 @@ TrajectoryStateOnSurface SeedToTrackProducerBase<SeedCollection>::seedTransientS
       trajectoryStateTransform::transientState(tmpTSOD, &(tmpGeomDet->surface()), &mgField);
   return tmpTSOS;
 }
+
+#include "FWCore/Framework/interface/MakerMacros.h"
+#include "FWCore/PluginManager/interface/ModuleDef.h"
+
+typedef SeedToTrackProducerBase<TrajectorySeedCollection> SeedToTrackProducer;
+typedef SeedToTrackProducerBase<L2MuonTrajectorySeedCollection> Phase2SeedToTrackProducer;
+
+DEFINE_FWK_MODULE(SeedToTrackProducer);
+DEFINE_FWK_MODULE(Phase2SeedToTrackProducer);

solves, by the way I think we should get rid of the SealModule.cc entirely.

@iarspider
Copy link
Contributor

@mmusich could you please open a PR with this fix? Thanks!

@mmusich
Copy link
Contributor

mmusich commented Dec 9, 2024

#46902

@dan131riley
Copy link

We're also getting segfaults in ROOT6 wf 24034.0 that may be related.

CMSSW_15_0_ROOT6_X_2024-12-08-2300:

#3  <signal handler called>
#4  0x0000147fc9938a85 in SeedToTrackProducerBase<std::vector<L2MuonTrajectorySeed, std::allocator<L2MuonTrajectorySeed> > >::produce(edm::StreamID, edm::Event&, edm::EventSetup const&) const () from /cvmfs/cms-ib.cern.ch/sw/x86_64/week1/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_ROOT6_X_2024-12-08-2300/lib/el8_amd64_gcc12/pluginSimMuonMCTruthPlugins.so

Preceded by

%MSG-e SeedToTrackProducerBase:   Phase2SeedToTrackProducer:hltPhase2L2MuonSeedTracks 09-Dec-2024 07:54:05 CET  Run: 1 Event: 1
L2 seeds collection not found !! 

@mmusich
Copy link
Contributor

mmusich commented Dec 9, 2024

We're also getting segfaults in ROOT6 wf 24034.0 that may be related.

isn't it already addressed at #46896 ?

@dan131riley
Copy link

We're also getting segfaults in ROOT6 wf 24034.0 that may be related.

isn't it already addressed at #46896 ?

Yes, looks like it. Somehow I missed that PR while checking if it had already been addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants