SND@LHC Software
Loading...
Searching...
No Matches
run_MCEventBuilder.py File Reference

Go to the source code of this file.

Namespaces

namespace  run_MCEventBuilder
 

Variables

 run_MCEventBuilder.parser = ArgumentParser()
 
 run_MCEventBuilder.help
 
 run_MCEventBuilder.type
 
 run_MCEventBuilder.int
 
 run_MCEventBuilder.default
 
 run_MCEventBuilder.action
 
 run_MCEventBuilder.options = parser.parse_args()
 
 run_MCEventBuilder.geo = SndlhcGeo.GeoInterface(options.geoFile)
 
 run_MCEventBuilder.lsOfGlobals = ROOT.gROOT.GetListOfGlobals()
 
 run_MCEventBuilder.scifiDet = lsOfGlobals.FindObject('Scifi')
 
 run_MCEventBuilder.start = time.time()
 
 run_MCEventBuilder.inRootTFile = ROOT.TFile(options.inputFile)
 
 run_MCEventBuilder.run = ROOT.FairRunAna()
 
 run_MCEventBuilder.ioman = ROOT.FairRootManager.Instance()
 
 run_MCEventBuilder.source = ROOT.FairFileSource(inRootTFile)
 
 run_MCEventBuilder.outFile = ROOT.TMemFile('dummy','CREATE')
 
 run_MCEventBuilder.sink = ROOT.FairRootFileSink(outFile)
 
 run_MCEventBuilder.xrdb = ROOT.FairRuntimeDb.instance()
 
 run_MCEventBuilder.eventBuilder = ROOT.MCEventBuilder(options.outputFile, options.saveFirst25nsOnly)
 
 run_MCEventBuilder.end = time.time()
 
 run_MCEventBuilder.elapsed = end - start