Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 1:54:15 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f118021
Parents:
dddad55
Message:

put proper isolation input collection for e,mu,g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII_140PU_conf4.tcl

    rdddad55 rf98efbf  
    1 set MaxEvents 100
    2 
    31#######################################
    42# Order of execution of various modules
     
    19371935  set CandidateInputArray        PhotonEfficiency/photons
    19381936 
    1939   # neutral and charged particles for the whole event (no CHS applied)
    1940   set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers
    1941   set ChargedIsolationInputArray TrackMerger/tracks
     1937  # isolation collection
     1938  set IsolationInputArray EFlowMergerAllTracks/eflow
    19421939 
    19431940  # select a rho for the isolation
     
    20082005module Isolation ElectronIsolation {
    20092006 
    2010   set CandidateInputArray        ElectronEfficiency/electrons
    2011  
    2012   set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers
    2013   set ChargedIsolationInputArray TrackMerger/tracks
     2007  set CandidateInputArray ElectronEfficiency/electrons
     2008 
     2009  # isolation collection
     2010  set IsolationInputArray EFlowMergerAllTracks/eflow
    20142011 
    20152012  set RhoInputArray RhoGridFastJet/rho
     
    20532050  set CandidateInputArray MuonEfficiency/muons
    20542051 
    2055   set NeutralIsolationInputArray NeutralTowerMerger/eflowTowers
    2056   set ChargedIsolationInputArray TrackMerger/tracks
    2057 
     2052  # isolation collection
     2053  set IsolationInputArray EFlowMergerAllTracks/eflow
     2054 
    20582055  set RhoInputArray RhoGridFastJet/rho
    20592056 
Note: See TracChangeset for help on using the changeset viewer.