CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Variables
compareJSON.py File Reference

Go to the source code of this file.

Namespaces

 compareJSON
 

Variables

tuple compareJSON.alphaList = LumiList(filename = args[0])
 
tuple compareJSON.betaList = LumiList(filename = args[1])
 
tuple compareJSON.cmdGroup = optparse.OptionGroup(parser, "Command Options ")
 
string compareJSON.const = 'and'
 
 compareJSON.firstOnly = alphaList-betaList
 Diff Command ##. More...
 
string compareJSON.help = '"and" (i.e., take intersection) of two files'
 
 compareJSON.outputList = alphaList&betaList
 All other commands ##. More...
 
tuple compareJSON.parser = optparse.OptionParser("Usage: %prog --command [--options] alpha.json beta.json [output.json]")
 
 compareJSON.secondOnly = betaList-alphaList