Changeset 157fe13 in git for cards/delphes_card_CMS_CSCCluster.tcl
- Timestamp:
- Jan 12, 2022, 8:20:47 PM (3 years ago)
- Children:
- 4aec383
- Parents:
- d1ab205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS_CSCCluster.tcl
rd1ab205 r157fe13 411 411 set InputArray Delphes/allParticles 412 412 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 417 425 set RequireStatus false 418 426 add PdgCode {1500001} … … 424 432 set InputArray Delphes/allParticles 425 433 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 430 437 set RequireStatus false 431 438 add PdgCode {1500001}
Note:
See TracChangeset
for help on using the changeset viewer.