ATLAS Offline Software
Namespaces | Functions | Variables
LArMerge_tf.py File Reference

Go to the source code of this file.

Namespaces

 LArMerge_tf
 

Functions

def LArMerge_tf.getSubFileMap (fname, nevts=0)
 
def LArMerge_tf.larMerge (dataMap)
 

Variables

 LArMerge_tf.jsonfile = sys.argv[1][len('--argJSON='):]
 main() More...
 
 LArMerge_tf.f = open(jsonfile, 'r')
 
 LArMerge_tf.dataMap = json.load(f)
 
 LArMerge_tf.inputFiles = sys.argv[1][13:].split(',')
 
 LArMerge_tf.outputFile = sys.argv[2][13:]