-
Notifications
You must be signed in to change notification settings - Fork 19
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
update CellPositionsTool for HCal Allegro #91
update CellPositionsTool for HCal Allegro #91
Conversation
Tagging @faltovaj , @giovannimarchiori and @BrieucF to have a look at the proposed changes |
- will work when the following PRs are merged HEP-FCC/k4RecCalorimeter#91 key4hep/k4geo#350
Hi @mmlynari , |
Hello @giovannimarchiori , |
…PositionsHCalPhiThetaSegTool
RecFCCeeCalorimeter/src/components/CellPositionsHCalPhiThetaSegTool.cpp
Outdated
Show resolved
Hide resolved
RecFCCeeCalorimeter/src/components/CellPositionsHCalPhiThetaSegTool.h
Outdated
Show resolved
Hide resolved
RecFCCeeCalorimeter/src/components/CellPositionsHCalPhiThetaSegTool.h
Outdated
Show resolved
Hide resolved
RecFCCeeCalorimeter/src/components/CellPositionsHCalPhiThetaSegTool.cpp
Outdated
Show resolved
Hide resolved
RecFCCeeCalorimeter/src/components/CellPositionsHCalPhiThetaSegTool.h
Outdated
Show resolved
Hide resolved
Hi @mmlynari, Basically replace everywhere GaudiTool with AlgTool in .h and .cpp, and Then push to the branch used for the PR. Thanks a lot! |
added new CellPositionsHCalPhiThetaSegTool to calculate radii of HCal barrel and HCal endcap on the flight from the geometry. Xml files that include extensions with radii of each layer and cells dimensions are HCalBarrel_TileCal_v02.xml and HCalEndcaps_ThreeParts_TileCal_v02.xml (now included in ALLEGRO_o1_v03.xml)
this should be merged together with PR#350 in k4geo