- Timestamp:
- Dec 21, 2014, 8:43:44 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7278220
- Parents:
- a5bbe8a
- Location:
- cards
- Files:
-
- 2 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} -
cards/delphes_card_CMS_PileUp.tcl
ra5bbe8a rd4b9697 22 22 EFlowMergerAllTracks 23 23 EFlowMerger 24 24 25 25 NeutrinoFilter 26 26 GenJetFinder … … 386 386 387 387 module FastJetGridMedianEstimator Rho { 388 388 389 389 set InputArray EFlowMerger/eflow 390 390 set RhoOutputArray rho 391 391 392 # etamin etamax gridsize_eta gridsize_phi 393 394 add GridRange 0.0 2.5 1.0 1.0 392 # add GridRange rapmin rapmax drap dphi 393 # rapmin - the minimum rapidity extent of the grid 394 # rapmax - the maximum rapidity extent of the grid 395 # drap - the grid spacing in rapidity 396 # dphi - the grid spacing in azimuth 397 398 add GridRange -5.0 -2.5 1.0 1.0 399 add GridRange -2.5 2.5 1.0 1.0 395 400 add GridRange 2.5 5.0 1.0 1.0 396 401 … … 402 407 403 408 module PdgCodeFilter NeutrinoFilter { 404 409 405 410 set InputArray Delphes/stableParticles 406 411 set OutputArray filteredParticles 407 412 408 413 set PTMin 0.0 409 414 410 415 add PdgCode {12} 411 416 add PdgCode {14}
Note:
See TracChangeset
for help on using the changeset viewer.