Fork me on GitHub

Changeset 6153fb0 in git


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

Location:
cards
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS.tcl

    rff37d75 r6153fb0  
    3434
    3535  JetEnergyScale
     36 
     37  JetFlavorAssociation
    3638
    3739  BTagging
     
    481483}
    482484
     485########################
     486# Jet Flavor Association
     487########################
     488
     489module JetFlavorAssociation JetFlavorAssociation {
     490 
     491  set PartonInputArray Delphes/partons
     492  set ParticleInputArray Delphes/allParticles
     493  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     494  set JetInputArray JetEnergyScale/jets
     495 
     496  set DeltaR 0.5
     497  set PartonPTMin 1.0
     498  set PartonEtaMax 2.5
     499
     500}
     501
    483502###########
    484503# b-tagging
     
    486505
    487506module BTagging BTagging {
    488   set PartonInputArray Delphes/partons
    489507  set JetInputArray JetEnergyScale/jets
    490508
    491509  set BitNumber 0
    492 
    493   set DeltaR 0.5
    494 
    495   set PartonPTMin 1.0
    496 
    497   set PartonEtaMax 2.5
    498510
    499511  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    516528                              (abs(eta) > 2.5)                                  * (0.000)}
    517529}
     530
     531#############
     532# tau-tagging
     533#############
    518534
    519535module TauTagging TauTagging {
  • 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 {
  • cards/delphes_card_CMS.tcl

    rff37d75 r6153fb0  
    3434
    3535  JetEnergyScale
     36
     37  JetFlavorAssociation
    3638
    3739  BTagging
     
    464466
    465467
    466 
    467 
    468468############
    469469# Jet finder
     
    495495}
    496496
     497########################
     498# Jet Flavor Association
     499########################
     500
     501module JetFlavorAssociation JetFlavorAssociation {
     502 
     503  set PartonInputArray Delphes/partons
     504  set ParticleInputArray Delphes/allParticles
     505  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     506  set JetInputArray JetEnergyScale/jets
     507 
     508  set DeltaR 0.5
     509  set PartonPTMin 1.0
     510  set PartonEtaMax 2.5
     511
     512}
     513
    497514###########
    498515# b-tagging
     
    500517
    501518module BTagging BTagging {
    502   set PartonInputArray Delphes/partons
    503519  set JetInputArray JetEnergyScale/jets
    504520
    505521  set BitNumber 0
    506 
    507   set DeltaR 0.5
    508 
    509   set PartonPTMin 1.0
    510 
    511   set PartonEtaMax 2.5
    512522
    513523  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    531541                              (abs(eta) > 2.5)                                  * (0.000)}
    532542}
     543
     544#############
     545# tau-tagging
     546#############
    533547
    534548module TauTagging TauTagging {
  • cards/delphes_card_CMS_PileUp.tcl

    rff37d75 r6153fb0  
    4343
    4444  MissingET
     45 
     46  JetFlavorAssociation
    4547
    4648  BTagging
     
    642644}
    643645
     646########################
     647# Jet Flavor Association
     648########################
     649
     650module JetFlavorAssociation JetFlavorAssociation {
     651 
     652  set PartonInputArray Delphes/partons
     653  set ParticleInputArray Delphes/allParticles
     654  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     655  set JetInputArray JetEnergyScale/jets
     656 
     657  set DeltaR 0.5
     658  set PartonPTMin 1.0
     659  set PartonEtaMax 2.5
     660
     661}
     662
    644663###########
    645664# b-tagging
     
    647666
    648667module BTagging BTagging {
    649   set PartonInputArray Delphes/partons
    650668  set JetInputArray JetEnergyScale/jets
    651669
    652670  set BitNumber 0
    653 
    654   set DeltaR 0.5
    655 
    656   set PartonPTMin 1.0
    657 
    658   set PartonEtaMax 2.5
    659671
    660672  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    678690                              (abs(eta) > 2.5)                                  * (0.000)}
    679691}
     692
     693#############
     694# tau-tagging
     695#############
    680696
    681697module TauTagging TauTagging {
Note: See TracChangeset for help on using the changeset viewer.