Changes in / [93bf9c6:e70228d] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
r93bf9c6 re70228d 12 12 ####################################### 13 13 14 set MaxEvents 100 14 set MaxEvents 1000 15 15 set RandomSeed 123 16 16 … … 255 255 add InputArray ElectronMomentumSmearing/electrons 256 256 add InputArray MuonMomentumSmearing/muons 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) 265 set Z 14. 266 set A 28.0855 267 set rho 2.329 268 269 # material polarisation correction parameters 270 set a 0.1492 271 set m 3.2546 272 set x0 0.2015 273 set x1 2.8716 274 set I 173.0 275 set c0 4.4355 276 257 277 } 258 278
Note:
See TracChangeset
for help on using the changeset viewer.