Fork me on GitHub

Ignore:
Timestamp:
Nov 26, 2014, 4:06:34 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d244bc9
Parents:
d3f950f
Message:

implemented FastJetGridMedianEstimator module, added 1k events MinBias file, put back pileup tracks in MET calculation, updated CMS and ATLAS pile-up cards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS_PileUp.tcl

    rd3f950f r6fb1a5d  
    2020  TrackPileUpSubtractor
    2121  NeutralTowerMerger
     22  EFlowMergerAllTracks
    2223  EFlowMerger
    2324 
     
    343344}
    344345
     346##################################
     347# Energy flow merger (all tracks)
     348##################################
     349
     350module Merger EFlowMergerAllTracks {
     351# add InputArray InputArray
     352  add InputArray TrackMerger/tracks
     353  add InputArray Calorimeter/eflowPhotons
     354  add InputArray Calorimeter/eflowNeutralHadrons
     355  set OutputArray eflow
     356}
     357
    345358
    346359####################
     
    356369}
    357370
    358 
    359371#############
    360372# Rho pile-up
    361373#############
    362374
    363 module FastJetFinder Rho {
     375module FastJetGridMedianEstimator Rho {
     376 
    364377  set InputArray Calorimeter/towers
    365 
    366   set ComputeRho true
    367378  set RhoOutputArray rho
    368379
    369   # area algorithm: 0 Do not compute area, 1 Active area explicit ghosts, 2 One ghost passive area, 3 Passive area, 4 Voronoi, 5 Active area
    370   set AreaAlgorithm 5
    371 
    372   # jet algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    373   set JetAlgorithm 4
    374   set ParameterR 0.6
    375   set GhostEtaMax 5.0
    376   set RhoEtaMax 5.0
    377 
    378   add RhoEtaRange 0.0 5.0
    379 
    380   set JetPTMin 0.0
     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
     384
    381385}
    382386
     
    573577module Merger MissingET {
    574578# add InputArray InputArray
    575   add InputArray EFlowMerger/eflow
     579  add InputArray EFlowMergerAllTracks/eflow
    576580  set MomentumOutputArray momentum
    577581}
Note: See TracChangeset for help on using the changeset viewer.