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

L1t hgcal centers #16

Closed
wants to merge 3 commits into from
Closed

Conversation

amarini
Copy link

@amarini amarini commented Aug 27, 2021

@@ -445,7 +445,7 @@ void L1TCorrelatorLayer1Producer::initSectorsAndRegions(const edm::ParameterSet
if (etaWidth > 2 * l1ct::Scales::maxAbsEta())
throw cms::Exception("Configuration", "caloSectors eta range too large for eta_t data type");
for (unsigned int iphi = 0; iphi < phiSlices; ++iphi) {
float phiCenter = reco::reduceRange(iphi * phiWidth); //align with L1 TrackFinder phi sector indexing for now
float phiCenter = reco::reduceRange(iphi * phiWidth + M_PI/6.); //align with L1 TrackFinder phi sector indexing for now
Copy link
Owner

Choose a reason for hiding this comment

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

Better update also the comment, e.g. write that in the present geometry the HGCal sector phi centers are at 30, 150, 270 degrees.

@gpetruc gpetruc closed this Sep 28, 2021
gpetruc pushed a commit that referenced this pull request Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants