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

bsunanda:Phase2-ft09 Add Reco geometry for Fast Timing #16562

Merged
merged 1 commit into from Nov 16, 2016

Conversation

bsunanda
Copy link
Contributor

This is the first attempt to provide reconstruction geometry for fast timing layers

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 11, 2016

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @bsunanda for CMSSW_8_1_X.

It involves the following packages:

Geometry/CaloEventSetup
Geometry/CaloTopology
Geometry/HGCalCommonData
Geometry/HGCalGeometry
Geometry/Records

@civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@bsunanda
Copy link
Contributor Author

@ianna It will be nice if this could be a part of 8_1_0

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@bsunanda
Copy link
Contributor Author

@ianna could you approve this so that it can be a part of 8_1_0?

@bsunanda
Copy link
Contributor Author

@lgray This is the very first attempt - I have not yet tested it. The test function is to be written for this and then I update the scenario

@lgray
Copy link
Contributor

lgray commented Nov 11, 2016

@bendavid

@lgray
Copy link
Contributor

lgray commented Nov 11, 2016

@bsunanda Thanks, I'll take a look ASAP.

@bsunanda
Copy link
Contributor Author

@ianna Please approve this

@ianna
Copy link
Contributor

ianna commented Nov 14, 2016

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @smuzaffar

DetId nextId= goNorth(id);
std::vector<DetId> vNeighborsDetId;
if (! (nextId==DetId(0)))
vNeighborsDetId.push_back(DetId(nextId.rawId()));
Copy link
Contributor

Choose a reason for hiding this comment

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

@bsunanda - why the conversion from DetId to uint back to DetId?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I shall correct this later on. But most likely we would not use the neighbor code immediately. Please include this in 8_1_0 and the improved code will be put for 9_0_X. I spotted similar problem in HGCalTopology class as well

Copy link
Contributor

Choose a reason for hiding this comment

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

so how do you propose to keep track of the issue (seems more work to remember than to fix..)

@bsunanda
Copy link
Contributor Author

@davidlange6 If you integrate this now I shall put up the next PR once I have the new IB. It will repair not only this Topology class and all the others in this package

@davidlange6
Copy link
Contributor

+1
Thanks @bsunanda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants