1 / 6

CSC global & local coordinates

CSC global & local coordinates. A list of clusters and associated strips. Layer 1. Global positions. Layer 2. Layer 3. Layer 4. Strips #60 of each layer are at the same global position for ALL layers. Why?.

kostya
Download Presentation

CSC global & local coordinates

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSC global & local coordinates E. Lancon

  2. A list of clusters and associated strips Layer 1 Global positions Layer 2 Layer 3 Layer 4 Strips #60 of each layer are at the same global position for ALL layers E. Lancon

  3. Why? • There is only one common surface defined for every layer in CscRdoToCscPrepData.cxx • This surface is the center of the CSC module • All local coordinates are projected onto this surface for local->global transformations • Solution ? In CscRdoToCscPrepData.cxx : • From : const GlobalPosition* globalWirePos = descriptor->surface().localToGlobal( *localWirePos ); • To : const GlobalPosition* globalWirePos = descriptor->surface(channelId).localToGlobal( *localWirePos ); E. Lancon

  4. global <-> local transformations • As the axis passing by the chamber center and orthogonal to the chamber entrance plane do no point to the origin (0,0) • An effective rotation of 0.266 degree is applied at center • Vary with depth (layer) inside module • See next slide E. Lancon

  5. Amdb : • axis : normal to CSC entrance plane • chamber center is 35.517mm down CSC Transverse View Points to (0,0) Points to (0,0) • Geomodel : • Axis normal to CSC entrance plane • crosses at chamber center • This axis is used for .transform it is wrong… Does not Point to (0,0) E. Lancon

  6. Consequence/solution? • Global->Local transformation wrong up to ~200 microns • CscRdoToCscPrepData.cxx, CscThresholdClusterBuilder.cxx and some others have to be modified, • Alternatives : • Surface::center shifted by 35.517mm • Surface::plane rotated according to position in depth? • 1. Looks the simplest? • The GeoModel looks OK. E. Lancon

More Related