Newer
Older
Analysis / ganga / Lb2Lcmunu / gangatutto.py
@elena elena on 14 Jan 2016 427 bytes exec all files
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Author: Elena Graverini
# @Date:   2016-01-14 15:32:18
# @Last Modified by:   Elena Graverini
# @Last Modified time: 2016-01-14 15:35:36
filelist = ['DaVinci_Ganga_11_md',
            'DaVinci_Ganga_11_mu',
            'DaVinci_Ganga_12_md',
            'DaVinci_Ganga_12_mu']

for f in filelist:
    print "\n\n\n \t\t Executing %s.py ... \n\n\n" % f
    execfile('%s.py' % f)