-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Modify RPC isFront function to match criteria with will be modified RPC geometries for Run, Run 3 and Run 4 #47138
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
base: master
Are you sure you want to change the base?
Changes from all commits
69230c4
da8fdc5
43fe3e4
78cbb54
711d5c7
0317407
ae40cfd
737cc5f
d04c4fe
77e477f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| phase2_RPC = cms.Modifier() |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| run3_RPC_2025 = cms.Modifier() | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,6 +31,8 @@ class MuonRPCDetLayerGeometryBuilder { | |
| /// Builds the barrel layers. Result vector is sorted inside-out | ||
| static std::vector<DetLayer*> buildBarrelLayers(const RPCGeometry& geo); | ||
|
|
||
| inline static bool useUpdatedRPCIsFront = false; | ||
|
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. As such, you don't read this parameter from the configuration.
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. Correction: |
||
|
|
||
| private: | ||
| static void makeBarrelLayers(std::vector<const GeomDet*>& geomDets, std::vector<MuRodBarrelLayer*>& result); | ||
| static void makeBarrelRods(std::vector<const GeomDet*>& geomDets, std::vector<const DetRod*>& result); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.