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

Go to the source code of this file.

Classes

class  eventDisplay_shipLHC.DrawTracks
 
class  eventDisplay_shipLHC.IO
 
class  eventDisplay_shipLHC.EventLoop
 
class  eventDisplay_shipLHC.Rulers
 

Namespaces

namespace  eventDisplay_shipLHC
 

Functions

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

Variables

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