Changes in / [e70228d:93bf9c6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/FCC/FCChh_PileUpVtx.tcl
re70228d r93bf9c6 12 12 ####################################### 13 13 14 set MaxEvents 100 014 set MaxEvents 100 15 15 set RandomSeed 123 16 16 … … 255 255 add InputArray ElectronMomentumSmearing/electrons 256 256 add InputArray MuonMomentumSmearing/muons 257 258 set ActiveFraction 0.013259 set ChargeCollectionEfficiency 0.75260 261 # fixme: this number should probably be charge/energy dependent, or absolute number in MeV/cm?262 set Resolution 0.15263 264 # active material properties (cf. http://pdg.lbl.gov/2014/AtomicNuclearProperties/properties8.dat)265 set Z 14.266 set A 28.0855267 set rho 2.329268 269 # material polarisation correction parameters270 set a 0.1492271 set m 3.2546272 set x0 0.2015273 set x1 2.8716274 set I 173.0275 set c0 4.4355276 277 257 } 278 258
Note:
See TracChangeset
for help on using the changeset viewer.