Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 213 to 213 | ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 241 to 243 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 24 to 24 | ||||||||
Generation/simulation chain | ||||||||
Added: | ||||||||
> > | How to obtain code for simulation and compile itgit clone https://github.com/iLCSoft/lcgeo.git cd lcgeo/ mkdir build cd build/ source /cvmfs/clicdp.cern.ch/iLCSoft/builds/2016-12-15/x86_64-slc6-gcc62-opt/init_ilcsoft.sh cmake -C /cvmfs/clicdp.cern.ch/iLCSoft/builds/2016-12-15/x86_64-slc6-gcc62-opt/ILCSoft.cmake -DBoost_NO_BOOST_CMAKE=ON .. make install | |||||||
Prior simulation of detector response of the SiD, we need to generate particles. In the simple case it can be running script that specifies PDG number of particle, 4 vector of particle and other usefull parameters. | ||||||||
Added: | ||||||||
> > | ||||||||
How to generate file with blank of particlesAssuming that you have installed lcgeo(linear collider geometry package). If not, follow instruction on https://twiki.ppe.gla.ac.uk/bin/view/LinearCollider/GlaSiDGettingStarted . On the fresh login to terminal execute : |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 144 to 144 | ||||||||
Z0 resolution obtained using Z0resolution.cxx script | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | Example how to plot resolutions can be found in momentumres_angle.cxx file, which is attached to the twiki page. | |||||||
| ||||||||
Line: 219 to 219 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 218 to 218 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 48 to 48 | ||||||||
Description of the reconstruction code, How to run it. | ||||||||
Changed: | ||||||||
< < | Reconstruction code for SiD was adopted from CLIC (Clicperformance package). It has following modifications: | |||||||
> > | Reconstruction code for SiD was adopted from CLIC (Clicperformance package), which you can find here : https://svnsrv.desy.de/viewvc/marlinreco/ClicPerformance/trunk/Tracking/ Some macros and scripts have been used from ILD performance package, which you can find here: https://svnsrv.desy.de/viewvc/marlinreco/ILDPerformance/trunk/tracking/ It has following modifications: | |||||||
For layer residuals code we are using hard coded SiDecoderString: "subdet:6,side:3,layer:4,module:12,sensor:1" for decoding. Additionally, We do not do refitting and extrapolating of tracks, what have been implemented in the CLIC code. Assuming that you are on the fresh login in terminal: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 56 to 56 | ||||||||
source /cvmfs/sft.cern.ch/lcg/releases/gcc/4.8.4/x86_64-slc6/setup.sh source /cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/init_ilcsoft.sh cd lcgeo/ | ||||||||
Changed: | ||||||||
< < | wget https://twiki.ppe.gla.ac.uk/pub/LinearCollider/SiDTrackingEfficiencies/Tracking.tar.gz (To get the reconstruction code) tar xvzf Tracking.tar.gz Tracking/ (To unpack archive) | |||||||
> > | wget https://twiki.ppe.gla.ac.uk/pub/LinearCollider/SiDTrackingEfficiencies/Tracking_2_12_16.tar.gz (To get the reconstruction code) tar xvzf Tracking_2_12_16.tar.gz Tracking/ (To unpack archive) | |||||||
cd Tracking/ find(to list all files in the directory) ./src(directory with Marlin processor source codes) | ||||||||
Line: 72 to 72 | ||||||||
./include/fpcompare.h ./CMakeLists.txt ( CMake configuration file ) ./SiDReconstruction_161910_new_bogdan.xml (Marlin steering file) | ||||||||
Deleted: | ||||||||
< < | ./treeDraw.cxx (script to draw residuals per layer with specifying root file) ./make+run.sh~ ./treeDraw_x.cxx (script to draw x layer residuals) ./pulls.cxx ( script that draw pull distributions) ./make+run.sh ( bash script to compile code and to run Marlin with steering file) ./histograms500GeV_ttbar_10000.root (root file with tree structure that contains track reconstruction efficiencies) ./analysis_100_40_10_mu.root (root file with tree structure that contains residuals and pool distribution) ./hitresiduals_layer_40_10_v02_SiD_100.root (root file that have layer residuals ) ./SiD_02_v01_10_10_85.slcio (slcio file that can be used as input for running Marlin) ./gear_sid.xml ( gear with detector specification that attached to the Marlin steering file) | |||||||
Then: mkdir build lib ( make directories) | ||||||||
Line: 90 to 80 | ||||||||
-DILCUTIL_DIR=/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/ilcutil/v01-03/ -C $ILCSOFT/ILCSoft.cmake .. make make install | ||||||||
Changed: | ||||||||
< < | After successful compilation: | |||||||
> > | After successful compilation you will get something like this: [100%] Built target TrackAna Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /afs/phas.gla.ac.uk/user/b/bogdanm/public_ppe/Tracking/lib/libTrackAna.so.1.0.0 -- Installing: /afs/phas.gla.ac.uk/user/b/bogdanm/public_ppe/Tracking/lib/libTrackAna.so.1.0 -- Installing: /afs/phas.gla.ac.uk/user/b/bogdanm/public_ppe/Tracking/lib/libTrackAna.so -- Set runtime path of "/afs/phas.gla.ac.uk/user/b/bogdanm/public_ppe/Tracking/lib/libTrackAna.so.1.0.0" to "/afs/phas.gla.ac.uk/user/b/bogdanm/public_ppe/Tracking/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/root/6.06.02/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/Marlin/v01-09/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/lcio/v02-07-02/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/gear/v01-06/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/CLHEP/2.1.4.1/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/ilcutil/v01-03/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/MarlinTrk/v02-02/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/RAIDA/v01-07/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/DD4hep/v00-16/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/MarlinUtil/v01-12/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/CED/v01-09-01/lib:/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/gsl/2.1/lib" | |||||||
cd .. export MARLIN_DLL=$MARLIN_DLL:$PWD/lib/libTrackAna.so (to link Marlin with compiled object files) | ||||||||
Changed: | ||||||||
< < | Marlin SiDReconstruction_161910_new_bogdan.xml(with specifying slcio file (SiD_02_v01_10_10_85.slcio)) Marlin -c SiDReconstruction_161910_new_bogdan.xml(check given steering file for consistency) | |||||||
> > | Marlin -c SiDReconstruction_021216_new_bogdan.xml(check given steering file for consistency) Marlin SiDReconstruction_021216_new_bogdan.xml(with specifying slcio file (testSiD_o1_v03_1000_muons_Angle_40_Momentum_10.slcio)) ls -ltr You will get such files: -rw-r--r-- 1 bogdanm ilc 3146400 Dec 2 13:32 SiD_Tracks_SiD_o1_v03_100_muons_Angle_40_Momentum_10.slcio (slcio file with tracking information (you can use it afterwards for visualization) -rw-r--r-- 1 bogdanm ilc 11734 Dec 2 13:32 hit_residuals_SiD_o1_v03_100_muons_Angle_40_Momentum_10.root (root file with residuals per later) -rw-r--r-- 1 bogdanm ilc 131753 Dec 2 13:32 global_residuals_SiD_o1_v03_100_muons_Angle_40_Momentum_10.root(root file with pulls, residuals of track parameters) -rw-r--r-- 1 bogdanm ilc 16593 Dec 2 13:32 digi_processors_SiD_o1_v03_100_muons_Angle_40_Momentum_10.root(root file with efficiencies(versus angle or momentum) | |||||||
Line: 182 to 189 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Line: 204 to 210 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 120 to 120 | ||||||||
This is tracking efficiency for momentum range [1,500]GeV
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | ||||||||
Line: 203 to 203 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 201 to 201 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 131 to 131 | ||||||||
Z0 resolution obtained using Z0resolution.cxx script
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure) * This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | ||||||||
Line: 187 to 187 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 202 to 202 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 191 to 191 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 125 to 125 | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt)D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Z0 resolution obtained using Z0resolution.cxx script | ||||||||
Line: 134 to 134 | ||||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure) | ||||||||
Changed: | ||||||||
< < | * This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | |||||||
> > | * This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | |||||||
Added: | ||||||||
> > |
| |||||||
Line: 187 to 188 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Line: 200 to 200 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 117 to 117 | ||||||||
Added: | ||||||||
> > | This is tracking efficiency for momentum range [1,500]GeV
| |||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt)D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Line: 192 to 199 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 120 to 120 | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt)D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Z0 resolution obtained using Z0resolution.cxx script | ||||||||
Line: 191 to 191 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 17 to 17 | ||||||||
SiD detector mentioned above is the one of two detector concepts proposed for ILC. Below you can see layout of the detector. My thesis is focused mostly on the Tracker subsystem. Please refer to the report that will be attached later on for more details on it. | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | This is angle coverage for SiD Tracker system. For low angles from beamline(<40^{0}) acceptance will be mostly by endcaps(inner outter vertex disks and tracker disks), while for angles greater then 40^{0} will be mostly Barrel(Vertex and Tracker). | |||||||
Generation/simulation chainPrior simulation of detector response of the SiD, we need to generate particles. In the simple case it can be running script that specifies PDG number of particle, 4 vector of particle and other usefull parameters.How to generate file with blank of particles | ||||||||
Line: 185 to 190 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 184 to 184 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 179 to 179 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 107 to 107 | ||||||||
Added: | ||||||||
> > | How to produce Tracking efficienciesEfficiency of track reconstruction depends on the theta angle(angle between projection of momentum on z axis and momentum) and transverse momentum. You can see below dependence on theta for SiD_o1_v03 version of detector model. As you have noticed efficiency of reconstruction falls significantly after 40 due, to the problems with Forward Tracking Disks (after 120^{0} ) and Endcaps(both Tracker and Vertex) (< 40^{0} ). | |||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | ||||||||
Line: 128 to 132 | ||||||||
Deleted: | ||||||||
< < | How to produce Tracking efficienciesEfficiency of track reconstruction depends on the theta angle(angle between projection of momentum on z axis and momentum) and transverse momentum. You can see below dependence on theta for SiD_o1_v03 version of detector model. As you have noticed efficiency of reconstruction falls significantly after 40 due, to the problems with Forward Tracking Disks (after 120^{0} ) and Endcaps(both Tracker and Vertex) (< 40^{0} ). | |||||||
Pattern recognitionPattern recognition is a field of applied mathematics, which aim is the classification of objects. For instance, position measurements along particle trajectories can be classified as different physical objects. Please refer to the report that will be attached later on for more details on it. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 114 to 114 | ||||||||
Added: | ||||||||
> > | Z0 resolution obtained using Z0resolution.cxx script | |||||||
Added: | ||||||||
> > | | |||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure)
* This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | ||||||||
Line: 172 to 183 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 111 to 111 | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt)D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Line: 171 to 171 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 87 to 87 | ||||||||
make install After successful compilation: cd .. | ||||||||
Changed: | ||||||||
< < | export MARLIN_DLL=$MARLIN_DLL:$PWD/lib//libTrackAna.so (to link Marlin with compiled object files) | |||||||
> > | export MARLIN_DLL=$MARLIN_DLL:$PWD/lib/libTrackAna.so (to link Marlin with compiled object files) | |||||||
Marlin SiDReconstruction_161910_new_bogdan.xml(with specifying slcio file (SiD_02_v01_10_10_85.slcio)) Marlin -c SiDReconstruction_161910_new_bogdan.xml(check given steering file for consistency) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 109 to 109 | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | ||||||||
Deleted: | ||||||||
< < | Efficiency of track reconstruction depends on the theta angle(angle between projection of momentum on z axis and momentum) and transverse momentum. You can see below dependence on theta for SiD_o1_v03 version of detector model. As you have noticed efficiency of reconstruction falls significantly after 40 due, to the problems with Forward Tracking Disks (after 120^{0} ) and Endcaps(both Tracker and Vertex) (< 40^{0} ). | |||||||
D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure)
* This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
How to produce Tracking efficiencies | ||||||||
Added: | ||||||||
> > | Efficiency of track reconstruction depends on the theta angle(angle between projection of momentum on z axis and momentum) and transverse momentum. You can see below dependence on theta for SiD_o1_v03 version of detector model. As you have noticed efficiency of reconstruction falls significantly after 40 due, to the problems with Forward Tracking Disks (after 120^{0} ) and Endcaps(both Tracker and Vertex) (< 40^{0} ). | |||||||
Added: | ||||||||
> > | ||||||||
Pattern recognitionPattern recognition is a field of applied mathematics, which aim is the classification of objects. For instance, position measurements along particle trajectories can be classified as different physical objects. Please refer to the report that will be attached later on for more details on it. | ||||||||
Line: 172 to 169 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 109 to 109 | ||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | ||||||||
Added: | ||||||||
> > | Efficiency of track reconstruction depends on the theta angle(angle between projection of momentum on z axis and momentum) and transverse momentum. You can see below dependence on theta for SiD_o1_v03 version of detector model. As you have noticed efficiency of reconstruction falls significantly after 40 due, to the problems with Forward Tracking Disks (after 120^{0} ) and Endcaps(both Tracker and Vertex) (< 40^{0} ). | |||||||
D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure) | ||||||||
Line: 166 to 171 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | |||||||||
Line: 109 to 109 | |||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | |||||||||
Added: | |||||||||
> > | D0_resolution can be produced by running following script D0_resolution_angle.cxx: | ||||||||
Deleted: | |||||||||
< < | |||||||||
Deleted: | |||||||||
< < | |||||||||
On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure) | |||||||||
Changed: | |||||||||
< < | |||||||||
> > | * This is Pt resolution obtained with SiD_o1_v03 model using momentumres_angle.cxx script: | ||||||||
How to produce Tracking efficiencies | |||||||||
Line: 149 to 148 | |||||||||
Added: | |||||||||
> > | |||||||||
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Line: 161 to 164 | |||||||||
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 161 to 161 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 116 to 116 | ||||||||
Added: | ||||||||
> > | On the figure below you can see Transverse momentum resolution obtained in the new framework and comparison with Detailed Baseline Design report from 2012(following figure) | |||||||
How to produce Tracking efficienciesPattern recognition | ||||||||
Line: 155 to 159 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | |||||||||||||
Line: 110 to 110 | |||||||||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | |||||||||||||
Added: | |||||||||||||
> > | |||||||||||||
How to produce Tracking efficienciesPattern recognition | |||||||||||||
Line: 135 to 141 | |||||||||||||
Added: | |||||||||||||
> > | |||||||||||||
| |||||||||||||
Added: | |||||||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 95 to 95 | ||||||||
How to produce Hit residuals | ||||||||
Added: | ||||||||
> > | ||||||||
How to produce Hit pull distributions | ||||||||
Added: | ||||||||
> > | If you will specify in the in the pulls.cxx script root file : (TFile *residuals = new TFile("analysis_100_40_10_mu.root")) and then: root pulls.cxxBelow you can find Pulls distribution track parameters, which indicate good performance of the MC Truth Tracking(Gaussian distributions with mean close to 0 and sigma close to 1(small box) ): | |||||||
Deleted: | ||||||||
< < | Below you can find Pulls distribution track parameters, which indicate good performance of the MC Truth Tracking: | |||||||
Deleted: | ||||||||
< < |
| |||||||
How to produce track parameter resolutions (d_{0}, z_{0}, pt) | ||||||||
Line: 135 to 140 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 27 to 27 | ||||||||
source /cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/init_ilcsoft.sh cd lcgeo/ python example/lcio_particle_gun.py (where you specify PDG and incident angle \theta and number of generated particles and other parameters) | ||||||||
Changed: | ||||||||
< < | Run the simulation: ddsim --compactFile=SiD/compact/SiD_o1_v01/SiD_o1_v03.xml --runType=batch --inputFile mcparticles.slcio -N=1 --outputFile=testSiD_o1_v03.slcio | |||||||
> > | Do the following command to have a look inside the file: anajob mcparticles.slcio (prints MCParticle collection for each event) or dumpevent mcparticles.slcio (prints details of MCParticle collection for each event) Run the simulation:bogdanmishchenko ddsim --compactFile=SiD/compact/SiD_o1_v01/SiD_o1_v03.xml --runType=batch --inputFile mcparticles.slcio -N=10 --outputFile=testSiD_o1_v03.slcio anajob testSiD_o1_v03.slcio (prints MCParticle collection and hit collections for different subdetector parts (SiTrackerBarrelHits of SimTrackerHit type) and other collections ) | |||||||
Digitization/reconstruction chain | ||||||||
Line: 38 to 43 | ||||||||
Description of the reconstruction code, How to run it. | ||||||||
Added: | ||||||||
> > | Reconstruction code for SiD was adopted from CLIC (Clicperformance package). It has following modifications: For layer residuals code we are using hard coded SiDecoderString: "subdet:6,side:3,layer:4,module:12,sensor:1" for decoding. Additionally, We do not do refitting and extrapolating of tracks, what have been implemented in the CLIC code. | |||||||
Assuming that you are on the fresh login in terminal:
source /cvmfs/sft.cern.ch/lcg/releases/gcc/4.8.4/x86_64-slc6/setup.sh | ||||||||
Line: 59 to 67 | ||||||||
./include/fpcompare.h ./CMakeLists.txt ( CMake configuration file ) ./SiDReconstruction_161910_new_bogdan.xml (Marlin steering file) | ||||||||
Changed: | ||||||||
< < | ./treeDraw.cxx | |||||||
> > | ./treeDraw.cxx (script to draw residuals per layer with specifying root file) | |||||||
./make+run.sh~ ./treeDraw_x.cxx (script to draw x layer residuals) ./pulls.cxx ( script that draw pull distributions) | ||||||||
Line: 73 to 81 | ||||||||
Then: mkdir build lib ( make directories) cd build/ | ||||||||
Deleted: | ||||||||
< < | ||||||||
cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -DILCUTIL_DIR=/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/ilcutil/v01-03/ -C $ILCSOFT/ILCSoft.cmake .. | ||||||||
Deleted: | ||||||||
< < | ||||||||
make | ||||||||
Deleted: | ||||||||
< < | ||||||||
make install | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | After successful compilation: cd .. export MARLIN_DLL=$MARLIN_DLL:$PWD/lib//libTrackAna.so (to link Marlin with compiled object files) Marlin SiDReconstruction_161910_new_bogdan.xml(with specifying slcio file (SiD_02_v01_10_10_85.slcio)) Marlin -c SiDReconstruction_161910_new_bogdan.xml(check given steering file for consistency) | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 27 to 27 | ||||||||
source /cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/init_ilcsoft.sh cd lcgeo/ python example/lcio_particle_gun.py (where you specify PDG and incident angle \theta and number of generated particles and other parameters) | ||||||||
Added: | ||||||||
> > | Run the simulation: | |||||||
ddsim --compactFile=SiD/compact/SiD_o1_v01/SiD_o1_v03.xml --runType=batch --inputFile mcparticles.slcio -N=1 --outputFile=testSiD_o1_v03.slcio | ||||||||
Line: 37 to 38 | ||||||||
Description of the reconstruction code, How to run it. | ||||||||
Added: | ||||||||
> > | Assuming that you are on the fresh login in terminal:
source /cvmfs/sft.cern.ch/lcg/releases/gcc/4.8.4/x86_64-slc6/setup.sh source /cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/init_ilcsoft.sh cd lcgeo/ wget https://twiki.ppe.gla.ac.uk/pub/LinearCollider/SiDTrackingEfficiencies/Tracking.tar.gz (To get the reconstruction code) tar xvzf Tracking.tar.gz Tracking/ (To unpack archive) cd Tracking/ find(to list all files in the directory) ./src(directory with Marlin processor source codes) ./src/Global_residuals.cc (processor that output residuals, pulls for hits) ./src/HitResiduals.cc (processor that output layer residuals ) ./src/ResidualsCalculator.cc( processor that calculates trackreconstruction efficiencies versus, pt(transverse momentum, theta, eta(pseudorapidity) ./include ( directory that contains header files) ./include/Global_residuals.h ./include/HitResiduals.h ./include/ResidualsCalculator.h ./include/LinkDef.h ./include/fpcompare.h ./CMakeLists.txt ( CMake configuration file ) ./SiDReconstruction_161910_new_bogdan.xml (Marlin steering file) ./treeDraw.cxx ./make+run.sh~ ./treeDraw_x.cxx (script to draw x layer residuals) ./pulls.cxx ( script that draw pull distributions) ./make+run.sh ( bash script to compile code and to run Marlin with steering file) ./histograms500GeV_ttbar_10000.root (root file with tree structure that contains track reconstruction efficiencies) ./analysis_100_40_10_mu.root (root file with tree structure that contains residuals and pool distribution) ./hitresiduals_layer_40_10_v02_SiD_100.root (root file that have layer residuals ) ./SiD_02_v01_10_10_85.slcio (slcio file that can be used as input for running Marlin) ./gear_sid.xml ( gear with detector specification that attached to the Marlin steering file) Then: mkdir build lib ( make directories) cd build/ cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` \ -DILCUTIL_DIR=/cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/ilcutil/v01-03/ -C $ILCSOFT/ILCSoft.cmake .. make make install | |||||||
How to produce Hit residuals | ||||||||
Line: 80 to 126 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 18 to 18 | ||||||||
SiD detector mentioned above is the one of two detector concepts proposed for ILC. Below you can see layout of the detector. My thesis is focused mostly on the Tracker subsystem. Please refer to the report that will be attached later on for more details on it. | ||||||||
Added: | ||||||||
> > | Generation/simulation chainPrior simulation of detector response of the SiD, we need to generate particles. In the simple case it can be running script that specifies PDG number of particle, 4 vector of particle and other usefull parameters.How to generate file with blank of particlesAssuming that you have installed lcgeo(linear collider geometry package). If not, follow instruction on https://twiki.ppe.gla.ac.uk/bin/view/LinearCollider/GlaSiDGettingStarted . On the fresh login to terminal execute :source /cvmfs/sft.cern.ch/lcg/releases/gcc/4.8.4/x86_64-slc6/setup.sh source /cvmfs/ilc.desy.de/sw/x86_64_gcc48_sl6/v01-17-10/init_ilcsoft.sh cd lcgeo/ python example/lcio_particle_gun.py (where you specify PDG and incident angle \theta and number of generated particles and other parameters) ddsim --compactFile=SiD/compact/SiD_o1_v01/SiD_o1_v03.xml --runType=batch --inputFile mcparticles.slcio -N=1 --outputFile=testSiD_o1_v03.slcio | |||||||
Changed: | ||||||||
< < | MC TruthTracking | |||||||
> > | Digitization/reconstruction chainMC TruthTrackingAim of the MC(Monte Carlo) Truth Tracking is to get make sure that we can get sensible results from analysis of the data from the simulation/reconstruction chain.DefinitionsDescription of the reconstruction code, How to run it.How to produce Hit residualsHow to produce Hit pull distributions | |||||||
Deleted: | ||||||||
< < | Aim 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: | ||||||||
< < | Pattern recognition | |||||||
> > | How to produce track parameter resolutions (d_{0}, z_{0}, pt)How to produce Tracking efficienciesPattern recognition | |||||||
Pattern recognition is a field of applied mathematics, which aim is the classification of objects. For instance, position measurements along particle trajectories can be classified as different physical objects. Please refer to the report that will be attached later on for more details on it. | ||||||||
Added: | ||||||||
> > | How to run Conformal tracking code | |||||||
Tracker optimization studies |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 25 to 32 | ||||||||
Pattern recognition is a field of applied mathematics, which aim is the classification of objects. For instance, position measurements along particle trajectories can be classified as different physical objects. Please refer to the report that will be attached later on for more details on it.
Tracker optimization studies | ||||||||
Added: | ||||||||
> > | ||||||||
The aim of the optimization studies is to optimize particularly, Tracking system for the best price/performance ratio. For example, We can look how each layer of tracker perform or how the tracking system perform with pixels versus performance with strips. For more details please refer to the report that will be attached latter on for more details on it.
Physics sensitivity studies | ||||||||
Deleted: | ||||||||
< < | Physics studies for SiD can be following : precise Higgs physics measurements or searches for new physics like composite Higgs models, top quarks physics.Please refer to the report that will be attached later on for more details on it. | |||||||
Added: | ||||||||
> > | Physics studies for SiD can be following: precise Higgs physics measurements or searches for new physics like composite Higgs models, top quarks physics.Please refer to the report that will be attached later on for more details on it. | |||||||
Marlin tips |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 10 to 10 | ||||||||
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: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | SiD detector modelSiD detector mentioned above is the one of two detector concepts proposed for ILC. Below you can see layout of the detector. My thesis is focused mostly on the Tracker subsystem. Please refer to the report that will be attached later on for more details on it. | |||||||
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. | ||||||||
Line: 19 to 21 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Pattern recognition (Conformal tracking ) | |||||||
> > | Pattern recognitionPattern recognition is a field of applied mathematics, which aim is the classification of objects. For instance, position measurements along particle trajectories can be classified as different physical objects. Please refer to the report that will be attached later on for more details on it. | |||||||
Tracker optimization studies | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | The aim of the optimization studies is to optimize particularly, Tracking system for the best price/performance ratio. For example, We can look how each layer of tracker perform or how the tracking system perform with pixels versus performance with strips. For more details please refer to the report that will be attached latter on for more details on it. | |||||||
Physics sensitivity studies | ||||||||
Added: | ||||||||
> > | Physics studies for SiD can be following : precise Higgs physics measurements or searches for new physics like composite Higgs models, top quarks physics.Please refer to the report that will be attached later on for more details on it. | |||||||
Marlin tips |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Master by Research (MRes) project of Bogdan Mishchenko :"Simulation, reconstruction, Physics sensitivity studies for the SiD(Sillicon Detector) " | ||||||||
Line: 26 to 26 | ||||||||
Physics sensitivity studies | ||||||||
Added: | ||||||||
> > | Marlin tips | |||||||
Changed: | ||||||||
< < | ||||||||
> > | For more options of running Marlin:
Marlin -? Particularly useful: Marlin -c SiDReconstruction_v03_160711.xml (check given steering file for consistency) | |||||||
|
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: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | ||||||||
Getting Started with Reconstruction for SiD(Sillicon Detector) Tracking system | ||||||||
Changed: | ||||||||
< < | Tracking system in SiD(Sillicon Detector) represented by such components: Main Tracker(all sillicon ), Vertex Detector, Forward Tracker. | |||||||
> > | Tracking system in SiD(Sillicon Detector) represented by such components: Main Tracker(all sillicon ), Vertex Detector, Forward Tracker. | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | Title | |||||||
Deleted: | ||||||||
< < | Article text.
-- Bogdan Mishchenko - 2016-09-30
Comments | |||||||
Getting Started with Reconstruction for SiD(Sillicon Detector) Tracking systemTracking system in SiD(Sillicon Detector) represented by such components: Main Tracker(all sillicon ), Vertex Detector, Forward Tracker. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TitleArticle text. | ||||||||
Line: 8 to 8 | ||||||||
Comments | ||||||||
Added: | ||||||||
> > | Getting Started with Reconstruction for SiD(Sillicon Detector) Tracking system | |||||||
Changed: | ||||||||
< < | ||||||||
> > | Tracking system in SiD(Sillicon Detector) represented by such components: Main Tracker(all sillicon ), Vertex Detector, Forward Tracker.
Important version notesWe are running on SL6 machines and haven't tried other architectures. Note that you must havecvmfs installed (ask your local sysadmin).
Latest update was on 5 Sept 16, using the latest ilcsoft release v01-17-10 for everything.
Running simulationAssuming you are in thelcgeo 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 MC TruthTrackingVisualizing the output using CEDNote 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.
Pattern recognition (Conformal tracking ) | |||||||
Deleted: | ||||||||
< < | This page currently on development | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TitleArticle text. | ||||||||
Line: 8 to 8 | ||||||||
Comments | ||||||||
Added: | ||||||||
> > |
This page currently on development
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | TitleArticle text. -- Bogdan Mishchenko - 2016-09-30Comments |