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

Go to the source code of this file.

Classes

class  eventDisplay.DrawVetoDigi
 
class  eventDisplay.DrawEcalCluster
 
class  eventDisplay.DrawTracks
 
class  eventDisplay.IO
 
class  eventDisplay.EventLoop
 
class  eventDisplay.Rulers
 

Namespaces

namespace  eventDisplay
 

Functions

 eventDisplay.evExit ()
 
 eventDisplay.printMCTrack (n, MCTrack)
 
 eventDisplay.dump (pcut=0)
 
 eventDisplay.printFittedTracks ()
 
 eventDisplay.printParticles ()
 
 eventDisplay.projection ()
 
 eventDisplay.projection_prescale ()
 
 eventDisplay.storeCameraSetting (fname='camSetting.root')
 
 eventDisplay.readCameraSetting (fname='camSetting.root')
 
 eventDisplay.speedUp ()
 
 eventDisplay.DisplayNuDetector ()
 
 eventDisplay.ecalYellow ()
 
 eventDisplay.switchOf (tag)
 
 eventDisplay.switchOn (tag)
 
 eventDisplay.hidePlasticScintillator ()
 
 eventDisplay.switchOfRock ()
 
 eventDisplay.switchOfAll (exc)
 
 eventDisplay.switchOnAll (exc)
 
 eventDisplay.select (pattern)
 
 eventDisplay.search (lvdict, tag)
 
 eventDisplay.rename (name='ship.TGeant4.root')
 
 eventDisplay.mydebug ()
 
 eventDisplay.debugStraw (n)
 
 eventDisplay.DrawCharmTracks ()
 
 eventDisplay.DrawSimpleMCTracks ()
 
 eventDisplay.SNDLHC ()
 
 eventDisplay.positionText (r, x, y, z, angle, txt, size=200, color=ROOT.kBlue, mode=ROOT.TGLFont.kExtrude, light=ROOT.kTRUE)
 
 eventDisplay.PRVersion ()
 

Variables

 eventDisplay.fMan = None
 
 eventDisplay.fRun = None
 
 eventDisplay.pdg = ROOT.TDatabasePDG.Instance()
 
 eventDisplay.g = ROOT.gROOT
 
 eventDisplay.gEnv = ROOT.gEnv
 
str eventDisplay.mcEngine = "TGeant4"
 
str eventDisplay.simEngine = "Pythia8"
 
bool eventDisplay.withGeo = False
 
bool eventDisplay.withMCTracks = True
 
bool eventDisplay.withAllMCTracks = False
 
dict eventDisplay.transparentMaterials
 
 eventDisplay.parser = ArgumentParser()
 
 eventDisplay.dest
 
 eventDisplay.help
 
 eventDisplay.required
 
 eventDisplay.False
 
 eventDisplay.default
 
 eventDisplay.action
 
 eventDisplay.options = parser.parse_args()
 
 eventDisplay.geoFile
 
 eventDisplay.InputFile
 
 eventDisplay.inFile = ROOT.FairFileSource(options.InputFile)
 
 eventDisplay.OutputFile
 
 eventDisplay.rtdb = fRun.GetRuntimeDb()
 
 eventDisplay.parInput1 = ROOT.FairParRootFileIo()
 
int eventDisplay.verbose = 0
 
 eventDisplay.Track = ROOT.FairMCTracks("Monte-Carlo Tracks",verbose)
 
 eventDisplay.GTrack = ROOT.FairMCTracks("GeoTracks",verbose)
 
 eventDisplay.ecalGeoFile = ShipGeo.ecal.File
 
 eventDisplay.ShipGeo = ConfigRegistry.loadpy("$FAIRSHIP/geometry/geometry_config.py", Yheight = float(dy), EcalGeoFile = ecalGeoFile)
 
 eventDisplay.upkl = Unpickler( fRun.GetGeoFile() )
 
dict eventDisplay.mcHits = {}
 
 eventDisplay.fRman = ROOT.FairRootManager.Instance()
 
 eventDisplay.sTree = fRman.GetInChain()
 
 eventDisplay.lsOfGlobals = ROOT.gROOT.GetListOfGlobals()
 
 eventDisplay.sGeo = ROOT.gGeoManager
 
 eventDisplay.top = sGeo.GetTopVolume()
 
 eventDisplay.gEve = ROOT.gEve
 
 eventDisplay.fieldMaker = geomGeant4.addVMCFields(ShipGeo, '', True, withVirtualMC = False)
 
 eventDisplay.bfield = ROOT.genfit.FairShipFields()
 
 eventDisplay.geoMat = ROOT.genfit.TGeoMaterialInterface()
 
 eventDisplay.fM = ROOT.genfit.FieldManager.getInstance()
 
 eventDisplay.br = gEve.GetBrowser()
 
 eventDisplay.rulers = Rulers()
 
 eventDisplay.SHiPDisplay = EventLoop()