CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
SteerMultipleCompare Namespace Reference

Functions

def CleanArguments
 
def CreateBaseDirectory
 
def CreateDirectory
 
def CreateSubDirectory
 
def main
 
def plotDefault
 
def plotDefaults
 
def plotOneByOne
 
def StripPath
 

Variables

string __author__ = "Lars Perchalla (lars.perchalla@cern.ch)"
 
string __doc__
 

Function Documentation

def SteerMultipleCompare.CleanArguments (   argv,
  option 
)

Definition at line 53 of file SteerMultipleCompare.py.

def SteerMultipleCompare.CreateBaseDirectory (   options)

Definition at line 38 of file SteerMultipleCompare.py.

def SteerMultipleCompare.CreateDirectory (   dir,
  addToExisting = False 
)

Definition at line 25 of file SteerMultipleCompare.py.

def SteerMultipleCompare.CreateSubDirectory (   basedir,
  path 
)

Definition at line 49 of file SteerMultipleCompare.py.

def SteerMultipleCompare.main (   argv = None)

Definition at line 120 of file SteerMultipleCompare.py.

def SteerMultipleCompare.plotDefault (   argv,
  outputDir,
  name,
  type,
  plots,
  addArgv = [] 
)

Definition at line 74 of file SteerMultipleCompare.py.

def SteerMultipleCompare.plotDefaults (   argv,
  options,
  outputDir 
)

Definition at line 83 of file SteerMultipleCompare.py.

def SteerMultipleCompare.plotOneByOne (   argv,
  outputDir,
  histoList,
  histoSubNames,
  paths 
)

Definition at line 64 of file SteerMultipleCompare.py.

def SteerMultipleCompare.StripPath (   name)

Definition at line 16 of file SteerMultipleCompare.py.

Variable Documentation

string SteerMultipleCompare.__author__ = "Lars Perchalla (lars.perchalla@cern.ch)"

Definition at line 10 of file SteerMultipleCompare.py.

string SteerMultipleCompare.__doc__
Initial value:
1 = """Script to execute multiple plotting commands via MultipleCompare.py. Switch between massiveMode producing a set of plots comparing each one by one, and defaultMode producing a smaller set of default plot combinations by adding the commandline option massiveMode:\n\n
2 Usage: SteerMultipleCompare.py -T testFile -R refFile [options] [search strings that you want to apply '*' is supported as special character]
3  see MultiCompare.py for details
4  """

Definition at line 11 of file SteerMultipleCompare.py.