This repository contains python codes used to manage jobs in AliMonitor, ALICE (CERN)
This repository contains:
- this README file;
- kill_all.py file, that kills all your masterjobs;
- kill_ch.py file, that kills masterjobs with given status;
- auto_res.py file, that automatically resubmits jobs (master and not) every given time;
- auto_res_error.py file, that automatically resubmits jobs with given error type (master and not) every given time;
- ran_analysis directory, for more details see below;
All programms work in AliPhysics environment
This files help us carry out our analysis. We had to run runAnalysis.C (macro) file 3 times with different settings to get data. Furthermore, each time it is necessary to wait for tasks in grid to complete. This programm does it by itself.