Fork me on GitHub

Ignore:
Timestamp:
Jan 12, 2022, 8:20:47 PM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
4aec383
Parents:
d1ab205
Message:

LLPFilter hard-coded decay region requirements are moved to configuration cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_CSCCluster.tcl

    rd1ab205 r157fe13  
    411411  set InputArray Delphes/allParticles
    412412  set OutputArray LLP
    413   # DecayRegion = 0: no cuts on decay region
    414   # DecayRegion = 1: select LLP that decays in CSC volume
    415   # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation
    416   set DecayRegion 1
     413
     414  # CMS CSC region
     415  # used detector geometry in Figure 4.1.1, page141 from CERN-LHCC-97-032: https://cds.cern.ch/record/343814?ln=en
     416
     417  set RequireDecayRegion true
     418  set DecayRegionRMax 6955
     419  set DecayRegionRMin 0
     420  set DecayRegionZMax 11000
     421  set DecayRegionZMin 4000
     422  set DecayRegionEtaMax 2
     423  set DecayRegionEtaMin 0
     424
    417425  set RequireStatus false
    418426  add PdgCode {1500001}
     
    424432  set InputArray Delphes/allParticles
    425433  set OutputArray LLP
    426   # DecayRegion = 0: no cuts on decay region
    427   # DecayRegion = 1: select LLP that decays in CSC volume
    428   # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation
    429   set DecayRegion 0
     434  set RequireDecayRegion false
     435
     436
    430437  set RequireStatus false
    431438  add PdgCode {1500001}
Note: See TracChangeset for help on using the changeset viewer.