Fork me on GitHub

Changeset 364dbe1 in git


Ignore:
Timestamp:
Jan 20, 2020, 4:42:32 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
79a7b3e, e70228d
Parents:
1d5395b
Message:

added energy loss parameters explicitely in the card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh_PileUpVtx.tcl

    r1d5395b r364dbe1  
    1212#######################################
    1313
    14 set MaxEvents 100
     14set MaxEvents 1000
    1515set RandomSeed 123
    1616
     
    262262  add InputArray ElectronMomentumSmearing/electrons
    263263  add InputArray MuonMomentumSmearing/muons
     264
     265  set ActiveFraction 0.013
     266  set ChargeCollectionEfficiency 0.75
     267 
     268  # fixme: this number should probably be charge/energy dependent, or absolute number in MeV/cm?
     269  set Resolution 0.15
     270
     271  # active material properties (cf. http://pdg.lbl.gov/2014/AtomicNuclearProperties/properties8.dat)
     272  set Z 14.
     273  set A 28.0855
     274  set rho 2.329
     275 
     276  # material polarisation correction parameters
     277  set a 0.1492
     278  set m 3.2546
     279  set x0 0.2015
     280  set x1 2.8716
     281  set I 173.0
     282  set c0 4.4355
     283
    264284}
    265285
Note: See TracChangeset for help on using the changeset viewer.