~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to bin/Global/datacard_200MeV_mu_plus.py

merging in changes in merge branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
simulation_geometry_filename = "Stage4.dat" # geometry used by simulation
19
19
maximum_number_of_steps = 10000
20
20
simulation_reference_particle = {
21
 
    "position":{"x":0.0, "y":-0.0, "z":2770.0},
 
21
    "position":{"x":0.0, "y":-0.0, "z":2700.0},
22
22
    "momentum":{"x":0.0, "y":0.0, "z":1.0},
23
 
    "particle_id":-13, "energy":226.2, "time":0.0, "random_seed":10
 
23
    "particle_id":-13, "energy":266.2, "time":0.0, "random_seed":10
24
24
}
25
25
 
26
26
muon_half_life = 1.e24
43
43
          "transverse_mode":"twiss",
44
44
          "beta_x":1000.,
45
45
          "alpha_x":0.,
46
 
          "emittance_x":1., # 4d emittance
 
46
          "emittance_x":1.0, # 4d emittance
47
47
          "beta_y":8000.,
48
48
          "alpha_y":0.5,
49
 
          "emittance_y":1.,
 
49
          "emittance_y":1.0,
50
50
          },
 
51
       #~ "transverse":{
 
52
          #~ "transverse_mode":"constant_solenoid",
 
53
          # transverse distribution matched to constant solenoid field
 
54
          #~ "emittance_4d":1., # 4d emittance
 
55
          #~ "normalised_angular_momentum":0.1, # angular momentum from diffuser
 
56
          #~ "bz":4.e-3 # magnetic field strength for angular mom. calculation
 
57
       #~ },
51
58
       "longitudinal":{"longitudinal_mode":"sawtooth_time",
52
 
                   "momentum_variable":"p", 
 
59
                   "momentum_variable":"p",
53
60
                   "sigma_p":25., # RMS total momentum
54
61
                   "t_start":-1.e6, # start time of sawtooth
55
62
                   "t_end":+1.e6}, # end time of sawtooth
58
65
}
59
66
 
60
67
particle_decay = True
 
68
physics_processes = "mean_energy_loss"
 
69
TOF_calib_by = "date"
 
70
TOF_calib_date_from = "2013-10-01 00:00:00"