1 / 27

NICADD Test Beam Simulations

NICADD Test Beam Simulations. Project Geometry Standalone TBMokka Comparisons Plans. Project. NICADD collaboration with DESY/Calice Test Beam Prototype: ECal, HCal, Tail Catcher ECal/HCal similar to SDJan03 layering Sensitive Materials: Polystyrene, Silicon

doyle
Download Presentation

NICADD Test Beam Simulations

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. NICADD Test Beam Simulations Project Geometry Standalone TBMokka Comparisons Plans Test Beam Simulations

  2. Project • NICADD collaboration with DESY/Calice • Test Beam Prototype: ECal, HCal, Tail Catcher • ECal/HCal similar to SDJan03 layering • Sensitive Materials: Polystyrene, Silicon • NICADD concentration on Tail Catcher • TB/Mokka, TB standalone • Other projects at DESY (Geant4/Geant3) • concept generalizable to any “box-like” calorimeter Test Beam Simulations

  3. Geometry Overview Component No. Layers * thickness = total thickness X x Y dim. (m) Materials HCal 50 * 2.5 cm = 125 cm 1 x 1 Stainless Steel, Polystyrene ECal 30 * 5 mm = 15 cm 1 x 1 W, G10, Si, Cu, Air Tail Catcher 6 * 10.5 cm = 63 cm 1.5 x 1.5 Same as HCal Total 203 cm max 1.5 x 1.5 - Test Beam Simulations

  4. ECal Front Side 1 m ~6 cm Test Beam Simulations

  5. HCal Front Side (Angled) 1.25 m 1 m Test Beam Simulations

  6. Tail Catcher Side Front (Hor) Front (transparent) Front (Vert) 63 cm 1.5 m 1.5 m Test Beam Simulations

  7. Alternate TC Configurations 12 layers 10-layer Fine Test Beam Simulations

  8. Cells Component Layers Cells / Layer Total Cells HCal 50 100 inner + 364 outer = 464 23,200 ECal 30 10,000 300,000 Tail Catcher 6 15 90 Total 86 - 323,290 1.5 m Test Beam Simulations

  9. Test Beam Standalone • G4 project • g4phys library (Mokka v01-05), popt • GPS • placement for each cell • custom geometry map • text output format • available via CVS Test Beam Simulations

  10. TB Hits Processing TBSensitiveDetector::ProcessHits() PhysVolInfo *pinfo = PhysVolMap->GetPhysVolInfo(physVol); TBCellHit *theHit = CellHit(physVol); if (!theHit) { theHit = new TBCellHit(); if (pinfo) { theHit->SetPhysVolInfo(pinfo); mapHits.insert(HitMapPair(physVol,theHit)); PhysVolInfo::PhysVolType vtype = pinfo->GetVolType(); if (vtype == PhysVolInfo::CELL) { theHit->IncrEdep(edep); TBTrackInformation *tinfo = (TBTrackInformation*)(aStep->GetTrack()->GetUserInformation()); theHit->IncrTrkEdep(tinfo->GetTrackID(),edep); } else if (vtype == PhysVolInfo::ABSORBER) { theHit->IncrAbsEdep(edep); } } Test Beam Simulations

  11. Text Output Format EVENT evt_no TRACK n_tracks PDGcode x y z px py pz ECAL n_hits layer_n … x y z cell_edep abs_edep n_tracks track_n track_edep … HCAL … … TAILCATCHER … … Test Beam Simulations

  12. Event Display Test Beam Simulations

  13. TBMokka • Mokka v02-01 • Geometry Driver • Sensitive Detector • Cell Replicas • X/Z cell dimensions • Indexing scheme started • LCIO output • “proof of concept” for Mokka driver authoring • includes additions to Mokka code, such as working indexing scheme in Geometry/CGA/CellHit.cc Test Beam Simulations

  14. Mokka CGA Model TBecal00 Databases TBhcal00 hcal layer_inner layer_outer layer_thickness TBecal00 ecal layer layer_thickness TBcatcher00 catcher layer layer_thickness Drivers TBhcal00 TBecal00 TBcatcher00 Test Beam Simulations

  15. Histograms • initial TB/TBMokka comparisons • all samples 20 GeV pions unless otherwise noted • performed with JAS3: AIDA, LCIO reader, txt FileMgr • ... Test Beam Simulations

  16. TB: HCal Live Edep Test Beam Simulations

  17. TB: HCal Live Edep Test Beam Simulations

  18. TB: % Edep in Inner Cells Test Beam Simulations

  19. TBMokka: Component Hit Number Test Beam Simulations

  20. Number of Hits per Event Test Beam Simulations

  21. Edep by Event 200 piplus @ 20 GeV (all comparison histos) Test Beam Simulations

  22. Hit Edep Test Beam Simulations

  23. ECal: Number of Hits per Event Test Beam Simulations

  24. ECal: Number of Hits by Layer Test Beam Simulations

  25. HCal: Number of Hits Test Beam Simulations

  26. Plans • improve TBMokka performance • TB runtime geometry specification • find source of discrepancies in # hits/edep and eliminate • common physics list • introduce TBMokka to European sim. teams (Calice/DESY) • TBMokka into Mokka CVS Test Beam Simulations

  27. Additional Information • Homepage: http://nicadd.niu.edu/~jeremy/g4proj • Source Browser: http://nicadd.niu.edu/~jeremy/tbeam/html/ • CVS (bash): • export CVSROOT=:ext:lcdguest@nicadd.niu.edu:/cvs • export CVS_RSH=ssh • cvs co tbeam • password: lcd_2004 • g4phys: http://nicadd.niu.edu/~jeremy/download/g4phys.tgz • popt: http://www.gnu.org/directory/libs/popt.html Test Beam Simulations

More Related