1 / 4

Bug fix of Aug06 data and Strip merge scheme

Bug fix of Aug06 data and Strip merge scheme. Acfa-Sim-J meeting 2006/10/17 H.Ono Niigata University. (C) Rei Hori. Aug06 bug fixing. Aug06 EM/HD cellID overlap problem can be solved by adding a constants to Hadron cellID at S4ExactHit::GetCellID() which is called at the S4CALHit

Télécharger la présentation

Bug fix of Aug06 data and Strip merge scheme

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. Bug fix of Aug06 dataandStrip merge scheme Acfa-Sim-J meeting 2006/10/17 H.Ono Niigata University GLD Full Simulator study (C) Rei Hori

  2. Aug06 bug fixing • Aug06 EM/HD cellID overlap problem can be solved by adding a constants to Hadron cellID at S4ExactHit::GetCellID() which is called at the S4CALHit • EM cellID over the nEMTotalCellID and HD cellID was generate by • cellID=EMID; • cellID=nEMTotals+(HDID); • EMID should be smaller than nEMTotals, but over by bug. • nEMTotals+consts+HDID can be solved. GLD Full Simulator study

  3. Strip merging scheme • S4CAL.NStrip.X: 4 • S4CAL.NStrip.YZ: 1 • S4CAL.FirstStripDir: kFALSE • MergeCellID( cellID, isEM, isBarrel ) is called at S4CALHit and set the merged cellID. • GetListOfMergedCellIDs() • Retrun non merged cellIDs in strip. GLD Full Simulator study

  4. Merged IDs Cell BoundaryCell 1 4 2 3 5 6 0 0 7 0 0 3 2 1 4 0 0 3 0 1 2 5 0 1 2 0 0 3 0 1 2 0 1 MergedCellID() 0 0 1 0 0 MergedPosition() GLD Full Simulator study

More Related