Update 'Ganga'

Renata Kopecná 2022-01-20 16:30:47 +01:00
parent 3181bbb6f3
commit 545fe3f5a2

@ -4,8 +4,10 @@
* `xmlFiles`: This folder ontains the catalogs with corresponding locations of the `.MDST` and `.DST` files on the grid. * `xmlFiles`: This folder ontains the catalogs with corresponding locations of the `.MDST` and `.DST` files on the grid.
* `lfnFiles`: **TODO** * `lfnFiles`: **TODO**
* `CondDB_info`: Information about the simulation samples. The folder contains files for each decay channel with its decay number as the name. In the file, the bookkeeping paths is saved, togeher with the database tag, the simulation version, number of files, number of events and the lfn tag. * `CondDB_info`: Information about the simulation samples. The folder contains files for each decay channel with its decay number as the name. In the file, the bookkeeping paths is saved, togeher with the database tag, the simulation version, number of files, number of events and the lfn tag.
* `OptionFiles`: Files used by ganga **TODO** as option files. Each channel, year and polarity has their own optionfile. There is one option file common for all the variants of the data (MC/Data, polarity, K+/KS, ...) called `BasicOptfile.py`. In this file, used TupleTools and Loki functors are specified. There are also two files with the detialed settings specified that can be used for testing the production locally. * `OptionFiles`: Files used by ganga **TODO** as option files. Each channel, year and polarity has their own optionfile. There is one option file common for all the variants of the data (MC/Data, polarity, K+/KS, ...) called `BasicOptfile.py`. In this file, used TupleTools and Loki functors are specified. There are also two files with the detialed settings specified that can be used for testing the production locally. A dedicated python script `ScriptForScripts.py` creates the specifications for each year, data type, ... .
* RunningGanga: Scripts used to actualy run ganga
**Note that most of the scripts were created when Ganga was still based on python2. Modifications to be able to run it now with python3 will have to be done!*
### How to get the condDB tag and more info ### How to get the condDB tag and more info
@ -34,6 +36,7 @@ File Code/Gnaga/lfnFiles/get_LFNs.py, try it out and explain
# Running ganga # Running ganga
run_local_tests_all.sh: A script used to locally produce tuples. This is useful to check before sending the whole thing to the grid, where it can just fail.
# Smart scripts # Smart scripts