You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Download lcgeo from GitHub (delete any older installation of lcgeo, if the case)
Configure ILCSoft v02-00-01
cd lcgeo
mkdir build 
cd build
Then compile lcgeo with
cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -C $ILCSOFT/ILCSoft.cmake ..
make -w -j4 install
Setup lcgeo
cd ..
source bin/thislcgeo.sh
If you want, you can visualise the model with
geoDisplay SiD/compact/SiD_o2_v03/SiD_o2_v03.xml
and check volume overlaps with the TGeo command (while in ROOT):
root [0] gGeoManager->CheckOverlaps(0.01);
Run simulation with the SiD_o2_v03 model, e.g.
ddsim --compactFile SiD/compact/SiD_o2_v03/SiD_o2_v03.xml --runType batch --inputFile example/mcparticles.slcio --outputFile=testSiD_o2_v03.slcio --numberOfEvents 100
Check the output
anajob testSiD_o2_v03.slcio
dumpevent testSiD_o2_v03.slcio 1
To test reconstruction, first download this example XML
Edit it to use testSiD_o2_v03.slcio as input file, and point to the correct PandoraSettings*, gear XML etc., and then run
Check reconstructed file with
anajob  tracksSiD_o2_v03.slcio
_______________
*The gear and Pandora settings XMLs are attached below in case you do not have them already
  • No labels