ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
CombineRootAndConfigFilesAfterReduction | |
Functions | |
def | CombineRootAndConfigFilesAfterReduction.GetKeyNames (self, dir="") |
def | CombineRootAndConfigFilesAfterReduction.CombineRootFiles (fullFileName, reducedFileName, combinedFileName) |
def | CombineRootAndConfigFilesAfterReduction.readSanitizedLine (file) |
def | CombineRootAndConfigFilesAfterReduction.sanitizeComponentName (aName) |
def | CombineRootAndConfigFilesAfterReduction.getDescFromName (aName) |
def | CombineRootAndConfigFilesAfterReduction.getCategoryFromName (aName) |
def | CombineRootAndConfigFilesAfterReduction.checkIfWasCategoryReduction (listOfNames) |
def | CombineRootAndConfigFilesAfterReduction.replaceComponentNumber (line, newNumber) |
def | CombineRootAndConfigFilesAfterReduction.CombineConfigFiles (fullFileName, combinedFileName, combinedRootFileName, componentNames) |
Variables | |
CombineRootAndConfigFilesAfterReduction.sharePath = sys.argv[1] | |
CombineRootAndConfigFilesAfterReduction.fullConfigFile = sys.argv[2] | |
CombineRootAndConfigFilesAfterReduction.fullRootFile = sys.argv[3] | |
CombineRootAndConfigFilesAfterReduction.reducedRootFile = sys.argv[4] | |
CombineRootAndConfigFilesAfterReduction.outConfigFile = sys.argv[5] | |
CombineRootAndConfigFilesAfterReduction.outRootFile = sys.argv[6] | |
CombineRootAndConfigFilesAfterReduction.GetKeyNames | |
def | CombineRootAndConfigFilesAfterReduction.compNames = CombineRootFiles(sharePath+"/"+fullRootFile,reducedRootFile,sharePath+"/"+outRootFile) |