Go to the source code of this file.
Namespaces | |
namespace | csv2json |
Variables | |
int | csv2json::default = 0 |
tuple | csv2json::events = open(args[0], 'r') |
string | csv2json::help = 'Save output to file OUTPUT' |
tuple | csv2json::jsonList = LumiList(runsAndLumis = runLumiDict) |
tuple | csv2json::minPieces = max(runIndex, lumiIndex) |
tuple | csv2json::parser = optparse.OptionParser("Usage: %prog input.csv") |
tuple | csv2json::pieces = sepRE.split(line.strip()) |
dictionary | csv2json::runLumiDict = {} |
tuple | csv2json::sepRE = re.compile(r'[\s,;:]+') |