Changeset 6153fb0 in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Jun 30, 2015, 2:37:42 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1180bc1
- Parents:
- ff37d75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
rff37d75 r6153fb0 34 34 35 35 JetEnergyScale 36 37 JetFlavorAssociation 36 38 37 39 BTagging … … 464 466 465 467 466 467 468 468 ############ 469 469 # Jet finder … … 495 495 } 496 496 497 ######################## 498 # Jet Flavor Association 499 ######################## 500 501 module 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 497 514 ########### 498 515 # b-tagging … … 500 517 501 518 module BTagging BTagging { 502 set PartonInputArray Delphes/partons503 519 set JetInputArray JetEnergyScale/jets 504 520 505 521 set BitNumber 0 506 507 set DeltaR 0.5508 509 set PartonPTMin 1.0510 511 set PartonEtaMax 2.5512 522 513 523 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt} … … 531 541 (abs(eta) > 2.5) * (0.000)} 532 542 } 543 544 ############# 545 # tau-tagging 546 ############# 533 547 534 548 module TauTagging TauTagging {
Note:
See TracChangeset
for help on using the changeset viewer.