~ma5dev/madanalysis5/v1.5beta

« back to all changes in this revision

Viewing changes to madanalysis/interpreter/ma5_interpreter.py

  • Committer: Eric Conte
  • Date: 2016-12-08 10:28:55 UTC
  • Revision ID: eric.conte@cern.ch-20161208102855-thahw9h2be839yu6
update all-file with MA5banner + logging.getLogger(MA5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
3
################################################################################
4
 
#
 
4
#  
5
5
#  Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
6
6
#  The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
7
 
#
 
7
#  
8
8
#  This file is part of MadAnalysis 5.
9
9
#  Official website: <https://launchpad.net/madanalysis5>
10
 
#
 
10
#  
11
11
#  MadAnalysis 5 is free software: you can redistribute it and/or modify
12
12
#  it under the terms of the GNU General Public License as published by
13
13
#  the Free Software Foundation, either version 3 of the License, or
14
14
#  (at your option) any later version.
15
 
#
 
15
#  
16
16
#  MadAnalysis 5 is distributed in the hope that it will be useful,
17
17
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
18
18
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
19
#  GNU General Public License for more details.
20
 
#
 
20
#  
21
21
#  You should have received a copy of the GNU General Public License
22
22
#  along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/>
23
 
#
 
23
#  
24
24
################################################################################
25
25
 
26
26
 
27
 
 
28
27
import logging
29
28
import os
30
29
import shutil