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 : |