Changeset 6777565 in git for cards/FCC/FCChh_PileUpVtx.tcl
- Timestamp:
- Jan 26, 2020, 6:25:30 PM (5 years ago)
- Branches:
- Timing
- Children:
- fec809d
- Parents:
- 77249aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r77249aa r6777565 256 256 add InputArray MuonMomentumSmearing/muons 257 257 258 set ActiveFraction 0.013 259 set ChargeCollectionEfficiency 0.75 260 261 # fixme: this number should probably be charge/energy dependent, or absolute number in MeV/cm? 262 set Resolution 0.15 263 264 # active material properties (cf. http://pdg.lbl.gov/2014/AtomicNuclearProperties/properties8.dat) 258 259 # absolute resolution per measurement (normalized in MeV/cm) 260 set Resolution 0.4 261 262 # fraction of measurements to ignore when computing truncated mean 263 set TruncatedMeanFraction 0.5 264 265 # detector properties (active fraction = nhits*thickness/L) 266 set Thickness 200E-6 267 set ActiveFraction 0.00133 268 269 # Silicon properties, for other materials: 270 # cf. http://pdg.lbl.gov/2014/AtomicNuclearProperties/properties8.dat 271 265 272 set Z 14. 266 273 set A 28.0855
Note:
See TracChangeset
for help on using the changeset viewer.