Changeset c61b5ce in git for cards/delphes_card_CMS_CSCCluster.tcl
- Timestamp:
- Dec 10, 2021, 2:11:26 AM (3 years ago)
- Children:
- 3c59f98
- Parents:
- a09b75f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS_CSCCluster.tcl
ra09b75f rc61b5ce 5 5 set ExecutionPath { 6 6 ParticlePropagator 7 8 9 7 10 8 ChargedHadronTrackingEfficiency … … 61 59 CutBasedIDEfficiency 62 60 ClusterEfficiency 63 64 61 65 62 TreeWriter … … 414 411 set InputArray Delphes/allParticles 415 412 set OutputArray LLP 416 set DecayRegion 1417 413 # DecayRegion = 0: no cuts on decay region 418 414 # DecayRegion = 1: select LLP that decays in CSC volume 419 415 # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation 416 set DecayRegion 1 420 417 set RequireStatus false 421 418 add PdgCode {1500001} … … 427 424 set InputArray Delphes/allParticles 428 425 set OutputArray LLP 429 set DecayRegion 0430 set RequireStatus false431 432 426 # DecayRegion = 0: no cuts on decay region 433 427 # DecayRegion = 1: select LLP that decays in CSC volume 434 428 # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation 429 set DecayRegion 0 430 set RequireStatus false 435 431 add PdgCode {1500001} 436 432 … … 1034 1030 module TreeWriter TreeWriter { 1035 1031 # add Branch InputArray BranchName BranchClass 1036 #add Branch Delphes/allParticles Particle GenParticle 1037 #add Branch Delphes/stableParticles Particle GenParticle 1038 #add Branch TrackMerger/tracks Track Track 1039 #add Branch Calorimeter/towers Tower Tower 1040 1041 #add Branch HCal/eflowTracks EFlowTrack Track 1042 #add Branch ECal/eflowPhotons EFlowPhoton Tower 1043 #add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower 1044 1045 #add Branch GenJetFinder/jets GenJet Jet 1046 #add Branch GenMissingET/momentum GenMissingET MissingET 1047 1048 1032 # add Branch Delphes/allParticles Particle GenParticle 1049 1033 1050 1034 add Branch UniqueObjectFinder/jets Jet Jet 1051 1035 add Branch UniqueObjectFinder/electrons Electron Electron 1052 #add Branch UniqueObjectFinder/photons Photon Photon1053 1036 add Branch UniqueObjectFinder/muons Muon Muon 1054 1037 1055 #add Branch FatJetFinder/jets FatJet Jet1056 1057 1038 add Branch MissingET/momentum MissingET MissingET 1058 #add Branch ScalarHT/energy ScalarHT ScalarHT1059 1039 add Branch llpFilter/LLP llp CscCluster 1060 1040 add Branch CSCFilter/LLP Cscllp CscCluster 1061 1062 1041 add Branch ClusterEfficiency/cluster CscCluster CscCluster 1063 1042 }
Note:
See TracChangeset
for help on using the changeset viewer.