1 / 13

Detector Simulation Examples

Detector Simulation Examples. From the LHCb twiki page : SetupProject LHCb setenv tagA head-20090914 setenv tagB sim-20111020-vc-md100 mkdir myDDDB-Tutorial-LHCb-Feb2012 dump_db_to_files.py -c sqlite_file :$SQLITEDBPATH/ DDDB.db /DDDB -T $ tagA

lois
Download Presentation

Detector Simulation Examples

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. Detector Simulation Examples

  2. From the LHCbtwiki page : SetupProjectLHCb setenvtagA head-20090914 setenvtagBsim-20111020-vc-md100 mkdir myDDDB-Tutorial-LHCb-Feb2012 dump_db_to_files.py -c sqlite_file:$SQLITEDBPATH/DDDB.db/DDDB -T $tagA -d myDDDB-Tutorial-LHCb-Feb2012 dump_db_to_files.py -c sqlite_file:$SQLITEDBPATH/SIMCOND.db/SIMCOND -T $tagB -d myDDDB-Tutorial-LHCb-Feb2012 • For the tutorial Copy the subdirectories TutorialExample, LHCb, AfterMagnet from /afs/cern.ch/user/s/seaso/public/Det/Tutorial/myDDDB-Tutorial-LHCb-Feb2012 area Creating a DB slice

  3. Using Panoramix for Geometry Visualization • The new geometry element is part of a DB slice . • Let us call this local Db slice : ‘myDDDB-Tutorial-LHCb-Feb2012’ • Step1: Create a file ‘DetDb_Tutorial.py’ which has something like: from Configurables import LHCbApp, CondDB, UpdateManagerSvc,DDDBConffrom Gaudi.Configuration import *lhcbApp = LHCbApp()DDDBConf().DbRoot = "/afs/cern.ch/user/s/seaso/scratch0/cmtuser/SQLDDDB/db/myDDDB-Tutorial-LHCb-Feb2012/lhcb.xml"CondDB().Tags['DDDB'] = 'HEAD'lhcbApp.DDDBtag = "head-20110914"lhcbApp.DataType = "2010"lhcbApp.Simulation = TrueLHCbApp().CondDBtag = "sim-20111020-vc-md100" • Step2: SetupProjectPanoramix v20r2 python $mypanoramix --BareConfig 1 –f none -v DetDb_Tutorial.py

  4. Using Panoramix for Geometry Visualization In the Panoramix window, click through the geometry tree • Step3: dd Structure Geometry AfterMagnetRegion TutorialMaster lvTutorialMaster Use the info from HelpGeometry to navigate into the volumes Step 4: • Demonstration from an lxplus window. • Simple Solids, Boolean subtracted Solid. • Array of solids

  5. Panoramix Demonstrations • More info related to • running Panoramix • and copying the XmlVis • in backup slides

  6. More Examples • Example Volumes : Three PixelContainersinside TutorialMaster • Arrays of pixels inside each PixelContainer Demonstration using Panoramics

  7. Exercises Create a boolean subtracted Box , starting from the Tutorial example and visualize it in Panoramix. It can be a box with two cylindrical holes. Example shown here. Use the instructions in earlier slides To get the DB, before making modifications. The instructions for Running panoramix are also in earlier slides. An example solution is also provided in the database.

  8. Exercises In the example with Pixelcontainer, create pixels in a way which is symmetric around the beam axis. An example is shown here with pixels in the shape of r-phi geometry. Optional: Use this to run Gauss with particle gun and print (a) The location of where the tracks are incident on the PixelContainer. (b) The location of where the tracks are incident on the pixels. Use the instructions from backup slides to run Gauss.

  9. BACKUP SLIDES

  10. DB Slice for Tutorial : Instructions for Panoramix • For the Tutorial, a DB slice is made where the RICH2 is temporarily kept aside. • The space for that is used to create a TutorialMaster Volume within which • we can create additional volumes in this tutorial. • This can be copied to your area using instructions on page 2 • Visualization attributes to volumes (colours , wire frames etc). • /afs/cern.ch/user/s/seaso/public/Tutorial/XmlVis /xml/TutorialVisAtts.xml • and TutorialLogVols.xml • In this the attributes are set in these two files. setenvProjectPanoramix v20r2 cd ~/cmtuser/Panoramix_v20r2 getpack Vis/XmlVis head copy the two files from the above mentioned area to your XmlVis /xml area. Optional: getpack Vis/Panoramix v20r2 run $mypanamix from the options area of this panoramix.

  11. Example running of Gauss • setenvGauss v41r1 • cd ~/cmtuser/Gauss_v41r1 • getpackSim/Gauss v41r1 • getpack Gen/LbPGuns • Copy the package GaussTutorial to the Sim area. • Compile the GaussTutorial • Edit Gauss requirements to use this packge • Copy the options files in • /afs/cern.ch/user/s/seaso/public/Simulation/Tutorial/TutorialOptions • copy the options file ParticleGun_rich2.py from • /afs/cern.ch/user/s/seaso/public/Simulation/Tutorial/Gen/LbPGubs/options area. • gaudirun.py Gauss-DB-Feb2012-Tutorial.py • Gauss_Job_TutorialUserPackage.py

  12. Exercise solutions 1: In the ../myDDDB-Tutorial-LHCb-Feb-2012/TutorialExample cp geometry_exercise1.xml geometry.xml cp structre_basic.xml structure.xml SetupProjectPanoramix v20r2 python $mypanoramix --BareConfig 1 –f none -v DetDb_Tutorial.py 2: In the ../myDDDB-Tutorial-LHCb-Feb2012/TutorialExample cp geometry_exercise2.xml geometry.xml Then run panoramix as above To run gauss use the instructions on the previous slide

  13. Options for using volumes inside TutorialMaster geometry_setA.xml : basic geometry geometry_SetP.xml : few boolean solids geometry_SetCoinA.xml : array of coins geometry_SetPix.xml : PixelContainer geometry_Exercise1.xml, geometry_Exercise2.xml, geometry_Exercise3.xml: solutions to the exercises cp geometry_xxx.xml geometry.xml for the using the various setups structure_basic.xml : basic geometry, boolean solids , PixelContainer etc. With PixelContainergeometry: structure_GenericDetElem.xml : generic detector element structure_MasterSpDetElem.xml : customized detector element. structure_exercise3.xml : solution to exercise 3 cp structure_xxx.xml structure.xml to use the various options. Tutorial DB options

More Related