#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()
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)
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()
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()
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),
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()
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()
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()
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()