Fix merge conflicts from CMSSW_17_0_X#50696
Conversation
CaloTruthAccumulator is updated to produce multiple SimCluster collections: - CaloParticle collection - SimCluster "CaloParticle" collection (same thing but in SimCluster dataformat, simplifies consumers) - SimCluster "legacy" collection (identical behaviour as SimCluster before this commit) - SimCluster "boundary" collection : creates a SimCluster for every SimTrack crossing calorimeter boundary (and having cumulative simhits from itself or its simtrack descendents). Can be used in replacement of "legacy" collection (the only difference is for primary photons that do not convert before boundary). - SimCluster "merged" collection : merges very collimated SimTrack into one SimCluster (only from same CaloParticle). For now it uses fastjet anti-kt with very small distance parameter (0.05) It also produces RefVector to map SimCluster to CaloParticle
…d at the end of each event
…new" (boundary, merged, CaloParticle-SimCluster) SimCluster collections
Elements are frequently inserted and erased to the map.
Produce multiple SimCluster collections in CaloTruthAccumulator
…cMonitor Speed up ModuleEventAllocMonitor
|
type evo |
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50696/48957 ERROR: Build errors found during clang-tidy run. |
752373d to
b4e1d2c
Compare
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50696/48960 |
|
A new Pull Request was created by @Dr15Jones for CMSSW_17_0_EVOLUTION_X. It involves the following packages:
@Dr15Jones, @civanch, @kpedro88, @makortel, @mdhildreth, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
-1 Failed Tests: RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here:
Failed RelVals |
|
this resolves merge conflicts for evo branch |
665cf3c
into
cms-sw:CMSSW_17_0_EVOLUTION_X
PR description:
This fixes merge conflicts with the main line.
PR validation:
resolves cms-sw/framework-team#2150