-
Notifications
You must be signed in to change notification settings - Fork 4.6k
bug Fix on the average charge computation. #47309
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
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4b4ac65
debug avgCharge variable
vmuralee 9517b94
compress barycentre
vmuralee 8971117
Update SiStripCluster.cc
vmuralee efc4fb0
Update SiStripApproximateCluster.cc
vmuralee dd954e7
Update SiStripApproximateCluster.h
vmuralee abd2337
compressed barycentre
vmuralee 18d51b7
Update compressed barycentre
vmuralee 3bdde56
Update compressed barycentre
vmuralee 6a73416
Update classes_def.xml
vmuralee 374a71c
Update compBarycenter
vmuralee 1240b46
Update maxRange_
vmuralee 7a28d94
Update compBarycenter()
vmuralee 60938e3
Update SiStripCluster.cc
vmuralee f6d3f6f
assert added for returning barycentre
vmuralee 98d6e8e
added assert message approxcluster
vmuralee dbb9102
assert added
vmuralee d9413bc
assert added
vmuralee 86e263a
Create Era_Run2024_pp_on_PbPb_approxSiStripCluster.py
vmuralee 1476ada
Create Run2024_pp_on_PbPb.py
vmuralee b1f0598
Update Era_Run2024_pp_on_PbPb_approxSiStripCluster.py
vmuralee 657740e
Merge branch 'cms-sw:master' into myDev
vmuralee 3d508f2
Update SiStripApproximateCluster.h with 770 maxbaryoenter
vmuralee 3ceca39
Update Era_Run2024_pp_on_PbPb_approxSiStripCluster.py
vmuralee 53f2ccb
Merge branch 'cms-sw:master' into myDev
vmuralee ca30a98
Update SiStripApproximateCluster.h
vmuralee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
Configuration/Eras/python/Era_Run2024_pp_on_PbPb_approxSiStripCluster.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 | ||
| from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA | ||
| from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters | ||
| from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3 | ||
| from Configuration.ProcessModifiers.trackingNoLoopers_cff import trackingNoLoopers | ||
|
|
||
| Run3_pp_on_PbPb_approxSiStripClusters_2024 = cms.ModifierChain(Run3_2024.copyAndExclude([trackingNoLoopers]), approxSiStripClusters) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 | ||
| from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA | ||
| from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters | ||
| from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3 | ||
|
|
||
| Run3_pp_on_PbPb_approxSiStripClusters_2024 = cms.ModifierChain(Run3_2024)#, approxSiStripClusters, pp_on_AA, pp_on_PbPb_run3) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what's this file for?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was used to compare the approximated and default strip cluster collection. Anyway, it is droped in the new PR. |
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this file for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To re-run the RECO step, where Track,jet and met are reconstructed using approximated cluster collection.