# | Line 5 | Line 5 | import ROOT | |
---|---|---|
5 | from ROOT import TFile, TTree | |
6 | import ROOT | |
7 | from array import array | |
8 | < | from ConfigParser import SafeConfigParser |
8 | > | from BetterConfigParser import BetterConfigParser |
9 | import sys | |
10 | ||
11 | ||
12 | #load config | |
13 | < | config = SafeConfigParser() |
13 | > | config = BetterConfigParser() |
14 | config.read('./config') | |
15 | ||
16 | #get locations: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |