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

Go to the source code of this file.

Namespaces

namespace  study_muEloss
 

Functions

 study_muEloss.run ()
 
 study_muEloss.makePlot (f, book=True)
 
 study_muEloss.readChain ()
 
 study_muEloss.NA62 ()
 
 study_muEloss.makeSummaryPlot ()
 

Variables

str study_muEloss.mcEngine = "TGeant4"
 
int study_muEloss.runnr = 1
 
int study_muEloss.nev = 1000000
 
dict study_muEloss.setup = {}
 
 study_muEloss.s = sys.argv[1]
 
dict study_muEloss.thickness = setup[s]['thickness']
 
dict study_muEloss.material = setup[s]['material']
 
dict study_muEloss.momentum = setup[s]['momentum']
 
dict study_muEloss.maxTheta = setup[s]['maxTheta']
 
bool study_muEloss.checkOverlap = True
 
bool study_muEloss.storeOnlyMuons = True
 
str study_muEloss.outFile = "msc"+s+".root"
 
int study_muEloss.theSeed = 0
 
float study_muEloss.ecut = 0.0
 
dict study_muEloss.h = {}