Fork me on GitHub

Ignore:
Timestamp:
Dec 21, 2014, 8:43:44 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7278220
Parents:
a5bbe8a
Message:

fix rapidity ranges for GridMedianBackgroundEstimator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS_PileUp.tcl

    ra5bbe8a rd4b9697  
    2222  EFlowMergerAllTracks
    2323  EFlowMerger
    24  
     24
    2525  NeutrinoFilter
    2626  GenJetFinder
     
    374374
    375375module FastJetGridMedianEstimator Rho {
    376  
     376
    377377  set InputArray Calorimeter/towers
    378378  set RhoOutputArray rho
    379379
    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
    384389
    385390}
     
    391396
    392397module PdgCodeFilter NeutrinoFilter {
    393  
     398
    394399  set InputArray Delphes/stableParticles
    395400  set OutputArray filteredParticles
    396401
    397402  set PTMin 0.0
    398  
     403
    399404  add PdgCode {12}
    400405  add PdgCode {14}
Note: See TracChangeset for help on using the changeset viewer.