CMS 3D CMS Logo

Namespaces | Functions | Variables

/data/refman/pasoursint/CMSSW_5_2_9/src/FWCore/PythonUtilities/scripts/mergeJSON.py File Reference

Go to the source code of this file.

Namespaces

namespace  mergeJSON

Functions

def mergeJSON::filterRuns

Variables

tuple mergeJSON::filename = match.group(1)
tuple mergeJSON::finalList = LumiList()
string mergeJSON::help = 'Save output to file OUTPUT'
tuple mergeJSON::localList = LumiList(filename = filename)
tuple mergeJSON::match = minMaxRE.search(filename)
tuple mergeJSON::maxRun = int( match.group(3) )
tuple mergeJSON::minMaxRE = re.compile(r'(\S+):(\d+)-(\d*)')
int mergeJSON::minRun = 0
tuple mergeJSON::parser = optparse.OptionParser("Usage: %prog alpha1.json [alpha2.json:142300-145900]")