Fork me on GitHub

Ignore:
Timestamp:
Jun 30, 2015, 2:37:42 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
1180bc1
Parents:
ff37d75
Message:

add JetFlavorAssociation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS_PileUp.tcl

    rff37d75 r6153fb0  
    4242
    4343  MissingET
     44 
     45  JetFlavorAssociation
    4446
    4547  BTagging
     
    602604}
    603605
     606########################
     607# Jet Flavor Association
     608########################
     609
     610module JetFlavorAssociation JetFlavorAssociation {
     611 
     612  set PartonInputArray Delphes/partons
     613  set ParticleInputArray Delphes/allParticles
     614  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     615  set JetInputArray JetEnergyScale/jets
     616 
     617  set DeltaR 0.5
     618  set PartonPTMin 1.0
     619  set PartonEtaMax 2.5
     620
     621}
     622
    604623###########
    605624# b-tagging
     
    607626
    608627module BTagging BTagging {
    609   set PartonInputArray Delphes/partons
    610628  set JetInputArray JetEnergyScale/jets
    611629
    612630  set BitNumber 0
    613 
    614   set DeltaR 0.5
    615 
    616   set PartonPTMin 1.0
    617 
    618   set PartonEtaMax 2.5
    619631
    620632  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    637649                              (abs(eta) > 2.5)                                  * (0.000)}
    638650}
     651
     652#############
     653# tau-tagging
     654#############
    639655
    640656module TauTagging TauTagging {
Note: See TracChangeset for help on using the changeset viewer.