Changeset d4b9697 in git for cards/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Dec 21, 2014, 8:43:44 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7278220
- Parents:
- a5bbe8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS_PileUp.tcl
ra5bbe8a rd4b9697 22 22 EFlowMergerAllTracks 23 23 EFlowMerger 24 24 25 25 NeutrinoFilter 26 26 GenJetFinder … … 374 374 375 375 module FastJetGridMedianEstimator Rho { 376 376 377 377 set InputArray Calorimeter/towers 378 378 set RhoOutputArray rho 379 379 380 # etamin etamax gridsize_eta gridsize_phi 381 382 add GridRange 0.0 2.5 0.5 0.5 383 add GridRange 2.5 5.0 0.5 0.5 380 # add GridRange rapmin rapmax drap dphi 381 # rapmin - the minimum rapidity extent of the grid 382 # rapmax - the maximum rapidity extent of the grid 383 # drap - the grid spacing in rapidity 384 # dphi - the grid spacing in azimuth 385 386 add GridRange -5.0 -2.5 1.0 1.0 387 add GridRange -2.5 2.5 1.0 1.0 388 add GridRange 2.5 5.0 1.0 1.0 384 389 385 390 } … … 391 396 392 397 module PdgCodeFilter NeutrinoFilter { 393 398 394 399 set InputArray Delphes/stableParticles 395 400 set OutputArray filteredParticles 396 401 397 402 set PTMin 0.0 398 403 399 404 add PdgCode {12} 400 405 add PdgCode {14}
Note:
See TracChangeset
for help on using the changeset viewer.