- BEMC
- BTOF
- DAQ
- Detector Upgrades
- EEMC
- EPD
- 2017 cosmic ray tests at OSU and BNL
- Calibrations
- EPD Meetings
- EPD Slow-Control Manual
- EPD-GSTAR
- IV Scan
- Individual's pages
- Known issues and problems
- Mapping
- Offline DataBase
- Operations 2017
- Operations 2018
- Operations 2019
- Operations 2024
- Software
- Start-of-run EPD tasks and instructions
- Useful EPD documents
- Useful Links
- ETOF
- FCS
- FGT
- FPD & FMS & FPS
- FTPC
- FTT
- HFT
- HLT
- L3
- MTD
- MTD NPS Maps
- PMD
- PP2PP
- RICH
- Roman Pot Phase II*
- Run-18 calibrations
- SSD
- SVT
- Slow Controls
- TPC
- TRG
- Trigger Detectors
- VPD
- test
Geometry information for use in codes
Updated on Thu, 2019-09-12 15:29 by iupsal. Originally created by lisa on 2017-03-18 17:05.
Under:
It is part of the StEpdUtil package (on RCAF, 'cvs co StRoot/StEpdUtil'), which also includes StBbcGeom (the geometry for the BBC, obviously), and StEpdEpFinder, which finds the Event Planes for you.
One often wants the phi and eta for a given tile.
In the attached file TestGeometry.txt there are two Double_t arrays that you can cut and paste into your code. It is a root macro. (drupal does not allow .C extension, so it is uploaded as .txt)
Double_t EpdTilePhi[2][12][31]
The numbering of the supersector positions (PP) are such that it follows a clock face, when seen by particles flying into the detector. I.e. when viewed from (0,0,0) in the TPC. If you look at an EPD wheel from the outside, the numbering goes "counter-clockwise." See description in the StEpd software documentation for more discussion of this.
Keep in mind the official STAR Coordinate system:
EpdTileCenterRadii_v4.ods is the spreadsheet which was used to calculate the geometric center of the various tiles. This center location is not trivial because the supersector design makes all but the first of the tiles asymmetric, where one side is higher than the other. An image is embedded in the spreadsheet where the basic trig calculations are done. The goal was to get these values for the psuedorapidity, so, for simplicity, the supersector was assumed to be centered on the y coordinate, which is true for no actual supersectors. Thus, if one wants the proper phi coordinate it is necessary to rotate the coordinates by (15 degrees)/2 for the first sector of the first supersector.
Additionally this spreadsheet was used for calculating the eta of the edges of each tile, as will be in the EPD NIM paper. A version of such a table was in the EPD construction proposal, but there appears to be some mistake in the calculation.
The scintillator of the EPD is assumed to start 4.6cm from the beamline, as designed. For reasons unclear to me the construction proposal has 4.5cm for this distance, but the difference is negligible. In reality there is a 1.65mm-thick epoxy gap between the tiles. This is not part of the calculation. One tile is assumed to end along the center of the gap and the next tile begins along the same line.
Important!
The information on this page can be very helpful, but if you are running root (not necessarily root4star), please use the StEpdGeom class. It has all the geometrical information you will ever need.It is part of the StEpdUtil package (on RCAF, 'cvs co StRoot/StEpdUtil'), which also includes StBbcGeom (the geometry for the BBC, obviously), and StEpdEpFinder, which finds the Event Planes for you.
One often wants the phi and eta for a given tile.
In the attached file TestGeometry.txt there are two Double_t arrays that you can cut and paste into your code. It is a root macro. (drupal does not allow .C extension, so it is uploaded as .txt)
Double_t EpdTilePhi[2][12][31]
- first index is EW=0/1 - 0 means East wheel and 1 means West wheel
- second index is PP (position number)
- third index is TT (tile number)
- first index is EW
- second index is PP
The numbering of the supersector positions (PP) are such that it follows a clock face, when seen by particles flying into the detector. I.e. when viewed from (0,0,0) in the TPC. If you look at an EPD wheel from the outside, the numbering goes "counter-clockwise." See description in the StEpd software documentation for more discussion of this.
Keep in mind the official STAR Coordinate system:
- +x points South
- +y points up (thank goodness)
- +z points West
EpdTileCenterRadii_v4.ods is the spreadsheet which was used to calculate the geometric center of the various tiles. This center location is not trivial because the supersector design makes all but the first of the tiles asymmetric, where one side is higher than the other. An image is embedded in the spreadsheet where the basic trig calculations are done. The goal was to get these values for the psuedorapidity, so, for simplicity, the supersector was assumed to be centered on the y coordinate, which is true for no actual supersectors. Thus, if one wants the proper phi coordinate it is necessary to rotate the coordinates by (15 degrees)/2 for the first sector of the first supersector.
Additionally this spreadsheet was used for calculating the eta of the edges of each tile, as will be in the EPD NIM paper. A version of such a table was in the EPD construction proposal, but there appears to be some mistake in the calculation.
The scintillator of the EPD is assumed to start 4.6cm from the beamline, as designed. For reasons unclear to me the construction proposal has 4.5cm for this distance, but the difference is negligible. In reality there is a 1.65mm-thick epoxy gap between the tiles. This is not part of the calculation. One tile is assumed to end along the center of the gap and the next tile begins along the same line.
»
- Printer-friendly version
- Login or register to post comments