SND@LHC Software
|
Classes | |
class | DrawTracks |
class | EventLoop |
class | IO |
class | Rulers |
Functions | |
evExit () | |
printMCTrack (n, MCTrack) | |
dump (pcut=0) | |
printFittedTracks () | |
printParticles () | |
projection () | |
projection_prescale () | |
storeCameraSetting (fname='camSetting.root') | |
readCameraSetting (fname='camSetting.root') | |
speedUp () | |
DisplayNuDetector () | |
switchOf (tag) | |
switchOn (tag) | |
switchOfRock () | |
switchOfAll (exc) | |
switchOnAll (exc) | |
select (pattern) | |
search (lvdict, tag) | |
rename (name='ship.TGeant4.root') | |
mydebug () | |
debugStraw (n) | |
DrawCharmTracks () | |
DrawMuonTrack () | |
positionText (r, x, y, z, angle, txt, size=200, color=ROOT.kBlue, mode=ROOT.TGLFont.kExtrude, light=ROOT.kTRUE) | |
PRVersion () | |
Variables | |
fMan = None | |
fRun = None | |
pdg = ROOT.TDatabasePDG.Instance() | |
g = ROOT.gROOT | |
gEnv = ROOT.gEnv | |
str | mcEngine = "TGeant4" |
str | simEngine = "Pythia8" |
bool | withGeo = False |
bool | withMCTracks = True |
dict | transparentMaterials |
parser = ArgumentParser() | |
dest | |
help | |
required | |
False | |
default | |
action | |
options = parser.parse_args() | |
geoFile | |
InputFile | |
inFile = ROOT.FairFileSource(options.InputFile) | |
OutputFile | |
rtdb = fRun.GetRuntimeDb() | |
parInput1 = ROOT.FairParRootFileIo() | |
int | verbose = 0 |
Track = ROOT.FairMCTracks("Monte-Carlo Tracks",verbose) | |
GTrack = ROOT.FairMCTracks("GeoTracks",verbose) | |
ShipGeo = ConfigRegistry.loadpy("$FAIRSHIP/geometry/geometry_config.py", Yheight = float(dy), EcalGeoFile = ecalGeoFile) | |
upkl = Unpickler( fRun.GetGeoFile() ) | |
dict | mcHits = {} |
fRman = ROOT.FairRootManager.Instance() | |
sTree = fRman.GetInChain() | |
lsOfGlobals = ROOT.gROOT.GetListOfGlobals() | |
sGeo = ROOT.gGeoManager | |
top = sGeo.GetTopVolume() | |
gEve = ROOT.gEve | |
geoMat = ROOT.genfit.TGeoMaterialInterface() | |
fM = ROOT.genfit.FieldManager.getInstance() | |
br = gEve.GetBrowser() | |
rulers = Rulers() | |
SHiPDisplay = EventLoop() | |
eventDisplay_shipLHC.debugStraw | ( | n | ) |
Definition at line 831 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.DisplayNuDetector | ( | ) |
Definition at line 612 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.DrawCharmTracks | ( | ) |
Definition at line 943 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.DrawMuonTrack | ( | ) |
Definition at line 954 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.dump | ( | pcut = 0 | ) |
Definition at line 62 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.evExit | ( | ) |
Prevent double delete due to a FairRoot bug.
Definition at line 17 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.mydebug | ( | ) |
Definition at line 797 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.positionText | ( | r, | |
x, | |||
y, | |||
z, | |||
angle, | |||
txt, | |||
size = 200 , |
|||
color = ROOT.kBlue , |
|||
mode = ROOT.TGLFont.kExtrude , |
|||
light = ROOT.kTRUE |
|||
) |
Definition at line 962 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.printFittedTracks | ( | ) |
Definition at line 69 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.printMCTrack | ( | n, | |
MCTrack | |||
) |
Definition at line 58 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.printParticles | ( | ) |
Definition at line 80 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.projection | ( | ) |
Definition at line 535 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.projection_prescale | ( | ) |
Definition at line 553 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.PRVersion | ( | ) |
Definition at line 971 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.readCameraSetting | ( | fname = 'camSetting.root' | ) |
Definition at line 581 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.rename | ( | name = 'ship.TGeant4.root' | ) |
Definition at line 685 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.search | ( | lvdict, | |
tag | |||
) |
Definition at line 682 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.select | ( | pattern | ) |
Definition at line 676 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.speedUp | ( | ) |
Definition at line 588 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.storeCameraSetting | ( | fname = 'camSetting.root' | ) |
Definition at line 576 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.switchOf | ( | tag | ) |
Definition at line 621 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.switchOfAll | ( | exc | ) |
Definition at line 649 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.switchOfRock | ( | ) |
Definition at line 642 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.switchOn | ( | tag | ) |
Definition at line 630 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.switchOnAll | ( | exc | ) |
Definition at line 662 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.action |
Definition at line 51 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.br = gEve.GetBrowser() |
Definition at line 917 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.default |
Definition at line 50 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.dest |
Definition at line 48 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.False |
Definition at line 50 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.fM = ROOT.genfit.FieldManager.getInstance() |
Definition at line 913 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.fMan = None |
Definition at line 26 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.fRman = ROOT.FairRootManager.Instance() |
Definition at line 901 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.fRun = None |
Definition at line 27 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.g = ROOT.gROOT |
Definition at line 29 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.gEnv = ROOT.gEnv |
Definition at line 30 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.geoFile |
Definition at line 845 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.geoMat = ROOT.genfit.TGeoMaterialInterface() |
Definition at line 911 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.gEve = ROOT.gEve |
Definition at line 909 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.GTrack = ROOT.FairMCTracks("GeoTracks",verbose) |
Definition at line 874 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.help |
Definition at line 48 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.inFile = ROOT.FairFileSource(options.InputFile) |
Definition at line 850 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.InputFile |
Definition at line 848 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.lsOfGlobals = ROOT.gROOT.GetListOfGlobals() |
Definition at line 903 of file eventDisplay_shipLHC.py.
str eventDisplay_shipLHC.mcEngine = "TGeant4" |
Definition at line 33 of file eventDisplay_shipLHC.py.
dict eventDisplay_shipLHC.mcHits = {} |
Definition at line 887 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.options = parser.parse_args() |
Definition at line 55 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.OutputFile |
Definition at line 855 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.parInput1 = ROOT.FairParRootFileIo() |
Definition at line 860 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.parser = ArgumentParser() |
Definition at line 46 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.pdg = ROOT.TDatabasePDG.Instance() |
Definition at line 28 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.required |
Definition at line 48 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.rtdb = fRun.GetRuntimeDb() |
Definition at line 859 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.rulers = Rulers() |
Definition at line 923 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.sGeo = ROOT.gGeoManager |
Definition at line 905 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.SHiPDisplay = EventLoop() |
Definition at line 924 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.ShipGeo = ConfigRegistry.loadpy("$FAIRSHIP/geometry/geometry_config.py", Yheight = float(dy), EcalGeoFile = ecalGeoFile) |
Definition at line 881 of file eventDisplay_shipLHC.py.
str eventDisplay_shipLHC.simEngine = "Pythia8" |
Definition at line 34 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.sTree = fRman.GetInChain() |
Definition at line 902 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.top = sGeo.GetTopVolume() |
Definition at line 906 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.Track = ROOT.FairMCTracks("Monte-Carlo Tracks",verbose) |
Definition at line 873 of file eventDisplay_shipLHC.py.
dict eventDisplay_shipLHC.transparentMaterials |
Definition at line 39 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.upkl = Unpickler( fRun.GetGeoFile() ) |
Definition at line 884 of file eventDisplay_shipLHC.py.
int eventDisplay_shipLHC.verbose = 0 |
Definition at line 871 of file eventDisplay_shipLHC.py.
eventDisplay_shipLHC.withGeo = False |
Definition at line 35 of file eventDisplay_shipLHC.py.
bool eventDisplay_shipLHC.withMCTracks = True |
Definition at line 36 of file eventDisplay_shipLHC.py.