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_CMS_PileUp.tcl

    ra5bbe8a rd4b9697  
    2222  EFlowMergerAllTracks
    2323  EFlowMerger
    24  
     24
    2525  NeutrinoFilter
    2626  GenJetFinder
     
    386386
    387387module FastJetGridMedianEstimator Rho {
    388  
     388
    389389  set InputArray EFlowMerger/eflow
    390390  set RhoOutputArray rho
    391391
    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
    395400  add GridRange 2.5 5.0 1.0 1.0
    396401
     
    402407
    403408module PdgCodeFilter NeutrinoFilter {
    404  
     409
    405410  set InputArray Delphes/stableParticles
    406411  set OutputArray filteredParticles
    407412
    408413  set PTMin 0.0
    409  
     414
    410415  add PdgCode {12}
    411416  add PdgCode {14}
Note: See TracChangeset for help on using the changeset viewer.