diff --git a/Ganga.md b/Ganga.md index 7c4e9e6..bb30b2c 100644 --- a/Ganga.md +++ b/Ganga.md @@ -4,8 +4,10 @@ * `xmlFiles`: This folder ontains the catalogs with corresponding locations of the `.MDST` and `.DST` files on the grid. * `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. -* `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 @@ -34,6 +36,7 @@ File Code/Gnaga/lfnFiles/get_LFNs.py, try it out and explain # 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