SND@LHC Software
|
Go to the source code of this file.
Classes | |
class | eventDisplay.DrawDigi |
class | eventDisplay.DrawTracks |
class | eventDisplay.IO |
class | eventDisplay.EventLoop |
Namespaces | |
namespace | eventDisplay |
Functions | |
eventDisplay.printMCTrack (n, MCTrack) | |
eventDisplay.dump (pcut=0) | |
eventDisplay.projection () | |
eventDisplay.projection_prescale () | |
eventDisplay.storeCameraSetting (fname='camSetting.root') | |
eventDisplay.readCameraSetting (fname='camSetting.root') | |
eventDisplay.switchOf (tag) | |
eventDisplay.switchOn (tag) | |
eventDisplay.switchOfAll (exc) | |
eventDisplay.switchOnAll (exc) | |
eventDisplay.select (pattern) | |
eventDisplay.search (lvdict, tag) | |
eventDisplay.DrawSimpleMCTracks () | |
Variables | |
eventDisplay.G = open('eveGlobal.py','w') | |
eventDisplay.type | |
eventDisplay.float | |
eventDisplay.str | |
eventDisplay.ioman = ROOT.FairRootManager.Instance() | |
eventDisplay.f = ROOT.TFile.Open(options.InputFile) | |
bool | eventDisplay.isMC = True |
eventDisplay.outFile = ROOT.TMemFile('dummy','CREATE') | |
eventDisplay.source = ROOT.FairFileSource(f) | |
eventDisplay.sink = ROOT.FairRootFileSink(outFile) | |
eventDisplay.muon_reco_task = SndlhcMuonReco.MuonReco() | |
eventDisplay.trackTask = SndlhcTracking.Tracking() | |
eventDisplay.xrdb = ROOT.FairRuntimeDb.instance() | |
eventDisplay.geo = SndlhcGeo.GeoInterface(options.geoFile) | |
eventDisplay.modules = geo.modules | |
eventDisplay.Digi_MuFilterHits | |