Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | Getting Started with Reconstruction for SiD(Sillicon Detector) Tracking system | |||||||
> > | Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | |||||||
Deleted: | ||||||||
< < | Tracking system in SiD(Sillicon Detector) represented by such components: Main Tracker(all sillicon ), Vertex Detector, Forward Tracker. | |||||||
| ||||||||
Changed: | ||||||||
< < | Important version notes | |||||||
> > | Project AimThe main aim of the project is the Physics sensitivity studies(Higgs physics, top quark Physics, beyond standart model physics) at future ILC(International Linear Collider). The project focused on simulation, reconstruction, physics analysis of of the results Tracking system from SiD(Sillicon Detector). Below you can find link to the brief report on the progress: | |||||||
Deleted: | ||||||||
< < | We are running on SL6 machines and haven't tried other architectures. Note that you must have cvmfs installed (ask your local sysadmin).
Latest update was on 5 Sept 16, using the latest ilcsoft release v01-17-10 for everything. | |||||||
Added: | ||||||||
> > | MC TruthTrackingAim of the MC Truth Tracking is to get make sure that we can get sensible results from analysis of the data from the simulation/reconstruction chain. Below you can find Pulls distribution track parameters, which indicate good performance of the MC Truth Tracking: | |||||||
Changed: | ||||||||
< < | Running simulation | |||||||
> > |
| |||||||
Changed: | ||||||||
< < | Assuming you are in the lcgeo directory (else do cd ../ ), and that you have initialised your session as above, do
python example/lcio_particle_gun.py ddsim --compactFile=SiD/compact/SiD_o2_v01/SiD_o2_v01.xml --runType=batch --inputFile mcparticles.slcio -N=1 --outputFile=testSiD_o1_v03.slcio | |||||||
> > | Pattern recognition (Conformal tracking ) | |||||||
Added: | ||||||||
> > | Tracker optimization studies | |||||||
Deleted: | ||||||||
< < | MC TruthTracking | |||||||
Changed: | ||||||||
< < | Visualizing the output using CED | |||||||
> > | Physics sensitivity studies | |||||||
Deleted: | ||||||||
< < | Note that for the event display to work I had to ask my local sysadmin to install freeglut (e.g. for SLC6, freeglut-2.6.0-1.el6.x86_64 ) so that the library libglut.so was available. Point to a CED installation with glced:
export PATH=/cvmfs/ilc.desy.de/sw/x86_64_gcc44_sl6/CED/v01-09-02/bin/:$PATHA few extra parameters are missing from the SiD_o1_v03.xml in v01-17-10 , so download and put the modified SiD_o1_v03a.xml attached to this page in your local lcgeo/SiD/compact/SiD_o1_v01/ directory.
You may need to make the following environment modification, depending on your local machine and how you connect to it:
unset LIBGL_ALWAYS_INDIRECTBelow you can see visualization of ttbar event: ![]() Running digitization and reconstructionUse the latest SiDReconstruction.xml attached to this twiki page. You also need to have the basic gear_sid.xml file in your directory. For example (assuming you are in thelcgeo directory):
wget https://twiki.ppe.gla.ac.uk/pub/LinearCollider/GlaSiDGettingStarted/SiDReconstruction_v03_160711.xml wget https://twiki.ppe.gla.ac.uk/pub/LinearCollider/GlaSiDGettingStarted/gear_sid.xmlOnce you've done this, and assuming you are still in the lcgeo directory, and you have initialised your session as above, run
Marlin SiDReconstruction_v03_160711.xmland this will produce a file named sitracks.slcio located in the current directory. | |||||||
Deleted: | ||||||||
< < | Pattern recognition (Conformal tracking ) | |||||||
| ||||||||
Added: | ||||||||
> > |
|