Esempio n. 1
0
#displEff[5.5]=1.0 #1.0

m_vv_eff_time_s = [
(0.5,1.0e-01,6.0e-03,104),
(1.0,3.0e-03,3.3e-03,160),
(1.5,3.0e-04,2.0e-03,216),
(2.0,8.0e-05,5.7e-04,435),
(3.0,1.0e-05,4.7e-03,149),
(3.0,4.0e-04,5.6e-03,107),
(4.5,2.0e-04,4.8e-04,700),
(4.5,6.0e-03,4.8e-04,700),
]

points = []
for m,vv in m_vv_s:
  p   = Point(mass=m,ctau=None,vv=vv,ismaj=True)
  cfg = Config(nevtseff=15,muoneff=muonEff[m],displeff=displEff[m],timeevt=1000,timejob=14,contingency=3.)
  p.setConfig(cfg)
  points.append(p)

  # 

  #print('mass={:.1f} vv={:.1e} before={:.1e}, after={:.1e}'.format(p.mass,p.vv,displEff[m][vv],getCtauEff(p.ctau*4.,1000.))) # 4 is the assumed beta*gamma factor...
  #cfg.stamp()
  





Esempio n. 2
0
from python.common  import Point,Config,getCtauEff

# List of points to be generated
#   - N.B.: mass must be a float

p = Point(mass=999,ctau=999,vv=999)
cfg = Config(nevtseff=300000,muoneff=2.0e-02,displeff=1.0,timeevt=100,timejob=35,contingency=6.)
p.setConfig(cfg)

points = []
points.append(p)








Esempio n. 3
0
from python.common import Point

# List of points to be generated

points = [
    Point(mass=1, ctau=None, vv=5e-03),
    Point(mass=1, ctau=None, vv=1e-03),
    Point(mass=1, ctau=None, vv=5e-04),
    Point(mass=1, ctau=None, vv=1e-04),
    Point(mass=1, ctau=None, vv=5e-05),
    #Point(mass=1,ctau=None,vv=1e-06),
    #Point(mass=1,ctau=None,vv=1e-07),
]

#for p in points:
#  p.stamp()
Esempio n. 4
0
from python.common import Point

# List of points to be generated
#   - N.B.: mass must be a float

points = [
    Point(mass=1.0, ctau=None, vv=1e-05),
    Point(mass=2.0, ctau=None, vv=1e-05),
    Point(mass=3.0, ctau=None, vv=5e-05),
]

#for p in points:
#  p.stamp()
Esempio n. 5
0
from python.common import Point

# List of points to be generated
#   - N.B.: mass must be a float

points = [
    Point(mass=0.5, ctau=None, vv=5e-03),
    Point(mass=0.5, ctau=None, vv=1e-03),
    Point(mass=0.5, ctau=None, vv=5e-04),
    Point(mass=0.5, ctau=None, vv=1e-04),
    Point(mass=0.5, ctau=None, vv=5e-05),
    Point(mass=0.5, ctau=None, vv=1e-05),
    Point(mass=0.5, ctau=None, vv=5e-06),
    Point(mass=0.5, ctau=None, vv=1e-06),
    Point(mass=0.5, ctau=None, vv=5e-07),

    #Point(mass=1.0,ctau=None,vv=5e-03),
    #Point(mass=1.0,ctau=None,vv=1e-03),
    #Point(mass=1.0,ctau=None,vv=5e-04),
    #Point(mass=1.0,ctau=None,vv=1e-04),
    #Point(mass=1.0,ctau=None,vv=5e-05),
    #Point(mass=1.0,ctau=None,vv=1e-05),
    #Point(mass=1.0,ctau=None,vv=5e-06),
    #Point(mass=1.0,ctau=None,vv=1e-06),
    #Point(mass=1.0,ctau=None,vv=5e-07),
    #
    #Point(mass=1.5,ctau=None,vv=5e-03),
    #Point(mass=1.5,ctau=None,vv=1e-03),
    #Point(mass=1.5,ctau=None,vv=5e-04),
    #Point(mass=1.5,ctau=None,vv=1e-04),
    #Point(mass=1.5,ctau=None,vv=5e-05),
Esempio n. 6
0
from python.common import Point

# List of points to be generated
#   - N.B.: mass must be a float

points = [
    Point(mass=3.0, ctau=None, vv=5e-05),
]

#for p in points:
#  p.stamp()
Esempio n. 7
0
from python.common import Point

# List of points to be generated
#   - N.B.: mass must be a float

points = [
    Point(mass=1.0, ctau=None, vv=5e-04),
]

#for p in points:
#  p.stamp()
Esempio n. 8
0
from python.common  import Point

# List of points to be generated
#   - N.B.: mass must be a float

points = [
Point(mass=1.5,ctau=None,vv=1e-03),
]


#for p in points:
#  p.stamp()




Esempio n. 9
0
from python.common  import Point

# List of points to be generated

points = [
Point(mass=1,ctau=None,vv=5e-03),
Point(mass=1,ctau=None,vv=1e-03),
Point(mass=1,ctau=None,vv=5e-04),
Point(mass=1,ctau=None,vv=1e-04),
Point(mass=1,ctau=None,vv=5e-05),
Point(mass=0.5,ctau=None,vv=5e-03),
Point(mass=0.5,ctau=None,vv=1e-03),
Point(mass=0.5,ctau=None,vv=5e-04),
Point(mass=0.5,ctau=None,vv=1e-04),
Point(mass=0.5,ctau=None,vv=5e-05),
Point(mass=1.5,ctau=None,vv=5e-03),
Point(mass=1.5,ctau=None,vv=1e-03),
Point(mass=1.5,ctau=None,vv=5e-04),
Point(mass=1.5,ctau=None,vv=1e-04),
Point(mass=1.5,ctau=None,vv=5e-05),
#Point(mass=1,ctau=None,vv=1e-06),
#Point(mass=1,ctau=None,vv=1e-07),
]


#for p in points:
#  p.stamp()