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

Go to the source code of this file.

Namespaces

namespace  runMufluxDigi
 

Functions

 runMufluxDigi.mem_monitor ()
 

Variables

int runMufluxDigi.firstEvent = 0
 
 runMufluxDigi.dy = None
 
 runMufluxDigi.parser = ArgumentParser()
 
 runMufluxDigi.dest
 
 runMufluxDigi.help
 
 runMufluxDigi.required
 
 runMufluxDigi.default
 
 runMufluxDigi.options = parser.parse_args()
 
 runMufluxDigi.outFile = options.inputFile.replace('.root','_dig.root')
 
 runMufluxDigi.tmp = outFile.split('/')
 
 runMufluxDigi.fgeo = ROOT.TFile.Open(options.geoFile)
 
 runMufluxDigi.upkl = Unpickler(fgeo)
 
 runMufluxDigi.ShipGeo = upkl.load('ShipGeo')
 
 runMufluxDigi.run = ROOT.FairRunSim()
 
 runMufluxDigi.rtdb = run.GetRuntimeDb()
 
 runMufluxDigi.modules = charmDet_conf.configure(run,ShipGeo)
 
 runMufluxDigi.debug
 
 runMufluxDigi.iEvent
 
 runMufluxDigi.SHiP = MufluxDigi.MufluxDigi(outFile)
 
 runMufluxDigi.nEvents = min(SHiP.sTree.GetEntries(),int(options.nEvents))
 
 runMufluxDigi.rc = SHiP.sTree.GetEvent(global_variables.iEvent)