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

    rd3f950f r6fb1a5d  
    380380
    381381
     382
    382383#############
    383384# Rho pile-up
    384385#############
    385386
    386 module FastJetFinder Rho {
    387 #  set InputArray Calorimeter/towers
     387module FastJetGridMedianEstimator Rho {
     388 
    388389  set InputArray EFlowMerger/eflow
    389 
    390   set ComputeRho true
    391390  set RhoOutputArray rho
    392391
    393   # 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
    394   set AreaAlgorithm 5
    395 
    396   # jet algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    397   set JetAlgorithm 4
    398   set ParameterR 0.6
    399   set GhostEtaMax 5.0
    400 
    401   add RhoEtaRange 0.0 2.5
    402   add RhoEtaRange 2.5 5.0
    403 
    404   set JetPTMin 0.0
     392  # etamin etamax gridsize_eta gridsize_phi
     393 
     394  add GridRange 0.0 2.5 1.0 1.0
     395  add GridRange 2.5 5.0 1.0 1.0
     396
    405397}
    406398
Note: See TracChangeset for help on using the changeset viewer.