Update HLTPixelThrustFilter to consider saturated pixels#50167
Update HLTPixelThrustFilter to consider saturated pixels#50167cmsbuild merged 3 commits intocms-sw:masterfrom
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50167/48115 |
|
A new Pull Request was created by @stahlleiton for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50167/48124 |
|
Pull request #50167 was updated. @Martin-Grunewald, @cmsbuild, @mmusich, @tvami can you please check and sign again. |
|
test parameters:
|
|
@cmsbuild, please test |
|
Pull request #50167 was updated. @Martin-Grunewald, @cmsbuild, @mmusich, @tvami can you please check and sign again. |
|
please test |
|
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
|
|
||
| size_t nSatPixels(0); | ||
| std::vector<reco::LeafCandidate> vec; | ||
| vec.reserve(clusters.size() * 1000); |
There was a problem hiding this comment.
where's the 1000 coming from?
There was a problem hiding this comment.
I checked locally with HIForward data and UPC MC, and saw that there were up to around 250 clusters in a detset, so to be conservative I multiplied the number of detsets by 1000 to reserve the vector. If prefered, I could either remove the reserve or count the total number clusters before reserving.
There was a problem hiding this comment.
I am not sure how stable that number is going to be at the very end of the lifetime of the detector.
There was a problem hiding this comment.
ok, in 915148b now it counts the total before reserving
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50167/48401 |
|
Pull request #50167 was updated. @Martin-Grunewald, @cmsbuild, @mmusich, @tvami can you please check and sign again. |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50167/48406 |
|
Pull request #50167 was updated. @Martin-Grunewald, @cmsbuild, @mmusich, @tvami can you please check and sign again. |
|
+hlt
|
|
@cms-sw/analysis-l2 : Please have a look and let me know if you have further comments or it is fine to sign, thanks. |
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
+1
|
|
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. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
This PR updates the HLTPixelThrustFilter module, which filters on the transverse thrust value of pixel clusters, to allow the option to also compute the transverse thrust considering only saturated pixel clusters or to cut on the number of pixel clusters.
This HLT filter is only used so far in the HIon menu to search for low-mass magnetic monopoles in ultra-peripheral PbPb collisions, which apart from leading to large values of transverse thrust are also expected to be highly ionizing and tend to saturate the pixel clusters. As such, adding the option to select on saturated clusters can help to further reduce the contributions from beam background, which in 2025 PbPb data taking ended up been much larger than in previous years.
PR validation:
Tested with relvals 141.201,141.202,142.201,142.202,143.201,143.202,144.201,144.202,180.0.180.1,181.0,181.1,182.0,182.1,183.0,183.1
@mandrenguyen @flodamas @vince502