forked from SDHCAL/SDHCALSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (19 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Quick steps to build the sdhcal sim:
------------------------------------------
. /path/to/ilcsoft/installation/v01-XX/init_ilcsoft.sh
mkdir build
cd build
cmake -C $ILCSOFT/ILCSoft.cmake ..
make install # this should create executives SDHCAL_Simu in build and bin directories
Quick steps to start simulation
-------------------------------------------------
./bin/SDHCAL_Simu ./mac/run10.mac will start a simulation
in script directory, you will find some scripts to start simulations, will you have to change some paths,
./script/simu.sh pi- 10 1000 0 (-> simulation of 1000 pi- at 10 GeV with a seed initialisation at 0)
there is scripts to run simulations localy or on the grid,
to run it in a ganga session :
execfile('script/grid_simu.py')
Quick steps to start digitisation
-------------------------------------------------
in script directory, you can run SDHCAL_Digit.sh (check and change the paths for your environment) to perform the digitisation procedure
Need help : [email protected]