Fork me on GitHub

Changeset fec809d in git for cards/FCC


Ignore:
Timestamp:
Jan 27, 2020, 12:26:15 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
32b2ff1
Parents:
6777565
Message:

fixed bug in energy loss, removed printouts, and added comments in the card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh_PileUpVtx.tcl

    r6777565 rfec809d  
    258258
    259259  # absolute resolution per measurement (normalized in MeV/cm)
    260   set Resolution 0.4
     260  # CMS pixel detector performance is reproduceable with r = 0.4
     261  # dedicated dEdX detector can achieve r = 0.0 or below (i.e better than Landau)
     262 
     263  #set Resolution 0.4
     264  set Resolution 0.2
    261265
    262266  # fraction of measurements to ignore when computing truncated mean
     267  # suggested range [0.4-0.6]
     268 
    263269  set TruncatedMeanFraction 0.5
    264270
    265271  # detector properties (active fraction = nhits*thickness/L)
    266   set Thickness 200E-6
    267   set ActiveFraction 0.00133
     272  set Thickness 100E-6
     273  set ActiveFraction 0.0006666
    268274
    269275  # Silicon properties, for other materials:
Note: See TracChangeset for help on using the changeset viewer.