|
SND@LHC Software
|
Functions | |
| xPos (detID) | |
| slopes (Nev=-1) | |
| hitMaps (Nev=-1) | |
| eventTime () | |
| mergeSignals (hstore) | |
| signalZoom (smax) | |
| beamSpot () | |
Variables | |
| dict | h = {} |
| parser = ArgumentParser() | |
| dest | |
| help | |
| type | |
| int | |
| required | |
| False | |
| default | |
| str | |
| None | |
| options = parser.parse_args() | |
| fgeo = ROOT.TFile.Open(options.path+options.geoFile) | |
| upkl = Unpickler(fgeo) | |
| snd_geo = upkl.load('ShipGeo') | |
| run = ROOT.FairRunSim() | |
| modules = sndDet_conf.configure(run,snd_geo) | |
| sGeo = fgeo.FAIRGeom | |
| f = ROOT.TFile.Open(options.path+'sndsw_raw_'+str(options.runNumber).zfill(6)+'.root') | |
| eventTree = f.rawConv | |
| scifiHitMaps.beamSpot | ( | ) |
Definition at line 248 of file scifiHitMaps.py.
| scifiHitMaps.eventTime | ( | ) |
Definition at line 211 of file scifiHitMaps.py.
| scifiHitMaps.hitMaps | ( | Nev = -1 | ) |
Definition at line 188 of file scifiHitMaps.py.
| scifiHitMaps.mergeSignals | ( | hstore | ) |
Definition at line 236 of file scifiHitMaps.py.
| scifiHitMaps.signalZoom | ( | smax | ) |
Definition at line 242 of file scifiHitMaps.py.
| scifiHitMaps.slopes | ( | Nev = -1 | ) |
Definition at line 40 of file scifiHitMaps.py.
| scifiHitMaps.xPos | ( | detID | ) |
Definition at line 26 of file scifiHitMaps.py.
| scifiHitMaps.default |
Definition at line 8 of file scifiHitMaps.py.
| scifiHitMaps.dest |
Definition at line 7 of file scifiHitMaps.py.
| scifiHitMaps.eventTree = f.rawConv |
Definition at line 35 of file scifiHitMaps.py.
| scifiHitMaps.f = ROOT.TFile.Open(options.path+'sndsw_raw_'+str(options.runNumber).zfill(6)+'.root') |
Definition at line 34 of file scifiHitMaps.py.
| scifiHitMaps.False |
Definition at line 8 of file scifiHitMaps.py.
| scifiHitMaps.fgeo = ROOT.TFile.Open(options.path+options.geoFile) |
Definition at line 13 of file scifiHitMaps.py.
| dict scifiHitMaps.h = {} |
Definition at line 4 of file scifiHitMaps.py.
| scifiHitMaps.help |
Definition at line 7 of file scifiHitMaps.py.
| scifiHitMaps.int |
Definition at line 7 of file scifiHitMaps.py.
Definition at line 22 of file scifiHitMaps.py.
| scifiHitMaps.None |
Definition at line 9 of file scifiHitMaps.py.
| scifiHitMaps.options = parser.parse_args() |
Definition at line 11 of file scifiHitMaps.py.
| scifiHitMaps.parser = ArgumentParser() |
Definition at line 6 of file scifiHitMaps.py.
| scifiHitMaps.required |
Definition at line 7 of file scifiHitMaps.py.
| scifiHitMaps.run = ROOT.FairRunSim() |
Definition at line 21 of file scifiHitMaps.py.
| scifiHitMaps.sGeo = fgeo.FAIRGeom |
Definition at line 23 of file scifiHitMaps.py.
| scifiHitMaps.snd_geo = upkl.load('ShipGeo') |
Definition at line 18 of file scifiHitMaps.py.
| scifiHitMaps.str |
Definition at line 9 of file scifiHitMaps.py.
| scifiHitMaps.type |
Definition at line 7 of file scifiHitMaps.py.
Definition at line 17 of file scifiHitMaps.py.