Skip to content

Commit d08d384

Browse files
committed
Release of v1.3
2 parents 3cdbbdf + 03da97b commit d08d384

File tree

363 files changed

+5711
-1471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+5711
-1471
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
################################################################################
2-
#
3-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
2+
#
3+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
44
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
5-
#
5+
#
66
# This file is part of MadAnalysis 5.
77
# Official website: <https://launchpad.net/madanalysis5>
8-
#
8+
#
99
# MadAnalysis 5 is free software: you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
1111
# the Free Software Foundation, either version 3 of the License, or
1212
# (at your option) any later version.
13-
#
13+
#
1414
# MadAnalysis 5 is distributed in the hope that it will be useful,
1515
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
18-
#
18+
#
1919
# You should have received a copy of the GNU General Public License
2020
# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/>
21-
#
21+
#
2222
################################################################################
2323

2424

bin/ma5

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
################################################################################
44
#
5-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
5+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
66
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
77
#
88
# This file is part of MadAnalysis 5.
@@ -62,8 +62,8 @@ sys.path.insert(0, servicedir)
6262

6363
# Release version
6464
# Do not touch it !!!!!
65-
version = "v1.2_patch4"
66-
date = "2015/10/28"
65+
version = "1.3"
66+
date = "2016/03/01"
6767

6868
# Loading the MadAnalysis session
6969
import madanalysis.core.launcher

madanalysis/IOinterface/folder_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
#
3-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
3+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
44
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
55
#
66
# This file is part of MadAnalysis 5.

madanalysis/IOinterface/html_report_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
#
3-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
3+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
44
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
55
#
66
# This file is part of MadAnalysis 5.

madanalysis/IOinterface/html_style_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
#
3-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
3+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
44
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
55
#
66
# This file is part of MadAnalysis 5.

madanalysis/IOinterface/job_reader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
#
3-
# Copyright (C) 2012-2013 Eric Conte, Benjamin Fuks
3+
# Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks
44
# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr>
55
#
66
# This file is part of MadAnalysis 5.
@@ -51,7 +51,7 @@ def CheckDir(self):
5151
return False
5252
else:
5353
return True
54-
54+
5555
def CheckFile(self,dataset):
5656
name=InstanceName.Get(dataset.name)
5757
if os.path.isfile(self.safdir+"/"+name+"/MadAnalysis5job.saf"):

0 commit comments

Comments
 (0)