Changeset 364dbe1 in git for cards/FCC/FCChh_PileUpVtx.tcl
- Timestamp:
- Jan 20, 2020, 4:42:32 PM (5 years ago)
- Branches:
- Timing
- Children:
- 79a7b3e, e70228d
- Parents:
- 1d5395b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r1d5395b r364dbe1 12 12 ####################################### 13 13 14 set MaxEvents 100 14 set MaxEvents 1000 15 15 set RandomSeed 123 16 16 … … 262 262 add InputArray ElectronMomentumSmearing/electrons 263 263 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 264 284 } 265 285
Note:
See TracChangeset
for help on using the changeset viewer.