SND@LHC Software
Loading...
Searching...
No Matches
run_TrackSelections Namespace Reference

Functions

 pyExit ()
 

Variables

 parser = ArgumentParser()
 
 dest
 
 help
 
 type
 
 str
 
 default
 
 None
 
 required
 
 int
 
 False
 
 action
 
 options = parser.parse_args()
 
 FairTasks
 
 genfitTrack
 
list HT_tasks = []
 
 muon_reco_task_Sf = SndlhcMuonReco.MuonReco()
 
 muon_reco_task_DS = SndlhcMuonReco.MuonReco()
 
 trackTask = SndlhcTracking.Tracking()
 
 M = Monitor.TrackSelector(options)
 
 nEvents
 

Function Documentation

◆ pyExit()

run_TrackSelections.pyExit ( )

Definition at line 7 of file run_TrackSelections.py.

7def pyExit():
8 print("Make suicide until solution found for freezing")
9 os.system('kill '+str(os.getpid()))

Variable Documentation

◆ action

run_TrackSelections.action

Definition at line 25 of file run_TrackSelections.py.

◆ default

run_TrackSelections.default

Definition at line 14 of file run_TrackSelections.py.

◆ dest

run_TrackSelections.dest

Definition at line 14 of file run_TrackSelections.py.

◆ FairTasks

run_TrackSelections.FairTasks

Definition at line 47 of file run_TrackSelections.py.

◆ False

run_TrackSelections.False

Definition at line 17 of file run_TrackSelections.py.

◆ genfitTrack

run_TrackSelections.genfitTrack

Definition at line 48 of file run_TrackSelections.py.

◆ help

run_TrackSelections.help

Definition at line 14 of file run_TrackSelections.py.

◆ HT_tasks

list run_TrackSelections.HT_tasks = []

Definition at line 49 of file run_TrackSelections.py.

◆ int

run_TrackSelections.int

Definition at line 17 of file run_TrackSelections.py.

◆ M

run_TrackSelections.M = Monitor.TrackSelector(options)

Definition at line 74 of file run_TrackSelections.py.

◆ muon_reco_task_DS

run_TrackSelections.muon_reco_task_DS = SndlhcMuonReco.MuonReco()

Definition at line 58 of file run_TrackSelections.py.

◆ muon_reco_task_Sf

run_TrackSelections.muon_reco_task_Sf = SndlhcMuonReco.MuonReco()

Definition at line 52 of file run_TrackSelections.py.

◆ nEvents

run_TrackSelections.nEvents

Definition at line 76 of file run_TrackSelections.py.

◆ None

run_TrackSelections.None

Definition at line 14 of file run_TrackSelections.py.

◆ options

run_TrackSelections.options = parser.parse_args()

Definition at line 44 of file run_TrackSelections.py.

◆ parser

run_TrackSelections.parser = ArgumentParser()

Definition at line 13 of file run_TrackSelections.py.

◆ required

run_TrackSelections.required

Definition at line 14 of file run_TrackSelections.py.

◆ str

run_TrackSelections.str

Definition at line 14 of file run_TrackSelections.py.

◆ trackTask

run_TrackSelections.trackTask = SndlhcTracking.Tracking()

Definition at line 67 of file run_TrackSelections.py.

◆ type

run_TrackSelections.type

Definition at line 14 of file run_TrackSelections.py.