Skip to content

Commit df04680

Browse files
committed
few mods
1 parent 47cc3a5 commit df04680

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
#*
44
*~
55
*.txt
6+
*.pck
67

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source external/root/bin/thisroot.sh
44
export TLEP=$PWD
5-
export PYTHONPATH=$TLEP:$PYTHONPATH
5+
export PYTHONPATH=$.:$TLEP/external/tables-2.4.0:$TLEP:$PYTHONPATH

statistics/Average.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ def write(self, dirname):
9595
c2 = Average('TestAve2')
9696
# c2.add(10,1)
9797

98-
sum = c+c2
98+
csum = c+c2
9999
print c
100100
print c2
101-
print sum
102-
sum.write('.')
101+
print csum
102+
csum.write('.')
103103

104104
import random
105105

0 commit comments

Comments
 (0)