diff --git a/Ganga.md b/Ganga.md index 4cf5011..43fb0ca 100644 --- a/Ganga.md +++ b/Ganga.md @@ -7,6 +7,7 @@ * `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 * `LocationList`: Scripts used to get the location of the produced tuples from Ganga on the grid and download them locally to a folder at the Heidelberg server. Includes a `.txt` file with a list of the jobs and their numbers asigned from Ganga. +* `SimulationDetails`: Bookkeeping details about the simulation samples in `.txt` files. Includes all the simulation steps. **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!*