Fork me on GitHub

Changeset 44771df in git


Ignore:
Timestamp:
Apr 20, 2016, 3:17:22 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
ecf5f26
Parents:
3110d6a
Message:

removed gen filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII_0PU.tcl

    r3110d6a r44771df  
    6161
    6262  TauTagging
    63  
    64   GenParticleFilter
    6563 
    6664  TreeWriter
     
    12491247                                       (abs(eta) > 2.4 && abs(eta) <= 3.0) * (pt > 3000.0)              * (0.000) + \
    12501248                                 
    1251                                    (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt <= 20.0)               * (0.000) + \
     1249                                       (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt <= 20.0)               * (0.000) + \
    12521250                                       (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt > 20.0 && pt <= 30)    * (0.005) + \
    12531251                                       (abs(eta) > 3.0 && abs(eta) <= 3.4) * (pt > 30.0 && pt <= 40)    * (0.005) + \
     
    13921390
    13931391
    1394 ###############################################################################################################
    1395 # StatusPidFilter: this module removes all generated particles except electrons, muons, taus, and status == 3 #
    1396 ###############################################################################################################
    1397 
    1398 module StatusPidFilter GenParticleFilter {
    1399  
    1400     set InputArray  Delphes/allParticles
    1401     set OutputArray filteredParticles
    1402     set PTMin 5.0
    1403    
    1404 }
    1405 
    1406 
    14071392##################
    14081393# ROOT tree writer
     
    14111396module TreeWriter TreeWriter {
    14121397# add Branch InputArray BranchName BranchClass
    1413   add Branch GenParticleFilter/filteredParticles Particle GenParticle
     1398  add Branch Delphes/allParticles Particle GenParticle
    14141399 
    14151400  add Branch GenJetFinder/jets GenJet Jet
    14161401  add Branch GenMissingET/momentum GenMissingET MissingET
    14171402
    1418 #  add Branch HCal/eflowTracks EFlowTrack Track
    1419 #  add Branch ECal/eflowPhotons EFlowPhoton Tower
    1420 #  add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower
     1403  add Branch HCal/eflowTracks EFlowTrack Track
     1404  add Branch ECal/eflowPhotons EFlowPhoton Tower
     1405  add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower
    14211406 
    14221407  add Branch PhotonIsolation/photons Photon Photon
Note: See TracChangeset for help on using the changeset viewer.