Fork me on GitHub

Ignore:
Timestamp:
Dec 10, 2021, 2:11:26 AM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
3c59f98
Parents:
a09b75f
Message:

cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_CSCCluster.tcl

    ra09b75f rc61b5ce  
    55set ExecutionPath {
    66  ParticlePropagator
    7 
    8 
    97
    108  ChargedHadronTrackingEfficiency
     
    6159  CutBasedIDEfficiency
    6260  ClusterEfficiency
    63 
    6461
    6562  TreeWriter
     
    414411  set InputArray Delphes/allParticles
    415412  set OutputArray LLP
    416   set DecayRegion 1
    417413  # DecayRegion = 0: no cuts on decay region
    418414  # DecayRegion = 1: select LLP that decays in CSC volume
    419415  # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation
     416  set DecayRegion 1
    420417  set RequireStatus false
    421418  add PdgCode {1500001}
     
    427424  set InputArray Delphes/allParticles
    428425  set OutputArray LLP
    429   set DecayRegion 0
    430   set RequireStatus false
    431 
    432426  # DecayRegion = 0: no cuts on decay region
    433427  # DecayRegion = 1: select LLP that decays in CSC volume
    434428  # DecayRegion = 2: select LLP that decays outside of calorimeters, for genMET calculation
     429  set DecayRegion 0
     430  set RequireStatus false
    435431  add PdgCode {1500001}
    436432
     
    10341030module TreeWriter TreeWriter {
    10351031# 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
    10491033
    10501034  add Branch UniqueObjectFinder/jets Jet Jet
    10511035  add Branch UniqueObjectFinder/electrons Electron Electron
    1052   #add Branch UniqueObjectFinder/photons Photon Photon
    10531036  add Branch UniqueObjectFinder/muons Muon Muon
    10541037
    1055   #add Branch FatJetFinder/jets FatJet Jet
    1056 
    10571038  add Branch MissingET/momentum MissingET MissingET
    1058   #add Branch ScalarHT/energy ScalarHT ScalarHT
    10591039  add Branch llpFilter/LLP llp CscCluster
    10601040  add Branch CSCFilter/LLP Cscllp CscCluster
    1061 
    10621041  add Branch ClusterEfficiency/cluster CscCluster CscCluster
    10631042}
Note: See TracChangeset for help on using the changeset viewer.